Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
cat-file: fix a grammo in the man page
author
Johannes Schindelin
<johannes.schindelin@gmx.de>
Wed, 24 Aug 2016 12:23:36 +0000
(14:23 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 24 Aug 2016 16:09:28 +0000
(09:09 -0700)
"... has be ..." -> "... has to be ..."
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-cat-file.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
2632c89
)
diff --git
a/Documentation/git-cat-file.txt
b/Documentation/git-cat-file.txt
index 18d03d8e8b9b0921007d35d5adbaf954d289cdeb..071029b4effac9bccb8ddf6821335af9830ed7ef 100644
(file)
--- a/
Documentation/git-cat-file.txt
+++ b/
Documentation/git-cat-file.txt
@@
-54,8
+54,9
@@
OPTIONS
--textconv::
Show the content as transformed by a textconv filter. In this case,
- <object> has be of the form <tree-ish>:<path>, or :<path> in order
- to apply the filter to the content recorded in the index at <path>.
+ <object> has to be of the form <tree-ish>:<path>, or :<path> in
+ order to apply the filter to the content recorded in the index at
+ <path>.
--batch::
--batch=<format>::