Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
user-manual: fix missing colon in git-show example
author
J. Bruce Fields
<bfields@citi.umich.edu>
Sun, 11 Mar 2007 03:00:12 +0000
(22:00 -0500)
committer
J. Bruce Fields
<bfields@citi.umich.edu>
Sun, 11 Mar 2007 04:05:01 +0000
(23:05 -0500)
There should be a colon in this git-show example.
Cc: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Documentation/user-manual.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
fabbd8f
)
diff --git
a/Documentation/user-manual.txt
b/Documentation/user-manual.txt
index f4ea967191686f749796d94de28db59db10d0ade..1e151b4d29d61495498748de6cbc80ab4151ca12 100644
(file)
--- a/
Documentation/user-manual.txt
+++ b/
Documentation/user-manual.txt
@@
-1431,7
+1431,7
@@
modifying the working directory, you can do that with
gitlink:git-show[1]:
-------------------------------------------------
-$ git show HEAD^
path/to/file
+$ git show HEAD^
:
path/to/file
-------------------------------------------------
which will display the given version of the file.