summaryrefslogtreecommitdiff
path: root/include/git2/submodule.h
diff options
context:
space:
mode:
authorCarlos Martín Nieto <cmn@dwim.me>2015-05-11 12:01:08 +0200
committerCarlos Martín Nieto <cmn@dwim.me>2015-06-22 17:02:56 +0200
commit783672fa5be4f0e9dce72bcd74690258bdbac0a9 (patch)
treed50a17c6e2fb70a54d01152c3c464dd317ebc7b3 /include/git2/submodule.h
parent0496330004e64680903131cbae2ac27610517cd1 (diff)
downloadlibgit2-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.h4
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