Commit Briefs

1ebedb77e0 Stefan Sperling

teach 'got commit' to tweak the executable bit of a file



6af1ccbdf6 Stefan Sperling

sort tree object entries the way git likes it




916f288c7e Stefan Sperling

prevent 'got commit' on branches outside "refs/heads/"

(the only exception is the work tree's temporary histedit branch)


5c1e53bc72 Stefan Sperling

add support for multiple path arguments to 'got commit'


90e8619ee9 Stefan Sperling

make 'got commit' work with a directory path


e0233ceaa7 Stefan Sperling

fix 'got commit' from work tree with a path prefix



4866d0842a Stefan Sperling

add an xfail test for a bug in 'got commit'


461aee03b5 Stefan Sperling

fix test sandbox name


1a36436d4d Stefan Sperling

relax out-of-dateness check for 'got commit'



f363d66366 Stefan Sperling

add a test for 'got commit' with a conflicted file



8d301dd94c Stefan Sperling

use cmp -s, instead of cmp, in all command line tests


3eada72786 Stefan Sperling

cosmetic tweak to xfail test output


8ba6ba2daa Stefan Sperling

add new test test_commit_added_subdirs (xfail)


83a7ae6dd3 Stefan Sperling

revert previous


3ffe981f82 Stefan Sperling

fix tree_entry_dup error path


c3754a5ba7 Stefan Sperling

make GOT_AUTHOR available to all cmdline tests


819f385b20 Stefan Sperling

ensure that commits use intended base blobs for changes


5bbcb68ba9 Stefan Sperling

add another commit test