summaryrefslogtreecommitdiff
path: root/t/t3404-rebase-interactive.sh
AgeCommit message (Expand)Author
2018-11-13Merge branch 'js/rebase-p-tests'Junio C Hamano
2018-11-06Merge branch 'sg/test-rebase-editor-fix'Junio C Hamano
2018-11-02tests: optionally skip `git rebase -p` testsJohannes Schindelin
2018-11-02t3404: decouple some test cases from outcomes of previous test casesJohannes Schindelin
2018-11-02Merge branch 'ag/rebase-i-in-c'Junio C Hamano
2018-10-29t3404-rebase-interactive: test abbreviated commandsJohannes Sixt
2018-09-24Merge branch 'en/sequencer-empty-edit-result-aborts'Junio C Hamano
2018-09-13sequencer: fix --allow-empty-message behavior, make it smarterElijah Newren
2018-09-04Merge branch 'pw/rebase-i-author-script-fix'Junio C Hamano
2018-08-29rebase -i: rewrite complete_action() in CAlban Gruin
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-08-17Merge branch 'es/rebase-i-author-script-fix'Junio C Hamano
2018-08-10t3404: todo list with commented-out commands only abortsAlban Gruin
2018-08-07sequencer: fix quoting in write_author_scriptPhillip Wood
2018-08-02Merge branch 'bc/sequencer-export-work-tree-as-well'Junio C Hamano
2018-08-02Merge branch 'es/test-fixes'Junio C Hamano
2018-07-31sequencer: fix "rebase -i --root" corrupting author header timestampEric Sunshine
2018-07-31sequencer: fix "rebase -i --root" corrupting author header timezoneEric Sunshine
2018-07-31sequencer: fix "rebase -i --root" corrupting author headerEric Sunshine
2018-07-24Merge branch 'jc/t3404-one-shot-export-fix'Junio C Hamano
2018-07-24Merge branch 'en/rebase-consistency'Junio C Hamano
2018-07-16sequencer: pass absolute GIT_WORK_TREE to exec commandsbrian m. carlson
2018-07-12t3404: fix use of "VAR=VAL cmd" with a shell functionJunio C Hamano
2018-07-03t: use test_write_lines() instead of series of 'echo' commandsEric Sunshine
2018-06-27git-rebase: make --allow-empty-message the defaultElijah Newren
2018-06-19sequencer: do not squash 'reword' commits when we hit conflictsPhillip Wood
2018-06-19t3404: check root commit in 'rebase -i --root reword root commit'Todd Zullinger
2018-06-18rebase --root: fix amending root commit messagesJohannes Schindelin
2018-06-18rebase --root: demonstrate a bug while amending root commit messagesTodd Zullinger
2018-05-06rebase -i --root: let the sequencer handle even the initial partJohannes Schindelin
2018-04-25Merge branch 'ps/test-chmtime-get'Junio C Hamano
2018-04-11Merge branch 'nd/combined-test-helper'Junio C Hamano
2018-04-10Merge branch 'ps/contains-id-error-message'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
2018-03-22parse-options: do not show usage upon invalid option valuePaul-Sebastian Ungureanu
2018-03-06Merge branch 'nd/rebase-show-current-patch'Junio C Hamano
2018-02-13Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano
2018-02-12rebase: introduce and use pseudo-ref REBASE_HEADNguyễn Thái Ngọc Duy
2018-02-12rebase: add --show-current-patchNguyễn Thái Ngọc Duy
2017-12-22sequencer: assign only free()able strings to gpg_signJohannes Schindelin
2017-12-05t3404: add test case for abbreviated commandsLiam Beguin
2017-11-10t3404: check intermediate squash messagesPhillip Wood
2017-11-06Merge branch 'jk/rebase-i-exec-gitdir-fix'Junio C Hamano
2017-11-02sequencer: pass absolute GIT_DIR to exec commandsJacob Keller
2017-07-27t3404: relax rebase.missingCommitsCheck testsJohannes Schindelin
2017-06-30Merge branch 'pw/rebase-i-regression-fix-tests'Junio C Hamano
2017-06-19rebase -i: add test for reflog messagePhillip Wood
2017-05-11tests: fix tests broken under GETTEXT_POISON=YesPleaseÆvar Arnfjörð Bjarmason