diff options
author | Shawn Pearce <spearce@spearce.org> | 2006-02-28 21:43:33 -0500 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-03-01 01:15:31 -0800 |
commit | 9debe63d10e476b96ff550d550df344a68b240e8 (patch) | |
tree | 2a4366f0983c0df1436def2bb7ab530b39df1aa0 /git-shortlog.perl | |
parent | cvsserver: Eclipse compat - browsing 'modules' (heads in our case) works (diff) | |
download | tgif-9debe63d10e476b96ff550d550df344a68b240e8.tar.xz |
Teach git-checkout-index to read filenames from stdin.
Since git-checkout-index is often used from scripts which
may have a stream of filenames they wish to checkout it is
more convenient to use --stdin than xargs. On platforms
where fork performance is currently sub-optimal and
the length of a command line is limited (*cough* Cygwin
*cough*) running a single git-checkout-index process for
a large number of files beats spawning it multiple times
from xargs.
File names are still accepted on the command line if
--stdin is not supplied. Nothing is performed if no files
are supplied on the command line or by stdin.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-shortlog.perl')
0 files changed, 0 insertions, 0 deletions