Age | Commit message (Expand) | Author | Files | Lines |
2018-07-24 | Merge branch 'en/rebase-consistency' | Junio C Hamano | 1 | -4/+39 |
2018-07-18 | Merge branch 'en/rebase-i-microfixes' | Junio C Hamano | 1 | -1/+1 |
2018-06-27 | Fix use of strategy options with interactive rebases | Elijah Newren | 1 | -1/+1 |
2018-06-27 | git-rebase: make --allow-empty-message the default | Elijah Newren | 1 | -1/+1 |
2018-06-27 | git-rebase: error out when incompatible options passed | Elijah Newren | 1 | -0/+35 |
2018-06-26 | git-rebase.sh: update help messages a bit | Elijah Newren | 1 | -3/+3 |
2018-06-01 | rebase: use the new git-rebase--preserve-merges.sh | Alban Gruin | 1 | -7/+25 |
2018-04-26 | rebase -i: introduce --rebase-merges=[no-]rebase-cousins | Johannes Schindelin | 1 | -1/+11 |
2018-04-26 | rebase: introduce the --rebase-merges option | Johannes Schindelin | 1 | -0/+6 |
2018-04-25 | Merge branch 'pw/rebase-signoff' | Junio C Hamano | 1 | -1/+26 |
2018-04-25 | Merge branch 'pw/rebase-keep-empty-fixes' | Junio C Hamano | 1 | -0/+4 |
2018-03-29 | rebase --keep-empty: always use interactive rebase | Phillip Wood | 1 | -0/+5 |
2018-03-29 | rebase -p: error out if --signoff is given | Phillip Wood | 1 | -0/+2 |
2018-03-29 | rebase: extend --signoff support | Phillip Wood | 1 | -1/+19 |
2018-03-29 | rebase: respect --no-keep-empty | Phillip Wood | 1 | -0/+3 |
2018-03-23 | rebase: add and use git_rebase__interactive__preserve_merges | Wink Saville | 1 | -1/+1 |
2018-03-23 | rebase: update invocation of rebase dot-sourced scripts | Wink Saville | 1 | -0/+1 |
2018-03-20 | rebase --root: stop assuming squash_onto is unset | Phillip Wood | 1 | -0/+1 |
2018-03-06 | Merge branch 'nd/rebase-show-current-patch' | Junio C Hamano | 1 | -1/+7 |
2018-02-12 | rebase: introduce and use pseudo-ref REBASE_HEAD | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
2018-02-12 | rebase: add --show-current-patch | Nguyễn Thái Ngọc Duy | 1 | -1/+6 |
2018-02-07 | rebase: add --allow-empty-message option | Genki Sky | 1 | -0/+5 |
2017-12-19 | rebase: rebasing can also be done when HEAD is detached | Kaartic Sivaraam | 1 | -2/+14 |
2017-12-19 | rebase: distinguish user input by quoting it | Kaartic Sivaraam | 1 | -2/+2 |
2017-12-19 | rebase: consistently use branch_name variable | Kaartic Sivaraam | 1 | -7/+10 |
2017-11-27 | Merge branch 'ks/rebase-no-git-foo' | Junio C Hamano | 1 | -2/+2 |
2017-11-27 | Merge branch 'tz/redirect-fix' | Junio C Hamano | 1 | -1/+1 |
2017-11-21 | git-rebase: clean up dashed-usages in messages | Kaartic Sivaraam | 1 | -2/+2 |
2017-11-14 | rebase: fix stderr redirect in apply_autostash() | Todd Zullinger | 1 | -1/+1 |
2017-10-03 | Merge branch 'bc/rev-parse-parseopt-fix' | Junio C Hamano | 1 | -0/+3 |
2017-09-19 | git-rebase: don't ignore unexpected command line arguments | Brandon Casey | 1 | -0/+3 |
2017-08-23 | Merge branch 'kw/rebase-progress' | Junio C Hamano | 1 | -0/+6 |
2017-08-14 | rebase: turn on progress option by default for format-patch | Kevin Willford | 1 | -0/+6 |
2017-07-17 | rebase: make resolve message clearer for inexperienced users | William Duclot | 1 | -3/+4 |
2017-07-10 | Merge branch 'pw/rebase-i-regression-fix-tests' into maint | Junio C Hamano | 1 | -2/+2 |
2017-06-30 | Merge branch 'pw/rebase-i-regression-fix-tests' | Junio C Hamano | 1 | -2/+2 |
2017-06-19 | sequencer: print autostash messages to stderr | Johannes Schindelin | 1 | -2/+2 |
2017-04-26 | Merge branch 'gb/rebase-signoff' | Junio C Hamano | 1 | -1/+2 |
2017-04-18 | rebase: pass --[no-]signoff option to git am | Giuseppe Bilotta | 1 | -1/+2 |
2016-12-19 | Merge branch 'nd/rebase-forget' | Junio C Hamano | 1 | -1/+5 |
2016-12-11 | rebase: add --quit to cleanup rebase, leave everything else untouched | Nguyễn Thái Ngọc Duy | 1 | -1/+5 |
2016-06-17 | i18n: git-sh-setup.sh: mark strings for translation | Vasco Almeida | 1 | -1/+0 |
2016-06-17 | i18n: rebase: mark placeholder for translation | Vasco Almeida | 1 | -1/+1 |
2016-06-17 | i18n: rebase: fix marked string to use eval_gettext variant | Vasco Almeida | 1 | -1/+1 |
2016-05-13 | Merge branch 'jc/commit-tree-ignore-commit-gpgsign' | Junio C Hamano | 1 | -1/+4 |
2016-05-03 | commit-tree: do not pay attention to commit.gpgsign | Junio C Hamano | 1 | -1/+4 |
2016-03-18 | rebase: decouple --exec from --interactive | Stefan Beller | 1 | -6/+1 |
2016-01-26 | Merge branch 'jk/ok-to-fail-gc-auto-in-rebase' | Junio C Hamano | 1 | -1/+1 |
2016-01-13 | rebase: ignore failures from "gc --auto" | Jeff King | 1 | -1/+1 |
2015-10-05 | Merge branch 'jk/rebase-no-autostash' | Junio C Hamano | 1 | -1/+4 |