summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar J. Bruce Fields <bfields@citi.umich.edu>2007-06-05 18:42:58 -0400
committerLibravatar J. Bruce Fields <bfields@citi.umich.edu>2007-06-10 16:38:50 -0400
commit8ceca74a39788eeda64e9aa625fdebaad219ab42 (patch)
treecad6681d9f01d190f68155939e22419ba58b8d60
parentFix typo in remote branch example in git user manual (diff)
downloadtgif-8ceca74a39788eeda64e9aa625fdebaad219ab42.tar.xz
user-manual: add a missing section ID
I forgot to give an ID for this section. Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
-rw-r--r--Documentation/user-manual.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 25695fe77e..97b09a9985 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -921,6 +921,7 @@ echo "git diff --stat --summary -M v$last v$new > ../diffstat-$new"
and then he just cut-and-pastes the output commands after verifying that
they look OK.
+[[Finding-comments-with-given-content]]
Finding commits referencing a file with given content
-----------------------------------------------------