Commit Briefs

9714e35f37 Stefan Sperling

remove unused fileindex flags



466d3b326f Stefan Sperling

remove redundant strlen() calls from got_path_cmp()


6f8967eb20 Stefan Sperling

always initialize file index entry's path_len field


f2b16adaed Stefan Sperling

cache path length in struct got_pathlist_entry


d572f5860a Stefan Sperling

eliminate strlen() calls during fileindex rb tree searches


6bf2c31673 Stefan Sperling

avoid unnecessary memcpy() in read_fileindex_path()




285e7af7c6 Stefan Sperling

add 'got stage' to TODO list


26107ee6a3 Stefan Sperling

remove redundant TODO item


4de3c71b4d Stefan Sperling

TODO: move 'got' items to 'got' section where they belong



cf8cd63e6a Stefan Sperling

add 'got revert -R' to TODO list



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