summaryrefslogtreecommitdiffstats
path: root/user-manual.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-08-29 07:31:47 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-08-29 07:31:47 +0000
commit7d9e9bd46558c53fc42faa2a97ad490c0b1580cd (patch)
tree921853128de3ebb05468ba31f8a4dcbe05fc2bed /user-manual.txt
parentc435b1c424b0ffb554c70bae7da733e4eadda20a (diff)
downloadgit-htmldocs-7d9e9bd46558c53fc42faa2a97ad490c0b1580cd.tar.gz
Autogenerated HTML docs for v1.5.3-rc7
Diffstat (limited to 'user-manual.txt')
-rw-r--r--user-manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-manual.txt b/user-manual.txt
index 06ab79fbd..35298e626 100644
--- a/user-manual.txt
+++ b/user-manual.txt
@@ -921,7 +921,7 @@ file such that it contained the given content either before or after the
commit. You can find out with this:
-------------------------------------------------
-$ git log --raw -r --abbrev=40 --pretty=oneline -- filename |
+$ git log --raw --abbrev=40 --pretty=oneline -- filename |
grep -B 1 `git hash-object filename`
-------------------------------------------------