Commit Briefs

fb2921d0ff Stefan Sperling

wording tweak in got(1) man page


ae73e26f45 Stefan Sperling

mark-up tweak in got(1) man page


5531f75d27 Stefan Sperling

remove mission statement from got(1) man page


6cd959e6da Stefan Sperling

typo in got(1) man page


079890a9ef Stefan Sperling

document the new A and D status codes for 'got status'


3d50f2917e Stefan Sperling

typos and wording fixes in git-repository(5)


03301f46d1 Stefan Sperling

various tweaks and additions to git-repository(5) man page


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