4 years ago ef9e2ed740 Stefan Sperling
fix another typo in git-repository.5
4 years ago 9eba2c58b1 Stefan Sperling
spelling fix in git-repository.5
4 years ago e77c2584f3 Stefan Sperling
bump version number
4 years ago 930c05b6b4 Stefan Sperling
changes for 0.34 (tags/0.34)
4 years ago 6a49bdc8c2 Stefan Sperling
sync dist file list
4 years ago 0092798358 Stefan Sperling
remove got_packidx_get_object_idx_sha1(); it is not actually needed
4 years ago b90c30485c Stefan Sperling
adjust expected "object not found" error output in tests
4 years ago ded8fbb852 Stefan Sperling
include the relevant object ID in NO_OBJ error messages where possible
4 years ago 86d8a25a42 Stefan Sperling
show bad ID in "object not found" error from got_repo_match_object_id_prefix()
4 years ago bd81cfb71a Stefan Sperling
clarify wording in got.1 related to local changes/commits/branches
4 years ago d7c4e80d2a Stefan Sperling
fix expected output in clone and fetch tests
4 years ago f79e64905f Stefan Sperling
move clone/fetch connection progress messages to a more obvious spot
4 years ago 5e9b18faa7 Stefan Sperling
tweak a 'got fetch' progress message for accuracy
4 years ago e54dde0531 Stefan Sperling
tweak a 'got clone' progress message for accuracy
4 years ago 3d0ac5598b Stefan Sperling
wording tweak in got.1
4 years ago 04e9dcf3c8 Stefan Sperling
add an example for log -R to got.1
4 years ago dbec59df9a Stefan Sperling
add 'got log' -R option to reverse commit display order
4 years ago 52ab795804 Stefan Sperling
tweak documentation of 'got log -x' for accuracy
4 years ago 9627c110be Stefan Sperling
ok millert@
4 years ago 5036ab18bf Stefan Sperling
4 years ago ceb466a7cc Stefan Sperling
add a test for 'got cherrypick' with existing merge conflicts
4 years ago d1fe46f97f Stefan Sperling
add 'got log' -x option to stop logging when a specific commit was traversed
4 years ago ccecc9fd21 Stefan Sperling
wrap an overlong line
4 years ago 18f89b6278 Stefan Sperling
add script which runs build and regress and sends failure reports via email
4 years ago 19ff763832 Tracey Emery
handle all khttp_urlpart errors