Commit Briefs



Stefan Sperling

read object headers with privsep




Stefan Sperling

got log: do a first-parent commit traversal instead of N-parent

Running 'got log' on a repository with merge commits shows that this code isn't ready to handle merge commits yet. It printed many commits multiple times and used up a lot of memory.






Stefan Sperling

forgot to delete D_EDIT in previous










Stefan Sperling

always free ds->J in got_diffreg()





Theo Buehler

make max_connect static as in the original diffreg.c

This way we grow the array instead of doing 64 <<= 1.