Signed-off-by: Kaartic Sivaraam <kaartic.sivaraam@xxxxxxxxx> --- Documentation/git-submodule.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Documentation/git-submodule.txt b/Documentation/git-submodule.txt index befbccde6..5c4d941cc 100644 --- a/Documentation/git-submodule.txt +++ b/Documentation/git-submodule.txt @@ -132,8 +132,8 @@ expects by cloning missing submodules and updating the working tree of the submodules. The "updating" can be done in several ways depending on command line options and the value of `submodule.<name>.update` configuration variable. The command line option takes precedence over -the configuration variable. If neither is given, a checkout is performed. -The update procedures supported both from the command line as well as +the configuration variable. If neither is given, a 'checkout' is performed. +The 'update' procedures supported both from the command line as well as through the `submodule.<name>.update` configuration are: checkout;; the commit recorded in the superproject will be @@ -150,8 +150,8 @@ checked out in the submodule. merge;; the commit recorded in the superproject will be merged into the current branch in the submodule. -The following procedures are only available via the `submodule.<name>.update` -configuration variable: +The following 'update' procedures are only available via the +`submodule.<name>.update` configuration variable: custom command;; arbitrary shell command that takes a single argument (the sha1 of the commit recorded in the -- 2.16.0.rc0.223.g4a4ac8367