Commit Briefs


cfce0458c9 Stefan Sperling

document 'got commit' out-of-dateness check


5c1e53bc72 Stefan Sperling

add support for multiple path arguments to 'got commit'


3c575567b5 Stefan Sperling

got.1: clarify how checkout -b and -c options interact


305993b9d1 Stefan Sperling

fix typo in test commit log message




107f9ed516 Klemens Nanni

README: Use `man -l' not `mandoc | less'

Honours MANPAGER and is easier to type.


c970ea82ea Stefan Sperling

increase the scope of blame tests by a blasting 100%


a2e6d162ca Stefan Sperling

make GOT_ERR_WORKTREE_META errors show more information




a9fa2909b9 Stefan Sperling

fix 'got revert' on files in newly added subdirectories


bfce7f8365 Stefan Sperling

improve histedit script error checking and fix leaks


e4167f3067 Stefan Sperling

ignore missing objects/pack dir in match_packed_object()


8dc303ccb4 Stefan Sperling

eliminate needless 'goto' in worktree_status()


a51a74b38b Stefan Sperling

speed up 'got rebase' ancestry check





c02b99b64c Stefan Sperling

report_file_status() wants an on-disk path


abb4604f00 Stefan Sperling

stop supporting ie == NULL case in get_file_status()



339c298e66 Stefan Sperling

undo previous 3 commits; stat is faster than open