summaryrefslogtreecommitdiffstats
path: root/t/t3404-rebase-interactive.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'en/sequencer-empty-edit-result-aborts'Junio C Hamano2018-09-241-4/+3
|\
| * sequencer: fix --allow-empty-message behavior, make it smarterElijah Newren2018-09-131-4/+3
* | Merge branch 'pw/rebase-i-author-script-fix'Junio C Hamano2018-09-041-3/+15
|\ \
| * | sequencer: fix quoting in write_author_scriptPhillip Wood2018-08-071-3/+15
* | | Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-3/+2
|\ \ \
| * | | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-3/+2
* | | | Merge branch 'es/rebase-i-author-script-fix'Junio C Hamano2018-08-171-1/+9
|\ \ \ \ | | |/ / | |/| |
| * | | sequencer: fix "rebase -i --root" corrupting author header timestampEric Sunshine2018-07-311-1/+1
| * | | sequencer: fix "rebase -i --root" corrupting author header timezoneEric Sunshine2018-07-311-1/+1
| * | | sequencer: fix "rebase -i --root" corrupting author headerEric Sunshine2018-07-311-1/+9
* | | | Merge branch 'bc/sequencer-export-work-tree-as-well'Junio C Hamano2018-08-031-0/+9
|\ \ \ \
| * | | | sequencer: pass absolute GIT_WORK_TREE to exec commandsbrian m. carlson2018-07-161-0/+9
* | | | | Merge branch 'es/test-fixes'Junio C Hamano2018-08-031-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | t: use test_write_lines() instead of series of 'echo' commandsEric Sunshine2018-07-031-3/+3
| | |/ / | |/| |
* | | | Merge branch 'jc/t3404-one-shot-export-fix'Junio C Hamano2018-07-241-1/+8
|\ \ \ \
| * | | | t3404: fix use of "VAR=VAL cmd" with a shell functionJunio C Hamano2018-07-121-1/+8
| | |/ / | |/| |
* | | | Merge branch 'en/rebase-consistency'Junio C Hamano2018-07-241-3/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | git-rebase: make --allow-empty-message the defaultElijah Newren2018-06-271-3/+4
| | |/ | |/|
* / | sequencer: do not squash 'reword' commits when we hit conflictsPhillip Wood2018-06-191-0/+28
|/ /
* | t3404: check root commit in 'rebase -i --root reword root commit'Todd Zullinger2018-06-191-1/+2
* | rebase --root: fix amending root commit messagesJohannes Schindelin2018-06-181-1/+1
* | rebase --root: demonstrate a bug while amending root commit messagesTodd Zullinger2018-06-181-0/+9
* | rebase -i --root: let the sequencer handle even the initial partJohannes Schindelin2018-05-061-6/+13
* | Merge branch 'ps/test-chmtime-get'Junio C Hamano2018-04-251-1/+1
|\ \
| * | t/helper: 'test-chmtime (--get|-g)' to print only the mtimePaul-Sebastian Ungureanu2018-04-091-1/+1
| |/
* | Merge branch 'nd/combined-test-helper'Junio C Hamano2018-04-111-2/+2
|\ \
| * | t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy2018-03-271-2/+2
* | | Merge branch 'ps/contains-id-error-message'Junio C Hamano2018-04-101-4/+2
|\ \ \ | |/ / |/| |
| * | parse-options: do not show usage upon invalid option valuePaul-Sebastian Ungureanu2018-03-221-4/+2
| |/
* | Merge branch 'nd/rebase-show-current-patch'Junio C Hamano2018-03-061-0/+8
|\ \
| * | rebase: introduce and use pseudo-ref REBASE_HEADNguyễn Thái Ngọc Duy2018-02-121-1/+4
| * | rebase: add --show-current-patchNguyễn Thái Ngọc Duy2018-02-121-0/+5
| |/
* | Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano2018-02-131-0/+14
|\ \ | |/ |/|
| * sequencer: assign only free()able strings to gpg_signJohannes Schindelin2017-12-221-0/+10
| * t3404: check intermediate squash messagesPhillip Wood2017-11-101-0/+4
* | t3404: add test case for abbreviated commandsLiam Beguin2017-12-051-0/+22
|/
* Merge branch 'jk/rebase-i-exec-gitdir-fix'Junio C Hamano2017-11-061-0/+11
|\
| * sequencer: pass absolute GIT_DIR to exec commandsJacob Keller2017-11-021-0/+11
* | t3404: relax rebase.missingCommitsCheck testsJohannes Schindelin2017-07-281-18/+4
* | Merge branch 'pw/rebase-i-regression-fix-tests'Junio C Hamano2017-06-301-0/+7
|\ \
| * | rebase -i: add test for reflog messagePhillip Wood2017-06-191-0/+7
| |/
* / tests: fix tests broken under GETTEXT_POISON=YesPleaseÆvar Arnfjörð Bjarmason2017-05-111-7/+7
|/
* rebase -i: use the rebase--helper builtinJohannes Schindelin2017-02-091-1/+1
* sequencer: update reading author-scriptJohannes Schindelin2017-01-171-0/+16
* Merge branch 'js/rebase-i-commentchar-fix'Junio C Hamano2016-11-231-0/+11
|\
| * rebase -i: handle core.commentChar=autoJohannes Schindelin2016-11-211-1/+1
| * rebase -i: highlight problems with core.commentcharJohannes Schindelin2016-11-211-0/+11
* | rebase -i: improve advice on bad instruction linesRalf Thielow2016-09-071-3/+3
* | t3404: become resilient to GETTEXT_POISONVasco Almeida2016-08-131-1/+1
* | Merge branch 'js/rebase-i-tests'Junio C Hamano2016-07-281-0/+8
|\ \