summaryrefslogtreecommitdiff
path: root/t/t3510-cherry-pick-sequence.sh
AgeCommit message (Expand)Author
2024-03-25cherry-pick: add `--empty` for more robust redundant commit handlingBrian Lyles
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano
2021-09-12tests: remove leftover untracked filesElijah Newren
2021-03-31sequencer: fix edit handling for cherry-pick and revert messagesElijah Newren
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2019-12-06cherry-pick: add test for `--skip` advice in `git commit`Johannes Schindelin
2019-07-02cherry-pick/revert: advise using --skipRohit Ashiwal
2019-07-02cherry-pick/revert: add --skip optionRohit Ashiwal
2018-12-26t3510: stop using '-m 1' to force failure mid-sequence of cherry-picksSergey Organov
2018-08-20Merge branch 'nd/cherry-pick-quit-fix'Junio C Hamano
2018-08-16cherry-pick: fix --quit not deleting CHERRY_PICK_HEADNguyễn Thái Ngọc Duy
2018-07-24Merge branch 'jk/empty-pick-fix'Junio C Hamano
2018-07-11sequencer: handle empty-set cases consistentlyJeff King
2018-05-14t: switch $_x40 to $OID_REGEXbrian m. carlson
2018-04-25Merge branch 'ps/test-chmtime-get'Junio C Hamano
2018-04-09t/helper: 'test-chmtime (--get|-g)' to print only the mtimePaul-Sebastian Ungureanu
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy
2017-01-18Merge branch 'pb/test-must-fail-is-for-git'Junio C Hamano
2017-01-07don't use test_must_fail with grepPranit Bauva
2016-12-09sequencer: make sequencer abort saferStephan Beyer
2016-12-09t3510: test that cherry-pick --abort does not unsafely change HEADStephan Beyer
2012-12-23tests: move test_cmp_rev to test-lib-functionsMartin von Zweigbergk
2012-09-14cherry-pick: don't forget -s on failureMiklos Vajna
2012-06-07Merge branch 'rr/maint-t3510-cascade-fix'Junio C Hamano
2012-06-04t3510 (cherry-pick-sequence): add missing '&&'Ramkumar Ramachandra
2011-12-15t3502, t3510: clarify cherry-pick -m failureRamkumar Ramachandra
2011-12-15t3510 (cherry-pick-sequencer): use exit statusRamkumar Ramachandra
2011-12-15revert: tolerate extra spaces, tabs in insn sheetRamkumar Ramachandra
2011-12-15revert: make commit subjects in insn sheet optionalRamkumar Ramachandra
2011-12-12Revert "reset: Make reset remove the sequencer state"Jonathan Nieder
2011-12-12revert: do not remove state until sequence is finishedJonathan Nieder
2011-12-12revert: allow single-pick in the middle of cherry-pick sequenceJonathan Nieder
2011-12-12revert: pass around rev-list args in already-parsed formJonathan Nieder
2011-12-12revert: allow cherry-pick --continue to commit before resumingJonathan Nieder
2011-11-23revert: remove --reset compatibility optionJonathan Nieder
2011-11-23revert: introduce --abort to cancel a failed cherry-pickJonathan Nieder
2011-11-22revert: rename --reset option to --quitJonathan Nieder
2011-08-08revert: Introduce --continue to continue the operationRamkumar Ramachandra
2011-08-08revert: Don't implicitly stomp pending sequencer operationRamkumar Ramachandra
2011-08-08revert: Remove sequencer state when no commits are pendingRamkumar Ramachandra
2011-08-04revert: Introduce --reset to remove sequencer stateRamkumar Ramachandra
2011-08-04revert: Save command-line options for continuing operationRamkumar Ramachandra
2011-08-04revert: Save data for continuing after conflict resolutionRamkumar Ramachandra