Code

builtin-prune: make file-scope static struct to an argument.
authorJunio C Hamano <junkio@cox.net>
Sat, 6 Jan 2007 10:16:10 +0000 (02:16 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 7 Jan 2007 06:57:34 +0000 (22:57 -0800)
commit24304816141d16aacdc63612797faa1426222ef7
tree0da523918e1dcc9b42c9f71d51cf691155982317
parent13e86efbeae5994a85cc482b3964db7298c5c6ea
builtin-prune: make file-scope static struct to an argument.

I want to make the first part of 'git prune' that marks the
reachable objects callable as a library, so this starts the
first step toward the goal by making the callchain to pass
rev_info structure as an argument.

No functionality change should be in this step.

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