Commit Briefs


0208f20830 Stefan Sperling

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

requested by matthieu@


2e8c69d19f Stefan Sperling

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

ok millert@


010fe6f0ea Stefan Sperling

unexpand the mdocdate keyword in gotweb.conf.5


a8d61ffeaa Stefan Sperling

bump version number


bc72674681 Stefan Sperling

changes for 0.35


4343a07f8a Stefan Sperling

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


79cc719fb2 Stefan Sperling

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


70551d57b9 Stefan Sperling

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

ok tracey


8bd8568cf9 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


50f2fadafa Stefan Sperling

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

ok tracey


59d5e252ce Sebastien marie

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@


ef9e2ed740 Stefan Sperling

fix another typo in git-repository.5


9eba2c58b1 Stefan Sperling

spelling fix in git-repository.5


e77c2584f3 Stefan Sperling

bump version number


930c05b6b4 Stefan Sperling

changes for 0.34


6a49bdc8c2 Stefan Sperling

sync dist file list



b90c30485c Stefan Sperling

adjust expected "object not found" error output in tests





d7c4e80d2a Stefan Sperling

fix expected output in clone and fetch tests



5e9b18faa7 Stefan Sperling

tweak a 'got fetch' progress message for accuracy