Commit Briefs



Stefan Sperling

cosmetic output tweaks


Stefan Sperling

fix double-tree in cmd_checkout()



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

rename 'refs' to 'reference'








Stefan Sperling

implement got log -l



Stefan Sperling

add a rudimentary diff command




Stefan Sperling

fix wrong argv[] index in cmd_log()


Stefan Sperling

update log usage()



Stefan Sperling

implement 'got log -p' option