summaryrefslogtreecommitdiff
path: root/t/t3404-rebase-interactive.sh
AgeCommit message (Expand)Author
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-12t3404: fix use of "VAR=VAL cmd" with a shell functionJunio C Hamano
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
2017-02-09rebase -i: use the rebase--helper builtinJohannes Schindelin
2017-01-17sequencer: update reading author-scriptJohannes Schindelin
2016-11-23Merge branch 'js/rebase-i-commentchar-fix'Junio C Hamano
2016-11-21rebase -i: handle core.commentChar=autoJohannes Schindelin
2016-11-21rebase -i: highlight problems with core.commentcharJohannes Schindelin
2016-09-07rebase -i: improve advice on bad instruction linesRalf Thielow
2016-08-12t3404: become resilient to GETTEXT_POISONVasco Almeida
2016-07-28Merge branch 'js/rebase-i-tests'Junio C Hamano
2016-07-13Merge branch 'js/t3404-grammo-fix'Junio C Hamano
2016-07-07t3404: add a test for the --gpg-sign optionJohannes Schindelin
2016-06-29t3404: fix a grammo (commands are ran -> commands are run)Johannes Schindelin
2016-06-17tests: unpack-trees: update to use test_i18n* functionsVasco Almeida
2016-06-17i18n: rebase-interactive: mark here-doc strings for translationVasco Almeida
2016-05-10t3404: fix typoJohannes Schindelin
2016-04-22Merge branch 'jk/use-write-script-more'Junio C Hamano
2016-04-12t3404: use write_scriptJunio C Hamano
2016-03-18t3404: cleanup double empty lines between testsStefan Beller
2016-03-18rebase: decouple --exec from --interactiveStefan Beller
2015-12-11rebase -i: remember merge options beyond continue actionsFabian Ruch
2015-12-11Merge branch 'cb/t3404-shellquote' into maintJunio C Hamano
2015-12-04t3404: fix quoting of redirect for some versions of bashCharles Bailey
2015-11-03Merge branch 'gr/rebase-i-drop-warn' into maintJunio C Hamano