Commit Briefs


c225364401 Stefan Sperling

unveil repository path in 'got rm'


2ec1f75bbb Stefan Sperling

add a basic implementation of 'got rm'



a67e2392ea Stefan Sperling

trim leading whitespace from command descriptions



d00136be11 Stefan Sperling

implement a basic 'got add' command


5e3ce57ad8 Stefan Sperling

return relative paths from got_path_skip_common_ancestor()


db5ba8eda2 Stefan Sperling

init output argument of got_path_skip_common_ancestor()


ddce05203b Stefan Sperling

allow file index entries without blobs and/or commits


eb983b4b76 Stefan Sperling

make file index flags private to fileindex.c



2181e0c84a Stefan Sperling

add some initial code for zlib compression


5211b8c8bd Stefan Sperling

improve error checking around inflateInit()


23bc48a995 Stefan Sperling

rename got_zstream_* to got_inflate_*


e02fc99fa1 Stefan Sperling

move declaration of object labels to got_lib_object.h


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()