Commit Briefs


Stefan Sperling

make 'got commit' look up EDITOR in PATH

The previous code only worked if EDITOR contained an absolute path.


Stefan Sperling

document new got commit features



Stefan Sperling

missing error check in apply_unveil()


Stefan Sperling

tog: don't clear diff view contents when indicating diff progress

this is much easier on the eyes when moving through diffs













joshua stein

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






Stefan Sperling

don't hide errors in got_ref_open()


Stefan Sperling

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

no functional change


Stefan Sperling

plug fd leak in got_path_dir_is_empty()