Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-09-10 | rebase: support --no-autostash | John Keeping | 1 | -1/+4 |
2015-05-26 | Merge branch 'jk/rebase-quiet-noop' into maint | Junio C Hamano | 1 | -1/+1 |
2015-05-11 | Merge branch 'jk/rebase-quiet-noop' | Junio C Hamano | 1 | -1/+1 |
2015-04-28 | rebase: silence "git checkout" for noop rebase | Jeff King | 1 | -1/+1 |
2014-12-01 | *.sh: avoid hardcoding $GIT_DIR/hooks/... | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
2014-07-16 | rebase: omit patch-identical commits with --fork-point | John Keeping | 1 | -3/+4 |
2014-06-25 | Merge branch 'rr/rebase-autostash-fix' into maint | Junio C Hamano | 1 | -1/+10 |
2014-06-16 | Merge branch 'rr/rebase-autostash-fix' | Junio C Hamano | 1 | -1/+10 |
2014-06-03 | Merge branch 'ep/shell-command-substitution' | Junio C Hamano | 1 | -4/+4 |
2014-05-19 | rebase -i: handle "Nothing to do" case with autostash | Ramkumar Ramachandra | 1 | -1/+10 |
2014-04-23 | git-rebase.sh: use the $( ... ) construct for command substitution | Elia Pinto | 1 | -4/+4 |
2014-04-21 | Merge branch 'km/avoid-non-function-return-in-rebase' | Junio C Hamano | 1 | -10/+1 |
2014-04-17 | Revert "rebase: fix run_specific_rebase's use of "return" on FreeBSD" | Kyle J. McKay | 1 | -10/+1 |
2014-03-28 | Merge branch 'bg/rebase-off-of-previous-branch' | Junio C Hamano | 1 | -0/+4 |
2014-03-19 | rebase: allow "-" short-hand for the previous branch | Brian Gesiak | 1 | -0/+4 |
2014-02-11 | rebase: add the --gpg-sign option | Nicolas Vigier | 1 | -0/+11 |
2014-02-11 | rebase: parse options in stuck-long mode | Nicolas Vigier | 1 | -28/+22 |
2014-02-03 | rebase: don't try to match -M option | Nicolas Vigier | 1 | -1/+1 |
2014-02-03 | rebase: remove useless arguments check | Nicolas Vigier | 1 | -2/+0 |
2014-02-03 | git-sh-setup.sh: add variable to use the stuck-long mode | Nicolas Vigier | 1 | -0/+1 |
2014-01-09 | rebase: fix fork-point with zero arguments | John Keeping | 1 | -1/+2 |
2013-12-10 | rebase: use reflog to find common base with upstream | John Keeping | 1 | -0/+19 |