Age | Commit message (Expand) | Author | Files | Lines |
2018-07-24 | Merge branch 'jk/empty-pick-fix' | Junio C Hamano | 1 | -1/+6 |
2018-07-11 | sequencer: handle empty-set cases consistently | Jeff King | 1 | -1/+6 |
2018-05-14 | t: switch $_x40 to $OID_REGEX | brian m. carlson | 1 | -4/+4 |
2018-04-25 | Merge branch 'ps/test-chmtime-get' | Junio C Hamano | 1 | -2/+2 |
2018-04-09 | t/helper: 'test-chmtime (--get|-g)' to print only the mtime | Paul-Sebastian Ungureanu | 1 | -2/+2 |
2018-03-27 | t/helper: merge test-chmtime into test-tool | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2017-01-18 | Merge branch 'pb/test-must-fail-is-for-git' | Junio C Hamano | 1 | -3/+3 |
2017-01-07 | don't use test_must_fail with grep | Pranit Bauva | 1 | -3/+3 |
2016-12-09 | sequencer: make sequencer abort safer | Stephan Beyer | 1 | -1/+1 |
2016-12-09 | t3510: test that cherry-pick --abort does not unsafely change HEAD | Stephan Beyer | 1 | -0/+10 |
2012-12-22 | tests: move test_cmp_rev to test-lib-functions | Martin von Zweigbergk | 1 | -6/+0 |
2012-09-14 | cherry-pick: don't forget -s on failure | Miklos Vajna | 1 | -3/+3 |
2012-06-07 | Merge branch 'rr/maint-t3510-cascade-fix' | Junio C Hamano | 1 | -1/+1 |
2012-06-04 | t3510 (cherry-pick-sequence): add missing '&&' | Ramkumar Ramachandra | 1 | -1/+1 |
2011-12-15 | t3502, t3510: clarify cherry-pick -m failure | Ramkumar Ramachandra | 1 | -1/+1 |
2011-12-15 | t3510 (cherry-pick-sequencer): use exit status | Ramkumar Ramachandra | 1 | -29/+29 |
2011-12-15 | revert: tolerate extra spaces, tabs in insn sheet | Ramkumar Ramachandra | 1 | -0/+11 |
2011-12-15 | revert: make commit subjects in insn sheet optional | Ramkumar Ramachandra | 1 | -0/+28 |
2011-12-12 | Revert "reset: Make reset remove the sequencer state" | Jonathan Nieder | 1 | -1/+1 |
2011-12-12 | revert: do not remove state until sequence is finished | Jonathan Nieder | 1 | -3/+3 |
2011-12-12 | revert: allow single-pick in the middle of cherry-pick sequence | Jonathan Nieder | 1 | -0/+12 |
2011-12-12 | revert: pass around rev-list args in already-parsed form | Jonathan Nieder | 1 | -0/+5 |
2011-12-12 | revert: allow cherry-pick --continue to commit before resuming | Jonathan Nieder | 1 | -3/+136 |
2011-11-22 | revert: remove --reset compatibility option | Jonathan Nieder | 1 | -2/+2 |
2011-11-22 | revert: introduce --abort to cancel a failed cherry-pick | Jonathan Nieder | 1 | -0/+96 |
2011-11-22 | revert: rename --reset option to --quit | Jonathan Nieder | 1 | -5/+26 |
2011-08-08 | revert: Introduce --continue to continue the operation | Ramkumar Ramachandra | 1 | -0/+96 |
2011-08-08 | revert: Don't implicitly stomp pending sequencer operation | Ramkumar Ramachandra | 1 | -0/+9 |
2011-08-08 | revert: Remove sequencer state when no commits are pending | Ramkumar Ramachandra | 1 | -0/+24 |
2011-08-04 | revert: Introduce --reset to remove sequencer state | Ramkumar Ramachandra | 1 | -1/+13 |
2011-08-04 | revert: Save command-line options for continuing operation | Ramkumar Ramachandra | 1 | -2/+27 |
2011-08-04 | revert: Save data for continuing after conflict resolution | Ramkumar Ramachandra | 1 | -0/+48 |