author | Junio C Hamano <junkio@cox.net> | |
Sat, 15 Oct 2005 04:56:46 +0000 (21:56 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 18 Oct 2005 00:41:55 +0000 (17:41 -0700) | ||
commit | caf4f582b2bb4d5582540aa49d29749b2600cd03 | |
tree | 563d5d779fd36156ce5543f22f046907d5b78c9b | tree | snapshot |
parent | 22ddf7197958337a8c254122eae4efcd8a54098a | commit | diff |
Improve "git add" again.
This makes it possible to add paths that have funny characters (TAB
and LF) in them, and makes adding many paths more efficient in
general.
New flag "--stdin" to update-index was initially added for different
purpose, but it turns out to be a perfect match for feeding "ls-files
--others -z" output to improve "git add".
It also adds "--verbose" flag to update-index for use with "git add"
command.
Signed-off-by: Junio C Hamano <junkio@cox.net>
This makes it possible to add paths that have funny characters (TAB
and LF) in them, and makes adding many paths more efficient in
general.
New flag "--stdin" to update-index was initially added for different
purpose, but it turns out to be a perfect match for feeding "ls-files
--others -z" output to improve "git add".
It also adds "--verbose" flag to update-index for use with "git add"
command.
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-add.sh | diff | blob | history | |
update-index.c | diff | blob | history |