summaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
Commit message (Expand)AuthorAgeFilesLines
* Avoid one-or-more (\+) non BRE in sed scripts.Junio C Hamano2007-09-011-1/+1
* rebase -i: fix squashing corner caseJohannes Schindelin2007-08-231-2/+3
* rebase -i: fix for optional [branch] parameterJohannes Schindelin2007-08-011-1/+1
* rebase -i: ignore patches that are already in the upstreamJohannes Schindelin2007-08-011-2/+3
* Rename git-rebase interactive buffer: todo => git-rebase-todoSeth Falcon2007-07-281-1/+1
* rebase -i: fix interrupted squashingJohannes Schindelin2007-07-271-1/+1
* rebase -i: fix overzealous output redirectionJohannes Schindelin2007-07-251-1/+3
* rebase -i: exchange all "if [ .. ]" by "if test .."Johannes Schindelin2007-07-231-7/+7
* Shut "git rebase -i" up when no --verbose was givenJohannes Schindelin2007-07-231-16/+34
* rebase -i: call editor just once for a multi-squashJohannes Schindelin2007-07-211-10/+46
* Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben2007-07-201-1/+1
* Fix git-rebase -i to allow squashing of fast-forwardable commitsAlex Riesen2007-07-131-2/+3
* rebase -i: put a nice warning into the todo listJohannes Schindelin2007-07-081-0/+3
* rebase -i: remember the settings of -v, -s and -p when interruptedJohannes Schindelin2007-07-081-0/+4
* rebase -i: actually show the diffstat when being verboseJohannes Schindelin2007-07-081-4/+4
* rebase -i: handle --continue more like non-interactive rebaseJohannes Schindelin2007-07-081-9/+17
* Teach rebase -i about --preserve-mergesJohannes Schindelin2007-06-261-3/+107
* rebase -i: provide reasonable reflog for the rebased branchJohannes Schindelin2007-06-261-2/+8
* rebase -i: several cleanupsJohannes Schindelin2007-06-261-4/+15
* Teach rebase an interactive modeJohannes Schindelin2007-06-241-0/+289