Commit Briefs

87c7274c9e joshua stein

tog: space acts as enter


a4292ac5c9 joshua stein

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


1e37a5c252 joshua stein

tog: align case statements with switch


47ec7be7cd Stefan Sperling

wording tweak in got man page


15cd91f71e Stefan Sperling

improve 'got commit' documentation




fbb7e5c7d4 Stefan Sperling

got add's file path argument is not optional


8125ddca50 Stefan Sperling

update 'got add' documentation


1dd5492090 Stefan Sperling

open the file index just once when adding multiple files



2af4a04192 joshua stein

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


723c305ce4 joshua stein

got: support adding multiple files at a time

make adding files already in the file-index not a fatal error


e009fd0ff5 Stefan Sperling

identify an error source correctly


656b1f76d3 joshua stein

while (1) -> for (;;)