Commit Briefs


Stefan Sperling

typo


Stefan Sperling

read commit objects with privsep






Stefan Sperling

create recv_one_imsg() helper


Stefan Sperling

create recv_imsg_error helper function




Stefan Sperling

close pipe in unpriv child





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