Commit Briefs

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


523b8417c1 Stefan Sperling

handle xbit-only changes during 'got update'


1ebedb77e0 Stefan Sperling

teach 'got commit' to tweak the executable bit of a file


2822a3526b Stefan Sperling

add 'got integrate' command