aboutsummaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
Commit message (Expand)AuthorAge
* rebase -i: When an 'edit' stops, mention the commitJohannes Sixt2008-07-23
* Merge branch 'maint'Junio C Hamano2008-07-16
|\
| * rebase-i: keep old parents when preserving mergesStephan Beyer2008-07-16
* | Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin2008-07-15
* | Merge branch 'jc/rebase-orig-head'Junio C Hamano2008-07-14
|\ \
| * | Teach "am" and "rebase" to mark the original position with ORIG_HEADJunio C Hamano2008-07-07
| |/
* | Make rebase--interactive use OPTIONS_SPECStephan Beyer2008-07-13
|/
* git-rebase -i: mention the short command aliases in the todo listMiklos Vajna2008-06-08
* rebase --interactive: Compute upstream SHA1 before switching branchesJohannes Sixt2008-06-02
* Ignore dirty submodule states during rebase and stashJohannes Schindelin2008-05-15
* remove use of "tail -n 1" and "tail -1"Jeff King2008-03-13
* grep portability fix: don't use "-e" or "-q"Jeff King2008-03-13
* Prompt to continue when editing during rebase --interactiveJonathan del Strother2008-02-27
* rebase -i: accept -m as advertised in the man pageUwe Kleine-K,Av(Bnig2008-02-11
* Squelch bogus progress output from git-rebase--interactiveJunio C Hamano2008-01-14
* git-rebase -i: clean-up error check codepath.Junio C Hamano2007-12-30
* 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