From: Martin Ågren Date: Sun, 22 Sep 2019 11:57:56 +0000 (+0200) Subject: user-manual.txt: add missing section label X-Git-Tag: v2.24.0-rc0~89^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e79b34533affc98b78caa74700e182684d126e07;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 8bce75b2cf..2dc2ffdaab 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -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 ------------------------