On Fri, Jul 27, 2012 at 3:44 PM, Junio C Hamano [off-list ref] wrote:
Martin von Zweigbergk [off-list ref] writes:
s/it seems the prefix doesn't change/the prefix never changes/;
:-) Thanks for confirming.
In that sense it probably does not even matter if you did not pass
rev->prefix down to check_rev, and instead gave NULL to it, but that
only holds true in the current codebase, so I think what your patch
does is the right thing to do.
Makes sense. Thanks for explaining!