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