Commits


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


show paths in blame.c GOT_ERR_OBJ_TYPE error messages


fix symlink check in got_fileindex_entry_update()


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


document how to use commit messages prepared in a file; patch by Scott Bennett


make 'got/tog tree' show symlink targets like 'ls -lF' does: link@ -> target


fix 'got tree' usage message; the path argument is optional


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)


shorten the "Updated reference" message printed by 'got fetch'


add submodule tests ok semarie


bump version number


changes for 0.36


actually run release mode builds at the end of got-build-regress.sh


write directory tree entry mode bits in the same way as Git does


normalize file mode bits to avoid false positive tree entry differences