aboutsummaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
Commit message (Expand)AuthorAge
* scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-06
* Merge branch 'maint' into HEADJunio C Hamano2007-10-30
|\
| * git-rebase--interactive.sh: Make 3-way merge strategies work for -p.Björn Steinbrink2007-10-30
| * git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick.Björn Steinbrink2007-10-30
| * Fix --strategy parsing in git-rebase--interactive.shBjörn Steinbrink2007-10-30
* | git-rebase--interactive.sh: Quote arguments to testMichael W. Olson2007-10-16
* | Merge branch 'maint'Shawn O. Pearce2007-10-15
|\ \ | |/
| * rebase -i: use diff plumbing instead of porcelainJohannes Schindelin2007-10-15
* | Merge branch 'js/rebase-i'Junio C Hamano2007-10-03
|\ \
| * | rebase -i: work on a detached HEADJohannes Schindelin2007-09-26
| * | Merge branch 'jc/autogc' into js/rebase-iJunio C Hamano2007-09-26
| |\ \
* | \ \ Merge branch 'jc/autogc'Junio C Hamano2007-10-03
|\ \ \ \ | | |/ / | |/| |
| * | | Invoke "git gc --auto" from commit, merge, am and rebase.Junio C Hamano2007-09-06
* | | | Merge branch 'maint'Junio C Hamano2007-09-29
|\ \ \ \ | | |_|/ | |/| |
| * | | rebase -i: squash should retain the authorship of the _first_ commitJohannes Schindelin2007-09-29
* | | | rebase -i: support single-letter abbreviations for the actionsJohannes Schindelin2007-09-29
| |_|/ |/| |
* | | rebase -i: create .dotest-merge after validating options.Matt Kraai2007-09-26
* | | rebase -i: avoid exporting GIT_AUTHOR_* variablesJohannes Schindelin2007-09-25
* | | rebase -i: Fix numbers in progress reportJohannes Schindelin2007-09-25
* | | rebase -i: style fixes and minor cleanupsJohannes Schindelin2007-09-25
* | | rebase -i: commit when continuing after "edit"Johannes Schindelin2007-09-25
|/ /
* | 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