Commits


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


sync dist file list


remove got_packidx_get_object_idx_sha1(); it is not actually needed


adjust expected "object not found" error output in tests


include the relevant object ID in NO_OBJ error messages where possible


show bad ID in "object not found" error from got_repo_match_object_id_prefix()


clarify wording in got.1 related to local changes/commits/branches


fix expected output in clone and fetch tests


move clone/fetch connection progress messages to a more obvious spot


tweak a 'got fetch' progress message for accuracy


tweak a 'got clone' progress message for accuracy


wording tweak in got.1


add an example for log -R to got.1


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


tweak documentation of 'got log -x' for accuracy