Commit Briefs

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


e54dde0531 Stefan Sperling

tweak a 'got clone' progress message for accuracy


3d0ac5598b Stefan Sperling

wording tweak in got.1


04e9dcf3c8 Stefan Sperling

add an example for log -R to got.1


dbec59df9a Stefan Sperling

add 'got log' -R option to reverse commit display order


52ab795804 Stefan Sperling

tweak documentation of 'got log -x' for accuracy


9627c110be Stefan Sperling

show a summary of conflicts and related problems after updating/merging files

ok millert@


5036ab18bf Stefan Sperling

make 'got update' skip conflicted files

ok millert@