user-manual.txt: add missing section label
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>
Martin Ågren committed
Sep 22, 2019 at 13:57 UTC
e79b34533affc98b78caa74700e182684d126e07
1 file changed
+1
Documentation/user-manual.txt
+1
@@ -3698,6 +3698,7 @@ $ git push
3698
You have to run `git submodule update` after `git pull` if you want to update
3699
submodules, too.
3700
3701
+[[pitfalls-with-submodules]]
3702
Pitfalls with submodules
3703
------------------------
3704