summaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/checkout-merge-base'Junio C Hamano2010-01-131-1/+20
|\
| * rebase -i: teach --onto A...B syntaxNanako Shiraishi2010-01-071-1/+20
* | rebase--interactive: Ignore comments and blank lines in peek_next_commandMichael Haggerty2010-01-111-1/+1
* | Merge branch 'maint'Junio C Hamano2009-12-191-1/+1
|\ \
| * | rebase -i: abort cleanly if the editor fails to launchBjörn Gustavsson2009-12-191-1/+1
| * | Merge branch 'rs/work-around-grep-opt-insanity' into maintJunio C Hamano2009-12-031-5/+5
| |\ \
* | \ \ Merge branch 'rs/work-around-grep-opt-insanity'Junio C Hamano2009-11-251-5/+5
|\ \ \ \ | | |/ / | |/| |
| * | | Protect scripted Porcelains from GREP_OPTIONS insanityJunio C Hamano2009-11-231-5/+5
| | |/ | |/|
* | | Merge branch 'fc/doc-fast-forward'Junio C Hamano2009-11-151-3/+3
|\ \ \
| * | | Use 'fast-forward' all over the placeFelipe Contreras2009-10-241-3/+3
| |/ /
* | | Merge branch 'maint'Junio C Hamano2009-10-281-1/+6
|\ \ \ | | |/ | |/|
| * | rebase -i: more graceful handling of invalid commandsJan Krüger2009-10-271-1/+6
| |/
* | rebase -i: fix reword when using a terminal editorStephen Boyd2009-10-191-1/+1
* | Teach 'rebase -i' the command "reword"Björn Gustavsson2009-10-071-0/+9
|/
* Fix rebase -p --ontoGreg Price2009-07-221-1/+1
* Merge branch 'uk/maint-1.5.3-rebase-i-reflog' into maintJunio C Hamano2009-06-111-1/+1
|\
| * rebase--interactive: remote stray closing parenthesisUwe Kleine-König2009-06-111-1/+1
* | rebase -i: avoid 'git reset' when possibleJohannes Schindelin2009-03-031-0/+26
* | Merge branch 'js/maint-rebase-i-submodule'Junio C Hamano2009-01-311-5/+4
|\ \
| * | Fix submodule squashing into unrelated commitJohannes Schindelin2009-01-281-5/+4
* | | rebase -i: correctly remember --root flag across --continueJunio C Hamano2009-01-261-2/+8
* | | rebase -i --root: fix check for number of argumentsJohannes Schindelin2009-01-251-1/+2
* | | Merge branch 'tr/rebase-root'Junio C Hamano2009-01-171-31/+79
|\ \ \ | |/ / |/| |
| * | rebase -i: learn to rebase root commitThomas Rast2009-01-111-31/+78
| * | rebase -i: execute hook only after argument checkingThomas Rast2009-01-031-2/+3
* | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-131-1/+1
|\ \ \ | |/ / |/| |
| * | Avoid spurious error messages on error mistakes.Pierre Habouzit2009-01-131-1/+1
* | | rebase -i -p: leave a --cc patch when a merge could not be redoneJohannes Schindelin2008-12-241-3/+12
* | | rebase -i -p: Fix --continue after a merge could not be redoneJohannes Sixt2008-12-211-2/+1
* | | Merge branch 'sh/rebase-i-p'Junio C Hamano2008-11-021-49/+83
|\ \ \
| * | | git-rebase--interactive.sh: comparision with == is bashismJunio C Hamano2008-10-221-1/+1
| * | | rebase-i-p: minimum fix to obvious issuesJunio C Hamano2008-10-201-3/+4
| * | | rebase-i-p: if todo was reordered use HEAD as the rewritten parentStephen Haberman2008-10-161-0/+9
| * | | rebase-i-p: do not include non-first-parent commits touching UPSTREAMStephen Haberman2008-10-161-1/+2
| * | | rebase-i-p: only list commits that require rewriting in todoStephen Haberman2008-10-161-25/+52
| * | | rebase-i-p: fix 'no squashing merges' tripping up non-mergesStephen Haberman2008-10-161-5/+9
| * | | rebase-i-p: delay saving current-commit to REWRITTEN if squashingStephen Haberman2008-10-161-5/+10
| * | | rebase-i-p: use HEAD for updating the ref instead of mapping OLDHEADStephen Haberman2008-10-161-14/+1
* | | | Merge branch 'sh/maint-rebase3'Junio C Hamano2008-10-191-2/+35
|\ \ \ \ | |/ / /
| * | | rebase--interactive: fix parent rewriting for dropped commitsStephen Haberman2008-10-161-2/+35
| |/ /
* | | Merge branch 'ns/rebase-noverify'Junio C Hamano2008-10-191-1/+9
|\ \ \ | |/ / |/| |
| * | rebase --no-verifyNanako Shiraishi2008-10-061-1/+9
* | | rebase -i: do not fail when there is no commit to cherry-pickJohannes Schindelin2008-10-101-1/+2
* | | Merge branch 'sg/maint-intrebase-msghook' into maintShawn O. Pearce2008-10-091-6/+11
|\ \ \ | |/ / |/| |
| * | rebase -i: remove leftover debuggingSZEDER Gábor2008-10-031-1/+1
| * | rebase -i: proper prepare-commit-msg hook argument when squashingSZEDER Gábor2008-10-021-6/+11
* | | Teach rebase -i to honor pre-rebase hookNanako Shiraishi2008-10-061-0/+11
|/ /
* | git-rebase--interactive: auto amend only edited commitDmitry Potapov2008-09-091-1/+5
* | git-rebase-interactive: do not squash commits on abortDmitry Potapov2008-09-091-2/+6
* | rebase -i -p: fix parent rewritingThomas Rast2008-08-131-4/+2