diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2010-09-28 13:16:07 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-09-29 13:21:49 -0700 |
commit | e1ba4c32cbc48316d07f807bf32b9194601003b0 (patch) | |
tree | 1e40b7b760695fa89968f46e8131dc6d2ffe3cfc | |
parent | user-manual: be consistent in illustrations to 'git rebase' (diff) | |
download | tgif-e1ba4c32cbc48316d07f807bf32b9194601003b0.tar.xz |
user-manual: fix anchor name Finding-comments-With-given-Content
Change the anchor name to
Finding-commits-With-given-Content
so that it corresponds to the actual content there.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/user-manual.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 84dfbf42ec..ce45bfcc04 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -955,7 +955,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-With-given-Content]] Finding commits referencing a file with given content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |