aboutsummaryrefslogtreecommitdiff
path: root/git-rebase--interactive.sh
Commit message (Expand)AuthorAge
...
* | 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
* | | | 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