Commit Briefs

5b575c2578 Stefan Sperling

don't hide errors in got_ref_open()


6f10d58ebb Stefan Sperling

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

no functional change


7f2a8dc2cb Stefan Sperling

plug fd leak in got_path_dir_is_empty()





e350feedfc Stefan Sperling

document new tog key codes


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 (;;)


230a42bdc6 joshua stein

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)



5486daa23d Stefan Sperling

fix -r option of 'got log'