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-i: do not get fooled by a log message ending with backslash
Junio C Hamano
2010-07-06
1
-0
/
+18
*
Merge branch 'ic/maint-rebase-i-abort'
Junio C Hamano
2010-06-21
1
-0
/
+10
|
\
|
*
rebase -i: Abort cleanly if new base cannot be checked out
Ian Ward Comfort
2010-06-11
1
-0
/
+10
*
|
rebase -i -p: document shortcomings
Jonathan Nieder
2010-06-11
1
-0
/
+6
|
/
*
Merge branch 'mb/rebase-i-no-ff'
Junio C Hamano
2010-04-03
1
-4
/
+32
|
\
|
*
Teach rebase the --no-ff option.
Marc Branchaud
2010-03-24
1
-4
/
+32
*
|
Merge branch 'do/rebase-i-arbitrary'
Junio C Hamano
2010-04-03
1
-0
/
+9
|
\
\
|
*
|
rebase--interactive: don't require what's rebased to be a branch
Dave Olszewski
2010-03-15
1
-0
/
+9
|
|
/
*
/
rebase: support automatic notes copying
Thomas Rast
2010-03-13
1
-0
/
+24
|
/
*
rebase -i: Retain user-edited commit messages after squash/fixup conflicts
Michael Haggerty
2010-01-14
1
-0
/
+36
*
t3404: Set up more of the test repo in the "setup" step
Michael Haggerty
2010-01-14
1
-25
/
+26
*
rebase -i: For fixup commands without squashes, do not start editor
Michael Haggerty
2010-01-14
1
-4
/
+3
*
rebase -i: Improve consistency of commit count in generated commit messages
Michael Haggerty
2010-01-14
1
-2
/
+2
*
t3404: Test the commit count in commit messages generated by "rebase -i"
Michael Haggerty
2010-01-14
1
-2
/
+7
*
rebase-i: Ignore comments and blank lines in peek_next_command
Michael Haggerty
2010-01-12
1
-0
/
+24
*
Add a command "fixup" to rebase --interactive
Michael Haggerty
2009-12-07
1
-0
/
+30
*
t3404: Use test_commit to set up test repository
Michael Haggerty
2009-12-07
1
-46
/
+20
*
Teach 'rebase -i' the command "reword"
Björn Gustavsson
2009-10-08
1
-0
/
+14
*
tests: use "$TEST_DIRECTORY" instead of ".."
Jeff King
2009-08-09
1
-1
/
+1
*
Remove filename from conflict markers
Martin Renold
2009-07-02
1
-2
/
+2
*
rebase -i: avoid 'git reset' when possible
Johannes Schindelin
2009-03-03
1
-0
/
+11
*
Merge branch 'js/maint-rebase-i-submodule'
Junio C Hamano
2009-02-01
1
-0
/
+26
|
\
|
*
Fix submodule squashing into unrelated commit
Johannes Schindelin
2009-01-28
1
-1
/
+1
|
*
rebase -i squashes submodule changes into unrelated commit
Junio C Hamano
2009-01-28
1
-0
/
+26
*
|
t3404 & t3411: undo copy&paste
Johannes Schindelin
2009-01-29
1
-33
/
+4
|
/
*
t3404: Add test case for auto-amending only edited commits after "edit"
Stephan Beyer
2009-01-15
1
-0
/
+17
*
t3404: Add test case for aborted --continue after "edit"
Stephan Beyer
2009-01-15
1
-0
/
+15
*
rebase -i: do not fail when there is no commit to cherry-pick
Johannes Schindelin
2008-10-10
1
-0
/
+11
*
tests: use "git xyzzy" form (t0000 - t3599)
Nanako Shiraishi
2008-09-03
1
-1
/
+1
*
rebase -i -p: fix parent rewriting
Thomas Rast
2008-08-14
1
-0
/
+12
*
rebase -i -p: handle index and workdir correctly
Thomas Rast
2008-08-14
1
-0
/
+6
*
Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"
Johannes Schindelin
2008-07-16
1
-4
/
+4
*
t3404: test two "preserve merges with -p" cases
Stephan Beyer
2008-07-14
1
-5
/
+21
*
t3404: stricter tests for git-rebase--interactive
Stephan Beyer
2008-06-23
1
-9
/
+34
*
Fix tests breaking when checkout path contains shell metacharacters
Bryan Donlan
2008-05-05
1
-2
/
+1
*
add test_cmp function for test scripts
Jeff King
2008-03-13
1
-2
/
+2
*
remove use of "tail -n 1" and "tail -1"
Jeff King
2008-03-13
1
-2
/
+2
*
grep portability fix: don't use "-e" or "-q"
Jeff King
2008-03-13
1
-2
/
+1
*
use build-time SHELL_PATH in test scripts
Jeff King
2008-02-29
1
-1
/
+1
*
t3404: use configured shell instead of /bin/sh
Jeff King
2008-02-21
1
-2
/
+2
*
Protect get_author_ident_from_commit() from filenames in work tree
Junio C Hamano
2008-02-13
1
-0
/
+22
*
Add test for rebase -i with commits that do not pass pre-commit
Johannes Schindelin
2008-01-28
1
-0
/
+16
*
rebase -p -i: handle "no changes" gracefully
Johannes Schindelin
2007-12-18
1
-0
/
+6
*
rebase -i: move help to end of todo file
Johannes Schindelin
2007-11-23
1
-1
/
+2
*
Merge branch 'maint'
Junio C Hamano
2007-11-14
1
-1
/
+1
|
\
|
*
t/t3404: fix test for a bogus todo file.
Junio C Hamano
2007-11-13
1
-1
/
+1
*
|
Merge branch 'js/rebase-i'
Junio C Hamano
2007-10-03
1
-0
/
+8
|
\
\
|
*
|
rebase -i: work on a detached HEAD
Johannes Schindelin
2007-09-26
1
-0
/
+8
*
|
|
Merge branch 'maint'
Junio C Hamano
2007-09-30
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
rebase -i: squash should retain the authorship of the _first_ commit
Johannes Schindelin
2007-09-30
1
-1
/
+1
[next]