summaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
AgeCommit message (Expand)AuthorFilesLines
2007-09-01Avoid one-or-more (\+) non BRE in sed scripts.Junio C Hamano1-1/+1
2007-08-23rebase -i: fix squashing corner caseJohannes Schindelin1-2/+3
2007-08-01rebase -i: fix for optional [branch] parameterJohannes Schindelin1-1/+1
2007-08-01rebase -i: ignore patches that are already in the upstreamJohannes Schindelin1-2/+3
2007-07-28Rename git-rebase interactive buffer: todo => git-rebase-todoSeth Falcon1-1/+1
2007-07-27rebase -i: fix interrupted squashingJohannes Schindelin1-1/+1
2007-07-25rebase -i: fix overzealous output redirectionJohannes Schindelin1-1/+3
2007-07-23rebase -i: exchange all "if [ .. ]" by "if test .."Johannes Schindelin1-7/+7
2007-07-23Shut "git rebase -i" up when no --verbose was givenJohannes Schindelin1-16/+34
2007-07-21rebase -i: call editor just once for a multi-squashJohannes Schindelin1-10/+46
2007-07-20Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben1-1/+1
2007-07-13Fix git-rebase -i to allow squashing of fast-forwardable commitsAlex Riesen1-2/+3
2007-07-08rebase -i: put a nice warning into the todo listJohannes Schindelin1-0/+3
2007-07-08rebase -i: remember the settings of -v, -s and -p when interruptedJohannes Schindelin1-0/+4
2007-07-08rebase -i: actually show the diffstat when being verboseJohannes Schindelin1-4/+4
2007-07-08rebase -i: handle --continue more like non-interactive rebaseJohannes Schindelin1-9/+17
2007-06-26Teach rebase -i about --preserve-mergesJohannes Schindelin1-3/+107
2007-06-26rebase -i: provide reasonable reflog for the rebased branchJohannes Schindelin1-2/+8
2007-06-26rebase -i: several cleanupsJohannes Schindelin1-4/+15
2007-06-24Teach rebase an interactive modeJohannes Schindelin1-0/+289