index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t3404-rebase-interactive.sh
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-09
Merge branch 'sg/rebase-progress'
Junio C Hamano
1
-70
/
+50
2019-07-09
Merge branch 'js/t3404-typofix'
Junio C Hamano
1
-1
/
+1
2019-06-24
t3404: make the 'rebase.missingCommitsCheck=ignore' test more focused
SZEDER Gábor
1
-14
/
+1
2019-06-24
t3404: modernize here doc style
SZEDER Gábor
1
-65
/
+58
2019-06-14
t3404: fix a typo
Johannes Schindelin
1
-1
/
+1
2019-03-20
rebase: remove the rebase.useBuiltin setting
Ævar Arnfjörð Bjarmason
1
-6
/
+3
2019-02-13
rebase: fix regression in rebase.useBuiltin=false test mode
Ævar Arnfjörð Bjarmason
1
-3
/
+6
2019-02-06
Merge branch 'pw/rebase-x-sanity-check'
Junio C Hamano
1
-0
/
+19
2019-01-29
rebase -x: sanity check command
Phillip Wood
1
-0
/
+19
2019-01-28
implicit interactive rebase: don't run sequence editor
Phillip Wood
1
-0
/
+5
2018-11-13
Merge branch 'js/rebase-p-tests'
Junio C Hamano
1
-11
/
+12
2018-11-06
Merge branch 'sg/test-rebase-editor-fix'
Junio C Hamano
1
-5
/
+5
2018-11-02
tests: optionally skip `git rebase -p` tests
Johannes Schindelin
1
-4
/
+4
2018-11-02
t3404: decouple some test cases from outcomes of previous test cases
Johannes Schindelin
1
-7
/
+8
2018-11-02
Merge branch 'ag/rebase-i-in-c'
Junio C Hamano
1
-0
/
+10
2018-10-29
t3404-rebase-interactive: test abbreviated commands
Johannes Sixt
1
-5
/
+5
2018-09-24
Merge branch 'en/sequencer-empty-edit-result-aborts'
Junio C Hamano
1
-4
/
+3
2018-09-13
sequencer: fix --allow-empty-message behavior, make it smarter
Elijah Newren
1
-4
/
+3
2018-09-04
Merge branch 'pw/rebase-i-author-script-fix'
Junio C Hamano
1
-3
/
+15
2018-08-29
rebase -i: rewrite complete_action() in C
Alban Gruin
1
-1
/
+1
2018-08-27
Merge branch 'sg/test-must-be-empty'
Junio C Hamano
1
-3
/
+2
2018-08-21
tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'
SZEDER Gábor
1
-3
/
+2
2018-08-17
Merge branch 'es/rebase-i-author-script-fix'
Junio C Hamano
1
-1
/
+9
2018-08-10
t3404: todo list with commented-out commands only aborts
Alban Gruin
1
-0
/
+10
2018-08-07
sequencer: fix quoting in write_author_script
Phillip Wood
1
-3
/
+15
2018-08-02
Merge branch 'bc/sequencer-export-work-tree-as-well'
Junio C Hamano
1
-0
/
+9
2018-08-02
Merge branch 'es/test-fixes'
Junio C Hamano
1
-3
/
+3
2018-07-31
sequencer: fix "rebase -i --root" corrupting author header timestamp
Eric Sunshine
1
-1
/
+1
2018-07-31
sequencer: fix "rebase -i --root" corrupting author header timezone
Eric Sunshine
1
-1
/
+1
2018-07-31
sequencer: fix "rebase -i --root" corrupting author header
Eric Sunshine
1
-1
/
+9
2018-07-24
Merge branch 'jc/t3404-one-shot-export-fix'
Junio C Hamano
1
-1
/
+8
2018-07-24
Merge branch 'en/rebase-consistency'
Junio C Hamano
1
-3
/
+4
2018-07-16
sequencer: pass absolute GIT_WORK_TREE to exec commands
brian m. carlson
1
-0
/
+9
2018-07-12
t3404: fix use of "VAR=VAL cmd" with a shell function
Junio C Hamano
1
-1
/
+8
2018-07-03
t: use test_write_lines() instead of series of 'echo' commands
Eric Sunshine
1
-3
/
+3
2018-06-27
git-rebase: make --allow-empty-message the default
Elijah Newren
1
-3
/
+4
2018-06-19
sequencer: do not squash 'reword' commits when we hit conflicts
Phillip Wood
1
-0
/
+28
2018-06-19
t3404: check root commit in 'rebase -i --root reword root commit'
Todd Zullinger
1
-1
/
+2
2018-06-18
rebase --root: fix amending root commit messages
Johannes Schindelin
1
-1
/
+1
2018-06-18
rebase --root: demonstrate a bug while amending root commit messages
Todd Zullinger
1
-0
/
+9
2018-05-06
rebase -i --root: let the sequencer handle even the initial part
Johannes Schindelin
1
-6
/
+13
2018-04-25
Merge branch 'ps/test-chmtime-get'
Junio C Hamano
1
-1
/
+1
2018-04-11
Merge branch 'nd/combined-test-helper'
Junio C Hamano
1
-2
/
+2
2018-04-10
Merge branch 'ps/contains-id-error-message'
Junio C Hamano
1
-4
/
+2
2018-04-09
t/helper: 'test-chmtime (--get|-g)' to print only the mtime
Paul-Sebastian Ungureanu
1
-1
/
+1
2018-03-27
t/helper: merge test-chmtime into test-tool
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2018-03-22
parse-options: do not show usage upon invalid option value
Paul-Sebastian Ungureanu
1
-4
/
+2
2018-03-06
Merge branch 'nd/rebase-show-current-patch'
Junio C Hamano
1
-0
/
+8
2018-02-13
Merge branch 'pw/sequencer-in-process-commit'
Junio C Hamano
1
-0
/
+14
2018-02-12
rebase: introduce and use pseudo-ref REBASE_HEAD
Nguyễn Thái Ngọc Duy
1
-1
/
+4
[next]