Commit Briefs



Stefan Sperling

test and fix 'got revert' with a path in a sub-directory

Relax input path requirements of got_object_id_by_path() to make things easier to callers. Allows the revert code to pass a path from the file index in lieu of a repository path.




Stefan Sperling

mark const variables as such





Stefan Sperling

fix wrong command in got.1 EXAMPLES



Stefan Sperling

don't leak objects which can't be cached


Stefan Sperling

remove unused include in got-read-pack


Stefan Sperling

fix some leaks in got-read-pack




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