Code

upload-pack: Move the revision walker into a separate function.
authorJohannes Sixt <johannes.sixt@telecom.at>
Fri, 19 Oct 2007 19:48:02 +0000 (21:48 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Oct 2007 05:30:41 +0000 (01:30 -0400)
commit80ccaa78a8b95ad3b4f6e24dc35a9aa3cae5fd86
tree1f2e640acd60e5643d9c7e91b85cfbf66484f217
parent088fab5fc48ebb8b476c3b32dd25df3aa4236f94
upload-pack: Move the revision walker into a separate function.

This allows us later to use start_async() with this function, and at
the same time is a nice cleanup that makes a long function
(create_pack_file()) shorter.

Signed-off-by: Johannes Sixt <johannes.sixt@telecom.at>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
upload-pack.c