summaryrefslogtreecommitdiff
path: root/t/t3404-rebase-interactive.sh
AgeCommit message (Expand)AuthorFilesLines
2009-01-31Merge branch 'js/maint-rebase-i-submodule'Libravatar Junio C Hamano1-0/+26
2009-01-28t3404 & t3411: undo copy&pasteLibravatar Johannes Schindelin1-33/+4
2009-01-28Fix submodule squashing into unrelated commitLibravatar Johannes Schindelin1-1/+1
2009-01-28rebase -i squashes submodule changes into unrelated commitLibravatar Junio C Hamano1-0/+26
2009-01-15t3404: Add test case for auto-amending only edited commits after "edit"Libravatar Stephan Beyer1-0/+17
2009-01-15t3404: Add test case for aborted --continue after "edit"Libravatar Stephan Beyer1-0/+15
2008-10-10rebase -i: do not fail when there is no commit to cherry-pickLibravatar Johannes Schindelin1-0/+11
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Libravatar Nanako Shiraishi1-1/+1
2008-08-13rebase -i -p: fix parent rewritingLibravatar Thomas Rast1-0/+12
2008-08-13rebase -i -p: handle index and workdir correctlyLibravatar Thomas Rast1-0/+6
2008-07-15Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Libravatar Johannes Schindelin1-4/+4
2008-07-13t3404: test two "preserve merges with -p" casesLibravatar Stephan Beyer1-5/+21
2008-06-22t3404: stricter tests for git-rebase--interactiveLibravatar Stephan Beyer1-9/+34
2008-05-05Fix tests breaking when checkout path contains shell metacharactersLibravatar Bryan Donlan1-2/+1
2008-03-13add test_cmp function for test scriptsLibravatar Jeff King1-2/+2
2008-03-13remove use of "tail -n 1" and "tail -1"Libravatar Jeff King1-2/+2
2008-03-13grep portability fix: don't use "-e" or "-q"Libravatar Jeff King1-2/+1
2008-02-29use build-time SHELL_PATH in test scriptsLibravatar Jeff King1-1/+1
2008-02-20t3404: use configured shell instead of /bin/shLibravatar Jeff King1-2/+2
2008-02-13Protect get_author_ident_from_commit() from filenames in work treeLibravatar Junio C Hamano1-0/+22
2008-01-28Add test for rebase -i with commits that do not pass pre-commitLibravatar Johannes Schindelin1-0/+16
2007-12-17rebase -p -i: handle "no changes" gracefullyLibravatar Johannes Schindelin1-0/+6
2007-11-22rebase -i: move help to end of todo fileLibravatar Johannes Schindelin1-1/+2
2007-11-14Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-11-13t/t3404: fix test for a bogus todo file.Libravatar Junio C Hamano1-1/+1
2007-10-03Merge branch 'js/rebase-i'Libravatar Junio C Hamano1-0/+8
2007-09-29Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-09-29rebase -i: squash should retain the authorship of the _first_ commitLibravatar Johannes Schindelin1-1/+1
2007-09-26rebase -i: work on a detached HEADLibravatar Johannes Schindelin1-0/+8
2007-09-25rebase -i: commit when continuing after "edit"Libravatar Johannes Schindelin1-1/+13
2007-08-23rebase -i: fix squashing corner caseLibravatar Johannes Schindelin1-0/+21
2007-08-13t3404: fix "fake-editor"Libravatar Junio C Hamano1-17/+19
2007-08-01rebase -i: fix for optional [branch] parameterLibravatar Johannes Schindelin1-0/+8
2007-08-01rebase -i: ignore patches that are already in the upstreamLibravatar Johannes Schindelin1-0/+15
2007-07-27rebase -i: fix interrupted squashingLibravatar Johannes Schindelin1-0/+30
2007-07-21rebase -i: call editor just once for a multi-squashLibravatar Johannes Schindelin1-0/+9
2007-07-08rebase -i: remember the settings of -v, -s and -p when interruptedLibravatar Johannes Schindelin1-0/+10
2007-07-08rebase -i: handle --continue more like non-interactive rebaseLibravatar Johannes Schindelin1-1/+15
2007-06-26Teach rebase -i about --preserve-mergesLibravatar Johannes Schindelin1-0/+22
2007-06-26rebase -i: provide reasonable reflog for the rebased branchLibravatar Johannes Schindelin1-0/+4
2007-06-26rebase -i: several cleanupsLibravatar Johannes Schindelin1-0/+2
2007-06-24Teach rebase an interactive modeLibravatar Johannes Schindelin1-0/+163