Commits


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


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


make 'got update' skip conflicted files ok millert@


add a test for 'got cherrypick' with existing merge conflicts


add 'got log' -x option to stop logging when a specific commit was traversed


wrap an overlong line


add script which runs build and regress and sends failure reports via email


handle all khttp_urlpart errors


Add minimum kcgi version information to README


remove all asprintf from gw_output_site_link and fix error handling


remove all asprintf from gw_output_repo_heads