My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01f6fd4
)
Documentation: update-index: -z applies also to --index-info
author
Bert Wesarg
<bert.wesarg@googlemail.com>
Fri, 8 Oct 2010 06:50:20 +0000
(08:50 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 13 Oct 2010 18:13:09 +0000
(11:13 -0700)
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-update-index.txt
patch
|
blob
|
history
diff --git
a/Documentation/git-update-index.txt
b/Documentation/git-update-index.txt
index
74d1d49
..
26fd8d0
100644
(file)
--- a/
Documentation/git-update-index.txt
+++ b/
Documentation/git-update-index.txt
@@
-144,8
+144,8
@@
you will need to handle the situation manually.
Report what is being added and removed from index.
-z::
- Only meaningful with `--stdin`
; paths are separated with
- NUL character instead of LF.
+ Only meaningful with `--stdin`
or `--index-info`; paths are
+
separated with
NUL character instead of LF.
\--::
Do not interpret any more arguments as options.