diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2015-05-11 12:01:08 +0200 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2015-06-22 17:02:56 +0200 |
commit | 783672fa5be4f0e9dce72bcd74690258bdbac0a9 (patch) | |
tree | d50a17c6e2fb70a54d01152c3c464dd317ebc7b3 /include/git2/submodule.h | |
parent | 0496330004e64680903131cbae2ac27610517cd1 (diff) | |
download | libgit2-cmn/submodule-config-state.tar.gz |
submodule: remove the RESET enum valuescmn/submodule-config-state
These are not useful anymore, as we don't affect the instance's
configuration.
Diffstat (limited to 'include/git2/submodule.h')
-rw-r--r-- | include/git2/submodule.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/git2/submodule.h b/include/git2/submodule.h index 0169d1c27..cbafccd1b 100644 --- a/include/git2/submodule.h +++ b/include/git2/submodule.h @@ -459,9 +459,7 @@ GIT_EXTERN(int) git_submodule_set_ignore( * Get the update rule that will be used for the submodule. * * This value controls the behavior of the `git submodule update` command. - * There are four useful values documented with `git_submodule_update_t` - * plus the `GIT_SUBMODULE_UPDATE_RESET` which can be used to revert to - * the on-disk setting. + * There are four useful values documented with `git_submodule_update_t`. * * @param submodule The submodule to check * @return The current git_submodule_update_t value that will be used |