Commit Briefs

32d2fb4834 Stefan Sperling

add missing error checks to an openat() call


6052298250 Stefan Sperling

fix wrong function names in errno error messages



70e3e7f5a1 Tracey Emery

add -k option to 'got remove' to keep files on disk

ok stsp


ab0d436167 Stefan Sperling

fix leak in an error path of get_file_status()



3d35a492f8 Stefan Sperling

avoid opening the file in get_file_status() if possible


82223ffcc5 Stefan Sperling

fix wrong function name in errno error message


22902794fc Stefan Sperling

this lseek() call in read_dirlist() isn't needed



7f91a1339f Stefan Sperling

open files during status crawl in a race-free way, too


ae8965b97d Stefan Sperling

add missing fdopendir() error check in read_dirlist()



f4d199c99e Stefan Sperling

oops, fix previous


43ff8261e1 Stefan Sperling

check for fclose() failure in get_file_status()


1338848fa6 Stefan Sperling

open the file just once in get_file_status()


f2a9dc41d8 Tracey Emery

add -R option to 'got remove' for recursive deletion

ok stsp


dbb83fbd81 Stefan Sperling

there's no need to store a directory path in struct schedule_addition_args

ok tracey


6db9f7f6b1 Stefan Sperling

always show numeric dates in ISO-8601/xkcd-1179 format

ok millert tracey sthen


8b3ec12fa0 Klemens Nanni

got.1: Fix mdoc(7) linter errors/warnings

mandoc: got.1:573:96: ERROR: skipping end of block that is not open: Oc mandoc: got.1:1583:2: WARNING: skipping paragraph macro: Pp at the end of Sh


463a997a86 Klemens Nanni

got: start_commit and search_pattern ought to be const

Revert the last accidential revert; sorry for the noise, I fat fingered got commands while juggling diffs.



22694bb8ff Stefan Sperling

bump version number (tags/0.22)


517adc5aea Stefan Sperling

changes for 0.22


a2687442f1 Klemens Nanni

got: start_commit and search_pattern ought to be const

Must not be passed to free(3), holds argv[] input.