Commits


add got_commit_graph_find_youngest_common_ancestor()


implement spawning an editor to collect a commit message bails on empty messages, trims leading and trailing newlines this currently disables the unveil in the commit process because it's not compatible with spawning the editor also prevent commits when there are no changes


update help string of 'got add' for multiple file support


fix leftover lockfiles from parse_ref_file()


fix locking of packed ref file in got_ref_open()


handle well-known refs more obviously in got_ref_open()


don't hide errors in got_ref_open()


be less clever: don't nest 'case' inside if (...) no functional change


plug fd leak in got_path_dir_is_empty()


heed API namespace: got_dir_is_empty -> got_path_dir_is_empty


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