Jonathan Nieder wrote:

> Here is the loop in master:
>
>       int hit = 0;
> [...]
> 
>       for (i = len - 1; i > 0; i--) {
>               if (hit && buf[i] == '\n')
>                       break;
>               hit = (buf[i] == '\n');
>       }
>
> I don't see any adjacency check.

Of course that's because I can't read. :)  Checking again.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to