]> git.ipfire.org Git - thirdparty/git.git/commit - send-pack.c
send-pack: tell pack-objects to use its internal rev-list.
authorJunio C Hamano <junkio@cox.net>
Sun, 31 Dec 2006 09:26:53 +0000 (01:26 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 31 Dec 2006 09:26:53 +0000 (01:26 -0800)
commit0ae5f98c7ba29fa4c698989cd6b38deba06d5bf3
tree3a5e0e3128d1ba9724090f7e559e5bf818f3d755
parent4b4ee90e587779233488325d2832a946eebe03e0
send-pack: tell pack-objects to use its internal rev-list.

This means one less process in the pipeline to worry about, and
removes about 1/8 of the code.

Signed-off-by: Junio C Hamano <junkio@cox.net>
send-pack.c