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