On 7/15/07, Sean <seanlkml@xxxxxxxxxxxx> wrote:
If you only look for ^\0 (ie. first position only) the parsing should be okay. Not that it helps with the performance issue you're trying to address.
revisions are streamed, there is only one first revision, all the others are linked togheter in a big stream. Actually I ended up looking for the character after the '\0' (if any) to be 'c' that is the beginning of "commit <sha> ....." but it's a bit hacky. Marco - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html