receive-pack: make it a builtin
authorJunio C Hamano <gitster@pobox.com>
Tue, 9 Sep 2008 08:27:08 +0000 (01:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Sep 2008 16:27:45 +0000 (09:27 -0700)
It is a good thing to do in general, but more importantly, transport
routines can only be used by built-ins, which is what I'll be adding next.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found