lookup_submodule


Description:

public Submodule? lookup_submodule (string name) throws Error

Lookups a submodule information by name or path.

If the submodule does not exist, null is returned and a GGIT_ERROR_NOTFOUND error set.

Parameters:

this

a Repository.

name

the name of the submodule.

Returns:

a newly-allocated Submodule.