Commit Briefs

23721109e3 Stefan Sperling

fix logging /sys in tog while /sys symlink exists on disk



4a8520aa6b Stefan Sperling

use a constant for max diff context size


5de5890b2e Stefan Sperling

add a 'got tree' subcommand


c0cc5c6226 Stefan Sperling

add diff context option to got(1)


df2871d297 Stefan Sperling

make amount of diff context configurable at API level


d82de447b4 Stefan Sperling

make 'got log' flush stdout when a commit has been printed


31cedeafaf Stefan Sperling

add path filtering support to commit graph






0dcf3e9cb1 Stefan Sperling

tweak log message headers again


dab5fe87a4 Stefan Sperling

tweak commit display


f6861a8122 Stefan Sperling

display file paths in diffs instead of blob SHA1s


ad242220ad Stefan Sperling

implement fork+exec (and by the way, fix the build...)


a39318fdf6 Stefan Sperling

knf


66bea07796 Stefan Sperling

move got blame's repo-path parameter to -r option


472e0cad86 Stefan Sperling

fix leaks in got's print_commits()


9c6e101af4 Stefan Sperling

fix leaks in print_commits()


621015ac3a Stefan Sperling

use strsep() correctly in got's print_commit()


117e771c4a Stefan Sperling

eliminate local 'obj' variable in got's print_patch()


6b765bce16 Stefan Sperling

fix logic error in print_commits()


fcc85cad48 Stefan Sperling

make 'got log' show all commits again and fix some leaks


55ad411b96 Stefan Sperling

set a boolean properly