Commits


checkout: if worktree path exists and is empty, suppress mkdir failure


tog: remove view_flash(), just stop when at first/last entries


document new tog key codes


tog: space acts as enter


tog: control+f and b for page down and up


tog: align case statements with switch


wording tweak in got man page


improve 'got commit' documentation


lock branch reference file during 'got commit' to prevent a race


disallow directories with 'got add'; add a TODO item for them


got add's file path argument is not optional


update 'got add' documentation


open the file index just once when adding multiple files


verify expected output in test_add_multiple and actually run this test


got_error_set_errno: take a char arg to pass to got_error_prefix_errno $> got rm a got: : No such file or directory becomes $> got rm a got: /path/to/a: No such file or directory


got: support adding multiple files at a time make adding files already in the file-index not a fatal error


identify an error source correctly


while (1) -> for (;;)


got_error_from_errno -> got_error_prefix_errno also add got_error_prefix_errno2 and got_error_prefix_errno3 which should hopefully all be merged into a single function with variadic args (but can't alloc mem)


strip trailing slashes from more paths passed by command line


fix -r option of 'got log'


error: introduce got_error_prefix_errno for better errno messages


error: fix definition of got_error_from_errno


introduce got_path_strip_trailing_slashes()


fix checkout to non-existing directories in parents other than /tmp