Commit Briefs

Tracey Emery

get a parser in place for the future inclusion of gotconfig to git repos

this is for got push and got fetch, primarily ok stsp




Tracey Emery

fix from Martin Vahlensieck to return error instead of NULL (thank you)

ok tracey stsp





Stefan Sperling

allow creation of commits which carry unmodified submodule tree entries along

approach suggested by ori@ and matches how git9 behaves ok semarie@ (who can now work with Rust-related Git repos containing submodules)



Stefan Sperling

add submodule tests

ok semarie


Stefan Sperling

bump version number


Stefan Sperling

changes for 0.36 (tags/0.36)





Stefan Sperling

show a list of paths changed in a commit with 'got log -P', and in tog

requested by matthieu@


Stefan Sperling

fix "no such entry found in tree" error with got log -p and an added path

ok millert@



Stefan Sperling

bump version number


Stefan Sperling

changes for 0.35 (tags/0.35)





Stefan Sperling

remove file index entries from RB tree upon flush to disk

Fixes a file index corruption problem with 'got rebase' found by tracey. ok tracey