diff options
author | J. Bruce Fields <bfields@citi.umich.edu> | 2007-06-05 18:42:58 -0400 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2007-06-10 16:38:50 -0400 |
commit | 8ceca74a39788eeda64e9aa625fdebaad219ab42 (patch) | |
tree | cad6681d9f01d190f68155939e22419ba58b8d60 /Documentation | |
parent | 1da158ea339e863a1907225501f9153df5741db0 (diff) | |
download | git-8ceca74a39788eeda64e9aa625fdebaad219ab42.tar.gz git-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>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/user-manual.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 25695fe77..97b09a998 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 ----------------------------------------------------- |