Commits


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


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


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


unexpand the mdocdate keyword in gotweb.conf.5


bump version number


changes for 0.35


filter out "remote/*/HEAD" references in 'got log' output


filter out "remote/*/HEAD" references in tog log view


add a test for rebase file index corruption problem fix in previous commit ok tracey


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


fix 'got log -r' loading refs from the wrong repo if invoked in a work tree ok tracey


don't override port configuration with explicit argument if the url doesn't contains it it permits to .ssh/config to be honored same diff from stsp@


fix another typo in git-repository.5


spelling fix in git-repository.5


bump version number


changes for 0.34