Clemens Buchacher [off-list ref] writes:
On Wed, Nov 05, 2008 at 09:28:49PM +0100, Clemens Buchacher wrote:
quoted
On Tue, Nov 04, 2008 at 09:49:32PM -0500, Jeff King wrote:
[...]
quoted
However, I would like to make one additional request. Since you are
killing off all usage of new_sha1 initial assignment, I think it makes
sense to just get rid of the variable entirely, so it cannot create
confusion later.
Considering that the ref is initialized to the null_sha1, do you think it
would be Ok to do the following instead?
Yeah, that's pretty much what I munged and committed.