Commit Briefs

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


e456239b0c Stefan Sperling

initialize variable correctly


04ca23f459 Stefan Sperling

allow filtering history by paths in 'got log'


404c43c4fa Stefan Sperling

basic 'got blame' implementation


4bb494d579 Stefan Sperling

display UTC commit timestamps in tog(1)


788c352e1f Stefan Sperling

store commit timestamps as 'struct tm' in UTC


6238ee32f5 Stefan Sperling

show 'got log' options in sorted order