Commit Briefs

f3d135e1a7 Stefan Sperling

make 'got log' show the committer if different from author



e1e3f57074 Stefan Sperling

replace use of err() with got_error_from_errno()


76089277b1 Stefan Sperling

apply realpath() to all paths in argv; fix some leaks



2129468431 Stefan Sperling

document where the UI expects SHA1 hashes


5d7c1dab52 Stefan Sperling

document checkout better and fix optional worktree arg


3f8b7d6a05 Stefan Sperling

document diff command and make the repo path optional


64a96a6df6 Stefan Sperling

implement got log -l


d142fc4582 Stefan Sperling

tweak the log command synopsis and update man page


b00d56cde5 Stefan Sperling

add a rudimentary diff command


3235492e3f Stefan Sperling

add the ability to start the log at a particular commit


2acfca77da Stefan Sperling

don't forgot to close blobs after diffing them


254707814d Stefan Sperling

clean up commit list upon error in print_commits()


bb5dcc10ce Stefan Sperling

fix open file leaks in previous