Teach git-local-fetch the --stdin switch
commit8e87ca661513d9f4b737295b234e93767cd2ee0c
authorPetr Baudis <pasky@suse.cz>
Thu, 27 Jul 2006 21:56:19 +0000 (27 23:56 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 28 Jul 2006 02:33:48 +0000 (27 19:33 -0700)
treec757f0a8288533617c3ef5d1f31570fbd7e561c0
parent4211e4d10cd98b1aeed97bdb6cdebb9411956bb5
Teach git-local-fetch the --stdin switch

This makes it possible to fetch many commits (refs) at once, greatly
speeding up cg-clone.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-local-fetch.txt
fetch.c
fetch.h
local-fetch.c