Commit Briefs

fdcf78bba2 Stefan Sperling

typo fix in got-worktree(5)


804dc7b902 Stefan Sperling

mention got-worktree(5) in the README file


84258ea0ad Stefan Sperling

start documenting the got's work tree format


e8a076e3d8 Stefan Sperling

add TODO items for 'got add' and 'got rm'



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