Commits


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


make paths shown during checkout match what is created on disk


document checkout better and fix optional worktree arg


document diff command and make the repo path optional


implement got log -l


tweak the log command synopsis and update man page


add a rudimentary diff command


add the ability to start the log at a particular commit


clean up commit list upon error in print_commits()


fix wrong argv[] index in cmd_log()


update log usage()


make log -p print an extra newline after diff


implement 'got log -p' option


reset optind in main()


remove GOT_ERR_NO_MEM, we can just use errno in those cases