On Sat, Jul 26, 2008 at 01:12:36PM -0500, Jonathan Nieder [off-list ref] wrote:
On Sat, 26 Jul 2008, Miklos Vajna wrote:
quoted
+ if (!prefix)
+ prefix = "git-";
+ prefix_len = strlen(prefix);
The whitespace gave me a start: the diff markup moved the prefix_len
line to the next tab stop, so at first glance it seems there are missing
braces here. But it is an illusion. (I mention this so others might
avoid wasting time worrying about it.)
In fact it was a whitespace problem: somehow I used spaces there instead
of a tab. I fixed it locally. (Will send an updated series soon.)
I like the patch so far. Thanks for the pleasant reading.
:-)