]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/rev-list.c
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)
commitc64ed70d2557101f2a2c3f76315049d027fe645b
tree7647b6bcbd7fa898edb8487d5e19704b7dd66718
parent7bbf88c52b202d543310123e1bad9a44b2d6f028
Separate object listing routines out of rev-list

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>
Makefile
builtin-rev-list.c
list-objects.c [new file with mode: 0644]
list-objects.h [new file with mode: 0644]