Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-09-20 | Merge branch 'mm/rebase-continue-freebsd-WB' | Junio C Hamano | 1 | -1/+10 |
2013-09-09 | rebase: fix run_specific_rebase's use of "return" on FreeBSD | Matthieu Moy | 1 | -1/+10 |
2013-07-31 | Merge branch 'rr/rebase-autostash' | Junio C Hamano | 1 | -1/+1 |
2013-07-29 | git-rebase: fix typo | Ralf Thielow | 1 | -1/+1 |
2013-07-18 | Merge branch 'rr/rebase-reflog-message-reword' | Junio C Hamano | 1 | -2/+6 |
2013-06-27 | Merge branch 'rr/rebase-stash-store' | Junio C Hamano | 1 | -5/+2 |
2013-06-24 | Merge branch 'rr/rebase-sha1-by-string-query' | Junio C Hamano | 1 | -2/+2 |
2013-06-23 | rebase: use a better reflog message | Ramkumar Ramachandra | 1 | -2/+6 |
2013-06-17 | rebase: use 'git stash store' to simplify logic | Ramkumar Ramachandra | 1 | -5/+2 |
2013-06-14 | rebase: use peel_committish() where appropriate | Ramkumar Ramachandra | 1 | -2/+2 |
2013-06-13 | rebase: finish_rebase() in noop rebase | Ramkumar Ramachandra | 1 | -0/+1 |
2013-06-13 | rebase: finish_rebase() in fast-forward rebase | Ramkumar Ramachandra | 1 | -0/+1 |
2013-06-13 | rebase: guard against missing files in read_basic_state() | Ramkumar Ramachandra | 1 | -0/+2 |
2013-05-29 | rebase: implement --[no-]autostash and rebase.autostash | Ramkumar Ramachandra | 1 | -3/+42 |
2013-05-12 | rebase: prepare to do generic housekeeping | Ramkumar Ramachandra | 1 | -0/+7 |
2013-04-26 | Merge branch 'ph/rebase-original' | Junio C Hamano | 1 | -1/+1 |
2013-04-23 | rebase: find orig_head unambiguously | Phil Hord | 1 | -1/+1 |
2012-09-17 | rebase -i: Teach "--edit-todo" action | Andrew Wong | 1 | -2/+11 |
2012-09-17 | rebase usage: subcommands can not be combined with -i | Martin von Zweigbergk | 1 | -1/+1 |