make checkout-index '-a' flag saner.
authorLinus Torvalds <torvalds@osdl.org>
Tue, 18 Oct 2005 00:32:12 +0000 (17:32 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 18 Oct 2005 00:32:12 +0000 (17:32 -0700)
commita65a686f4967ecba0759289d0e918f652980e8a2
tree94fa576c13ade9b56e87eac06404ee1ac93962ff
parent15fad5f4d750da31fbc004e6dd4c78fc0f20aca4
make checkout-index '-a' flag saner.

The original semantics of pretending as if all files were
specified where '-a' appeared and using only the flags given so
far was too confusing.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
checkout-index.c