aboutsummaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
Commit message (Expand)AuthorAge
...
* | git-rebase -i behaves better on commits with incomplete messagesJunio C Hamano2007-12-30
* | Reallow git-rebase --interactive --continue if commit is unnecessaryShawn O. Pearce2007-12-20
* | Catch and handle git-commit failures in git-rebase --interactiveShawn O. Pearce2007-12-19
* | Avoid update hook during git-rebase --interactiveShawn O. Pearce2007-12-19
* | Fix interactive rebase to preserve author email addressSean2007-12-19
* | rebase -p -i: handle "no changes" gracefullyJohannes Schindelin2007-12-17
* | Merge branch 'js/rebase-i-rerere'Junio C Hamano2007-12-02
|\ \
| * | rebase -i: give rerere a chanceJohannes Schindelin2007-11-28
* | | revert/cherry-pick: Allow overriding the help text by the calling PorcelainWincent Colaiuta2007-11-30
|/ /
* | Merge branch 'maint'Junio C Hamano2007-11-28
|\ \
| * | scripts: do not get confused with HEAD in work treeJunio C Hamano2007-11-28
* | | rebase -i: move help to end of todo fileJohannes Schindelin2007-11-22
* | | Merge branch 'ph/parseopt-sh'Junio C Hamano2007-11-17
|\ \ \
| * | | scripts: Add placeholders for OPTIONS_SPECJunio C Hamano2007-11-06
* | | | Merge branch 'maint'Junio C Hamano2007-11-09
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Avoid a few unportable, needlessly nested "...`...".Ralf Wildenhues2007-11-08
* | | 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