Age | Commit message (Expand) | Author | Files | Lines |
2014-07-16 | rebase: omit patch-identical commits with --fork-point | John Keeping | 1 | -3/+4 |
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 |
2012-08-01 | git-rebase.sh: fix typo in an error message | Ralf Thielow | 1 | -1/+1 |
2012-07-26 | rebase: remove obsolete and unused LONG_USAGE which breaks xgettext | Jiang Xin | 1 | -25/+0 |
2012-07-26 | i18n: Rewrite gettext messages start with dash | Jiang Xin | 1 | -1/+1 |
2012-07-25 | i18n: rebase: mark messages for translation | Jiang Xin | 1 | -30/+34 |
2012-07-15 | Merge branch 'cw/rebase-i-root' | Junio C Hamano | 1 | -2/+12 |
2012-07-13 | Merge branch 'mz/rebase-no-mbox' | Junio C Hamano | 1 | -1/+5 |
2012-06-26 | rebase -i: support --root without --onto | Chris Webb | 1 | -2/+12 |
2012-06-26 | rebase --root: print usage on too many args | Martin von Zweigbergk | 1 | -1/+5 |
2012-06-13 | rebase -i: teach "--exec <cmd>" | Lucien Kong | 1 | -3/+17 |
2012-06-01 | Merge branch 'ef/maint-rebase-error-message' | Junio C Hamano | 1 | -1/+1 |
2012-05-30 | rebase: report invalid commit correctly | Erik Faye-Lund | 1 | -1/+1 |
2012-05-29 | Do not autosquash in case of an implied interactive rebase | Vincent van Ravesteijn | 1 | -0/+1 |
2012-04-24 | git-rebase: add keep_empty flag | Neil Horman | 1 | -0/+5 |
2012-03-04 | Make git-{pull,rebase} message without tracking information friendlier | Carlos MartÃn Nieto | 1 | -1/+1 |
2011-10-17 | Merge branch 'jk/pull-rebase-with-work-tree' | Junio C Hamano | 1 | -1/+1 |