summaryrefslogtreecommitdiff
path: root/t/t3510-cherry-pick-sequence.sh
AgeCommit message (Expand)AuthorFilesLines
2021-03-31sequencer: fix edit handling for cherry-pick and revert messagesLibravatar Elijah Newren1-1/+31
2021-02-10tests: remove most uses of test_i18ncmpLibravatar Ævar Arnfjörð Bjarmason1-4/+4
2019-12-06cherry-pick: add test for `--skip` advice in `git commit`Libravatar Johannes Schindelin1-1/+2
2019-07-02cherry-pick/revert: advise using --skipLibravatar Rohit Ashiwal1-0/+20
2019-07-02cherry-pick/revert: add --skip optionLibravatar Rohit Ashiwal1-0/+102
2018-12-26t3510: stop using '-m 1' to force failure mid-sequence of cherry-picksLibravatar Sergey Organov1-2/+6
2018-08-20Merge branch 'nd/cherry-pick-quit-fix'Libravatar Junio C Hamano1-1/+6
2018-08-16cherry-pick: fix --quit not deleting CHERRY_PICK_HEADLibravatar Nguyễn Thái Ngọc Duy1-1/+6
2018-07-24Merge branch 'jk/empty-pick-fix'Libravatar Junio C Hamano1-1/+6
2018-07-11sequencer: handle empty-set cases consistentlyLibravatar Jeff King1-1/+6
2018-05-14t: switch $_x40 to $OID_REGEXLibravatar brian m. carlson1-4/+4
2018-04-25Merge branch 'ps/test-chmtime-get'Libravatar Junio C Hamano1-2/+2
2018-04-09t/helper: 'test-chmtime (--get|-g)' to print only the mtimeLibravatar Paul-Sebastian Ungureanu1-2/+2
2018-03-27t/helper: merge test-chmtime into test-toolLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2017-01-18Merge branch 'pb/test-must-fail-is-for-git'Libravatar Junio C Hamano1-3/+3
2017-01-07don't use test_must_fail with grepLibravatar Pranit Bauva1-3/+3
2016-12-09sequencer: make sequencer abort saferLibravatar Stephan Beyer1-1/+1
2016-12-09t3510: test that cherry-pick --abort does not unsafely change HEADLibravatar Stephan Beyer1-0/+10
2012-12-22tests: move test_cmp_rev to test-lib-functionsLibravatar Martin von Zweigbergk1-6/+0
2012-09-14cherry-pick: don't forget -s on failureLibravatar Miklos Vajna1-3/+3
2012-06-07Merge branch 'rr/maint-t3510-cascade-fix'Libravatar Junio C Hamano1-1/+1
2012-06-04t3510 (cherry-pick-sequence): add missing '&&'Libravatar Ramkumar Ramachandra1-1/+1
2011-12-15t3502, t3510: clarify cherry-pick -m failureLibravatar Ramkumar Ramachandra1-1/+1
2011-12-15t3510 (cherry-pick-sequencer): use exit statusLibravatar Ramkumar Ramachandra1-29/+29
2011-12-15revert: tolerate extra spaces, tabs in insn sheetLibravatar Ramkumar Ramachandra1-0/+11
2011-12-15revert: make commit subjects in insn sheet optionalLibravatar Ramkumar Ramachandra1-0/+28
2011-12-12Revert "reset: Make reset remove the sequencer state"Libravatar Jonathan Nieder1-1/+1
2011-12-12revert: do not remove state until sequence is finishedLibravatar Jonathan Nieder1-3/+3
2011-12-12revert: allow single-pick in the middle of cherry-pick sequenceLibravatar Jonathan Nieder1-0/+12
2011-12-12revert: pass around rev-list args in already-parsed formLibravatar Jonathan Nieder1-0/+5
2011-12-12revert: allow cherry-pick --continue to commit before resumingLibravatar Jonathan Nieder1-3/+136
2011-11-22revert: remove --reset compatibility optionLibravatar Jonathan Nieder1-2/+2
2011-11-22revert: introduce --abort to cancel a failed cherry-pickLibravatar Jonathan Nieder1-0/+96
2011-11-22revert: rename --reset option to --quitLibravatar Jonathan Nieder1-5/+26
2011-08-08revert: Introduce --continue to continue the operationLibravatar Ramkumar Ramachandra1-0/+96
2011-08-08revert: Don't implicitly stomp pending sequencer operationLibravatar Ramkumar Ramachandra1-0/+9
2011-08-08revert: Remove sequencer state when no commits are pendingLibravatar Ramkumar Ramachandra1-0/+24
2011-08-04revert: Introduce --reset to remove sequencer stateLibravatar Ramkumar Ramachandra1-1/+13
2011-08-04revert: Save command-line options for continuing operationLibravatar Ramkumar Ramachandra1-2/+27
2011-08-04revert: Save data for continuing after conflict resolutionLibravatar Ramkumar Ramachandra1-0/+48