Commit Briefs



83b416ed85 Stefan Sperling

add ori as author





8baa7d2656 Stefan Sperling

retry on Z_BUF_ERROR in got_inflate_read() as well




7b1f04a644 Tracey Emery

remove 'Next' link from tags on summary page where no tags exist and commit briefs have set gw_trans->next_id

if gw_briefs set gw_trans->next_id in gw_summary, it was being carried over to gw_tags, causing the 'Next' link to be displayed.



ef6337de1a Stefan Sperling

bump version number


cff5d32f5a Stefan Sperling

change for 0.29 (tags/0.29)


15341bfd54 Tracey Emery

trim directories in got remove -R

This is a racy solution that needs to be properly implemented in the future. ok stsp


5b87815ed2 Stefan Sperling

prevent commits from being listed more than once in a histedit script

While merging a commit multiple times during a histedit operation could potentially make sense in some corner case, a commit appearing more than once in the script is more likely to happen accidentally. If desired, the same effect can still be achieved by running multiple histedit operations, or by using 'got cherrypick' while the histedit operation is paused for arbitrary editing.