Merge branch 'km/submodule-doc-use-sm-path' into maint
Docfix. * km/submodule-doc-use-sm-path: submodule foreach: replace $path with $sm_path in example
This commit is contained in:
commit
cfa25e197d
@ -229,7 +229,7 @@ As an example, the command below will show the path and currently
|
|||||||
checked out commit for each submodule:
|
checked out commit for each submodule:
|
||||||
+
|
+
|
||||||
--------------
|
--------------
|
||||||
git submodule foreach 'echo $path `git rev-parse HEAD`'
|
git submodule foreach 'echo $sm_path `git rev-parse HEAD`'
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
sync [--recursive] [--] [<path>...]::
|
sync [--recursive] [--] [<path>...]::
|
||||||
|
Loading…
Reference in New Issue
Block a user