Commit Briefs

fa6e0e48ed Stefan Sperling

suggest a better interim workflow in got.1


57377f0776 Stefan Sperling

stat .idx file to determine its size, not the .pack file


f363d66366 Stefan Sperling

add a test for 'got commit' with a conflicted file


0d0c539eac joshua stein

got_opentemp_named: include path in error message


a3da3b618b Stefan Sperling

document an idea which might speed up processing of deltas


43205691a0 Stefan Sperling

improve documentation of got log -b


499d7ecc53 Stefan Sperling

rename got log's -f option to -b


540feb5160 Stefan Sperling

add examples for 'got log' in got.1


e70c17ce99 Stefan Sperling

extend got.1 EXAMPLES section


cc43886eb4 Stefan Sperling

improve wording of an error message


d969fa15b6 Stefan Sperling

inform the user when switching branches


01cd76145e Stefan Sperling

add cache debug output for too large elements


a60c9e772e Stefan Sperling

don't cache objects larger than 1MB


6331840f53 Stefan Sperling

fix got_error_from_errno() arguments in inflate.c


da506691d2 Stefan Sperling

set_max_datasize() should be a static function