]> git.ipfire.org Git - thirdparty/git.git/commitdiff
user-manual.txt: add missing section label
authorMartin Ågren <martin.agren@gmail.com>
Sun, 22 Sep 2019 11:57:56 +0000 (13:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sat, 28 Sep 2019 08:35:44 +0000 (17:35 +0900)
We provide a label for each chapter and section except for the "Pitfalls
with submodules" section. Since we're doing it everywhere else, let's do
it here, too.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/user-manual.txt

index 8bce75b2cf2b21960403909291d324551e263c7f..2dc2ffdaab954c2261f319b3e395f61448a9c752 100644 (file)
@@ -3698,6 +3698,7 @@ $ git push
 You have to run `git submodule update` after `git pull` if you want to update
 submodules, too.
 
+[[pitfalls-with-submodules]]
 Pitfalls with submodules
 ------------------------