get_submodule_status


Description:

public SubmoduleStatus get_submodule_status (string name, SubmoduleIgnore ignore) throws Error

Gets the status for a submodule.

This looks at a submodule and tries to determine the status. It will return a combination of the ggit_submodule_status values. How deeply it examines the working directory to do this will depend on ignore.

Parameters:

this

a Repository.

name

the name of the submodule.

ignore

the ignore rules to follow.

Returns:

the SubmoduleStatus for submodule.