Separate object listing routines out of rev-list
authorJunio C Hamano <junkio@cox.net>
Tue, 5 Sep 2006 04:50:12 +0000 (21:50 -0700)
committerJunio C Hamano <junkio@cox.net>
Thu, 7 Sep 2006 09:46:01 +0000 (02:46 -0700)
Create a separate file, list-objects.c, and move object listing
routines from rev-list to it. The next round will use it in
pack-objects directly.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found