git-pickaxe: fix origin refcounting
commit854b97f6eb3bcbeb76b2705bfbffead1558bde77
authorJunio C Hamano <junkio@cox.net>
Sun, 5 Nov 2006 03:18:50 +0000 (4 19:18 -0800)
committerJunio C Hamano <junkio@cox.net>
Sun, 5 Nov 2006 03:19:16 +0000 (4 19:19 -0800)
tree7d8fee90a6fb2bc157a0d1230d7b9448b8ff97cb
parent334947843cbd50895f1dc58d8bd2f217e1f1ef77
git-pickaxe: fix origin refcounting

When we introduced the cached origin per commit, we gave up proper
garbage collecting because it meant that commits hold onto their
cached copy.  There is no need to do so.

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