Files
git/Documentation
Shawn Pearce 9debe63d10 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>
2006-03-01 01:15:31 -08:00
..
2006-02-12 05:02:42 -08:00
2005-11-08 08:58:52 -08:00
2006-01-28 02:26:30 -08:00
2006-01-29 15:00:46 -08:00
2005-12-27 17:57:28 -08:00
2006-01-28 02:26:30 -08:00
2005-12-29 01:32:56 -08:00
2005-12-29 01:32:56 -08:00
2005-10-12 18:32:02 -07:00
2006-02-21 22:33:21 -08:00
2005-12-16 18:23:33 -08:00
2005-10-26 16:31:58 -07:00
2006-02-13 03:32:10 -05:00
2005-10-25 22:51:13 -07:00
2006-02-07 13:19:42 -08:00
2005-10-04 17:04:03 -07:00
2006-02-06 21:53:11 -08:00