Commit Briefs

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


ecf6e46eb1 Stefan Sperling

check for fopen() failures in got_diffreg()


16dcbf911a Stefan Sperling

remove debug code accidentally committed


72eb343178 Stefan Sperling

look up deltas in the correct pack file



5a83d54eba Stefan Sperling

verify diff output in blob diff test


0857e5e4f4 Stefan Sperling

add a script which decompresses a git object

I will never remember which command to use and how to get it...


1ca4538ef4 Stefan Sperling

fix wrong argv[] index in cmd_log()


92e5c17e36 Stefan Sperling

update log usage()


971751acb8 Stefan Sperling

make log -p print an extra newline after diff


84eb021e71 Stefan Sperling

show function prototypes in diff output


07ccb00b54 Stefan Sperling

be careful about NULL trees when diffing entries


c2c21d4603 Stefan Sperling

show 3 lines of context in file diffs


79109fed13 Stefan Sperling

implement 'got log -p' option


1e70621d61 Stefan Sperling

reset optind in main()


9792546908 Stefan Sperling

man page tweaks




8bf5b3c9ff Stefan Sperling

rewrite 'got log' without recursion


4589e373ff Stefan Sperling

remove mmap() stuff; checkout is fast enough for now


0bd0053c34 Stefan Sperling

handle empty files in got_packfile_extract_object()



d0f3be7ced Stefan Sperling

initialize some output variables on failure