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



7f91a1339f Stefan Sperling

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



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



56e0773df7 Stefan Sperling

convert tree entries from SIMPLEQ to an array


3fd4eb5ab9 Stefan Sperling

fold a function call onto a single line




7b5dc508da Stefan Sperling

fix staging of multiple files with -p

ok semarie




46f68b205b Stefan Sperling

show file mode differences when diffing trees