Commit Briefs


Stefan Sperling

suggest a better interim workflow in got.1






Stefan Sperling

improve documentation of got log -b


Stefan Sperling

rename got log's -f option to -b


Stefan Sperling

add examples for 'got log' in got.1


Stefan Sperling

extend got.1 EXAMPLES section


Stefan Sperling

improve wording of an error message


Stefan Sperling

inform the user when switching branches



Stefan Sperling

don't cache objects larger than 1MB






Stefan Sperling

add a TODO item







Stefan Sperling

NUL-terminate empty logmsg buffer for strlcat(3)

Because the logmsg output buffer was not NUL-terminated after allocation, strlcat(3) could append log message contents copied from the temporary file at a wrong memory location. In the case observed by me, this bug resulted in a broken commit object.