aboutsummaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
Commit message (Expand)AuthorAge
* rebase -i: squash should retain the authorship of the _first_ commitJohannes Schindelin2007-09-29
* Supplant the "while case ... break ;; esac" idiomDavid Kastrup2007-09-23
* Avoid one-or-more (\+) non BRE in sed scripts.Junio C Hamano2007-09-01
* rebase -i: fix squashing corner caseJohannes Schindelin2007-08-23
* rebase -i: fix for optional [branch] parameterJohannes Schindelin2007-08-01
* rebase -i: ignore patches that are already in the upstreamJohannes Schindelin2007-08-01
* Rename git-rebase interactive buffer: todo => git-rebase-todoSeth Falcon2007-07-28
* rebase -i: fix interrupted squashingJohannes Schindelin2007-07-27
* rebase -i: fix overzealous output redirectionJohannes Schindelin2007-07-25
* rebase -i: exchange all "if [ .. ]" by "if test .."Johannes Schindelin2007-07-23
* Shut "git rebase -i" up when no --verbose was givenJohannes Schindelin2007-07-23
* rebase -i: call editor just once for a multi-squashJohannes Schindelin2007-07-21
* Add GIT_EDITOR environment and core.editor configuration variablesAdam Roben2007-07-20
* Fix git-rebase -i to allow squashing of fast-forwardable commitsAlex Riesen2007-07-13
* rebase -i: put a nice warning into the todo listJohannes Schindelin2007-07-08
* rebase -i: remember the settings of -v, -s and -p when interruptedJohannes Schindelin2007-07-08
* rebase -i: actually show the diffstat when being verboseJohannes Schindelin2007-07-08
* rebase -i: handle --continue more like non-interactive rebaseJohannes Schindelin2007-07-08
* Teach rebase -i about --preserve-mergesJohannes Schindelin2007-06-26
* rebase -i: provide reasonable reflog for the rebased branchJohannes Schindelin2007-06-26
* rebase -i: several cleanupsJohannes Schindelin2007-06-26
* Teach rebase an interactive modeJohannes Schindelin2007-06-24