summaryrefslogtreecommitdiff
path: root/t/t3404-rebase-interactive.sh
AgeCommit message (Expand)AuthorFilesLines
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