| Commit message (Expand) | Author | Age |
* | Merge branch 'jk/rebase-quiet-noop' into maint | Junio C Hamano | 2015-05-26 |
|\ |
|
| * | rebase: silence "git checkout" for noop rebase | Jeff King | 2015-04-28 |
| * | Merge branch 'rr/rebase-autostash-fix' into maint | Junio C Hamano | 2014-06-25 |
| |\ |
|
* | | | rebase: omit patch-identical commits with --fork-point | John Keeping | 2014-07-16 |
* | | | Merge branch 'rr/rebase-autostash-fix' | Junio C Hamano | 2014-06-16 |
|\ \ \
| | |/
| |/| |
|
| * | | rebase -i: handle "Nothing to do" case with autostash | Ramkumar Ramachandra | 2014-05-19 |
* | | | Merge branch 'ep/shell-command-substitution' | Junio C Hamano | 2014-06-03 |
|\ \ \
| |_|/
|/| | |
|
| * | | git-rebase.sh: use the $( ... ) construct for command substitution | Elia Pinto | 2014-04-23 |
* | | | Merge branch 'km/avoid-non-function-return-in-rebase' | Junio C Hamano | 2014-04-21 |
|\ \ \ |
|
| * | | | Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD" | Kyle J. McKay | 2014-04-17 |
* | | | | Merge branch 'bg/rebase-off-of-previous-branch' | Junio C Hamano | 2014-03-28 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | rebase: allow "-" short-hand for the previous branch | Brian Gesiak | 2014-03-19 |
| |/ / |
|
* | | | rebase: add the --gpg-sign option | Nicolas Vigier | 2014-02-11 |
* | | | rebase: parse options in stuck-long mode | Nicolas Vigier | 2014-02-11 |
* | | | rebase: don't try to match -M option | Nicolas Vigier | 2014-02-03 |
* | | | rebase: remove useless arguments check | Nicolas Vigier | 2014-02-03 |
* | | | git-sh-setup.sh: add variable to use the stuck-long mode | Nicolas Vigier | 2014-02-03 |
|/ / |
|
* | | rebase: fix fork-point with zero arguments | John Keeping | 2014-01-09 |
* | | rebase: use reflog to find common base with upstream | John Keeping | 2013-12-10 |
* | | Merge branch 'mm/rebase-continue-freebsd-WB' | Junio C Hamano | 2013-09-20 |
|\ \ |
|
| * | | rebase: fix run_specific_rebase's use of "return" on FreeBSD | Matthieu Moy | 2013-09-09 |
* | | | Merge branch 'rr/rebase-autostash' | Junio C Hamano | 2013-07-31 |
|\ \ \
| | |/
| |/| |
|
| * | | git-rebase: fix typo | Ralf Thielow | 2013-07-29 |
* | | | Merge branch 'rr/rebase-reflog-message-reword' | Junio C Hamano | 2013-07-18 |
|\ \ \ |
|
| * | | | rebase: use a better reflog message | Ramkumar Ramachandra | 2013-06-23 |
* | | | | Merge branch 'rr/rebase-stash-store' | Junio C Hamano | 2013-06-27 |
|\ \ \ \ |
|
| * | | | | rebase: use 'git stash store' to simplify logic | Ramkumar Ramachandra | 2013-06-17 |
* | | | | | Merge branch 'rr/rebase-sha1-by-string-query' | Junio C Hamano | 2013-06-24 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | rebase: use peel_committish() where appropriate | Ramkumar Ramachandra | 2013-06-14 |
| |/ / / |
|
* | | | | rebase: finish_rebase() in noop rebase | Ramkumar Ramachandra | 2013-06-13 |
* | | | | rebase: finish_rebase() in fast-forward rebase | Ramkumar Ramachandra | 2013-06-13 |
* | | | | rebase: guard against missing files in read_basic_state() | Ramkumar Ramachandra | 2013-06-13 |
|/ / / |
|
* | | | rebase: implement --[no-]autostash and rebase.autostash | Ramkumar Ramachandra | 2013-05-29 |
| |/
|/| |
|
* | | rebase: prepare to do generic housekeeping | Ramkumar Ramachandra | 2013-05-12 |
|/ |
|
* | Merge branch 'ph/rebase-original' | Junio C Hamano | 2013-04-26 |
|\ |
|
| * | rebase: find orig_head unambiguously | Phil Hord | 2013-04-23 |
* | | rebase -i: Teach "--edit-todo" action | Andrew Wong | 2012-09-17 |
* | | rebase usage: subcommands can not be combined with -i | Martin von Zweigbergk | 2012-09-17 |
|/ |
|
* | git-rebase.sh: fix typo in an error message | Ralf Thielow | 2012-08-01 |
* | rebase: remove obsolete and unused LONG_USAGE which breaks xgettext | Jiang Xin | 2012-07-26 |
* | i18n: Rewrite gettext messages start with dash | Jiang Xin | 2012-07-26 |
* | i18n: rebase: mark messages for translation | Jiang Xin | 2012-07-25 |
* | Merge branch 'cw/rebase-i-root' | Junio C Hamano | 2012-07-15 |
|\ |
|
| * | rebase -i: support --root without --onto | Chris Webb | 2012-06-26 |
* | | Merge branch 'mz/rebase-no-mbox' | Junio C Hamano | 2012-07-13 |
|\ \ |
|
| * | | rebase --root: print usage on too many args | Martin von Zweigbergk | 2012-06-26 |
| |/ |
|
* | | rebase -i: teach "--exec <cmd>" | Lucien Kong | 2012-06-13 |
|/ |
|
* | Merge branch 'ef/maint-rebase-error-message' | Junio C Hamano | 2012-06-01 |
|\ |
|
| * | rebase: report invalid commit correctly | Erik Faye-Lund | 2012-05-30 |
* | | Do not autosquash in case of an implied interactive rebase | Vincent van Ravesteijn | 2012-05-29 |