Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
update-index: document --stdin and -z
author
Junio C Hamano
<junkio@cox.net>
Tue, 27 Sep 2005 01:13:32 +0000
(18:13 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 27 Sep 2005 23:59:45 +0000
(16:59 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-update-index.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
ee1bec3
)
diff --git
a/Documentation/git-update-index.txt
b/Documentation/git-update-index.txt
index 8d55659edefe07fed2fd8dbd0e7bf716c460e998..0d9847c5287dec916e314ac2a652e7f9c55992d0 100644
(file)
--- a/
Documentation/git-update-index.txt
+++ b/
Documentation/git-update-index.txt
@@
-1,6
+1,5
@@
git-update-index(1)
===================
git-update-index(1)
===================
-v0.1, May 2005
NAME
----
NAME
----
@@
-15,6
+14,7
@@
SYNOPSIS
[--force-remove]
[--cacheinfo <mode> <object> <file>]\*
[--info-only]
[--force-remove]
[--cacheinfo <mode> <object> <file>]\*
[--info-only]
+ [-z] [--stdin]
[--] [<file>]\*
DESCRIPTION
[--] [<file>]\*
DESCRIPTION
@@
-65,6
+65,15
@@
OPTIONS
that conflicts with the entry being added are
automatically removed with warning messages.
that conflicts with the entry being added are
automatically removed with warning messages.
+--stdin::
+ Instead of taking list of paths from the command line,
+ read list of paths from the standard input. Paths are
+ separated by LF (i.e. one path per line) by default.
+
+-z::
+ Only meaningful with `--stdin`; paths are separated with
+ NUL character instead of LF.
+
--::
Do not interpret any more arguments as options.
--::
Do not interpret any more arguments as options.