Commit Briefs

dc5351b4fb Stefan Sperling

fix a bug in 'got branch' and add tests for this command


52be27fcce Stefan Sperling

trim down 'submitting patches' section of README




916f288c7e Stefan Sperling

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

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


fe307c9bac Stefan Sperling

got.1 wording tweak



46e90ae41a Stefan Sperling

remote duplicate .Pp in man page



678cbce557 Stefan Sperling

allow aborting search in 'tog log' with backspace key


6fcd089d7c Stefan Sperling

add TODO item for tog



073e575f1b Stefan Sperling

add a TODO item for histedit



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