summaryrefslogtreecommitdiff
path: root/git-shortlog.perl
diff options
context:
space:
mode:
authorLibravatar Shawn Pearce <spearce@spearce.org>2006-02-28 21:43:33 -0500
committerLibravatar Junio C Hamano <junkio@cox.net>2006-03-01 01:15:31 -0800
commit9debe63d10e476b96ff550d550df344a68b240e8 (patch)
tree2a4366f0983c0df1436def2bb7ab530b39df1aa0 /git-shortlog.perl
parentcvsserver: Eclipse compat - browsing 'modules' (heads in our case) works (diff)
downloadtgif-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