Commit Briefs

7baf5860e9 Stefan Sperling

avoid code duplication in error case of open_blob()



6c34b1aaf4 Stefan Sperling

whitespace formatting fixes in include/


a6a41c00c0 Stefan Sperling

actually add log.sh tests to 'make regress'


963f97a1f2 Stefan Sperling

make 'tog log' resolve paths just like 'got log' does it


b70703ad8a Stefan Sperling

fix bugs in got_repo_map_path() and add more related tests


1b3893a25b Stefan Sperling

prevent free with bogus pointer in 'got log' error path



6c7ab9213e Stefan Sperling

introduce got_worktree_resolve_path()



c2ac94566e Stefan Sperling

add missing 'static' for local functions


a0bf6e7678 Stefan Sperling

rename 'intent-to-add' file index flag to 'not-on-disk'


598a8b9185 Stefan Sperling

implement support for packed refs in 'got ref -d'


6249107b89 Stefan Sperling

fix uninitialized variable in insert_ref()


80d5fc1f55 Stefan Sperling

use sizeof instead of SHA1_DIGEST_LENGTH in memcpy