Commits


got.1 wording tweak


clearly state where 'git fetch' and 'git push' are required


remote duplicate .Pp in man page


document how to work against remote git repositories with got


allow aborting search in 'tog log' with backspace key


add TODO item for tog


remove pointless output parameter from got_pathlist_append()


add a TODO item for histedit


document work tree's use of temporary rebase/histedit branches


document 'got commit' out-of-dateness check


add support for multiple path arguments to 'got commit'


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


fix typo in test commit log message


relax commit out-of-dateness check: consider file content only


read_meta_file() can fstat() instead of lstat() since file is already open