Age | Commit message (Expand) | Author | Files | Lines |
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-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 |
2011-10-13 | pull,rebase: handle GIT_WORK_TREE better | Jeff King | 1 | -1/+1 |
2011-08-05 | misc-sh: fix up whitespace in some other .sh files. | Jon Seymour | 1 | -1/+1 |
2011-07-22 | Merge branch 'mz/doc-rebase-abort' | Junio C Hamano | 1 | -5/+5 |
2011-07-13 | rebase: clarify "restore the original branch" | Martin von Zweigbergk | 1 | -5/+5 |
2011-07-13 | Merge branch 'js/rebase-typo-branch-squelch-usage' | Junio C Hamano | 1 | -2/+1 |
2011-06-29 | rebase: do not print lots of usage hints after an obvious error message | Johannes Sixt | 1 | -2/+1 |
2011-05-27 | rebase: write a reflog entry when finishing | Jeff King | 1 | -1/+3 |
2011-05-27 | rebase: create HEAD reflog entry when aborting | Csaba Henk | 1 | -1/+1 |
2011-03-04 | rebase: define options in OPTIONS_SPEC | Martin von Zweigbergk | 1 | -45/+56 |
2011-02-10 | rebase: use @{upstream} if no upstream specified | Martin von Zweigbergk | 1 | -6/+15 |
2011-02-10 | rebase -m: remember allow_rerere_autoupdate option | Martin von Zweigbergk | 1 | -0/+4 |
2011-02-10 | rebase: remember strategy and strategy options | Martin von Zweigbergk | 1 | -0/+6 |
2011-02-10 | rebase: remember verbose option | Martin von Zweigbergk | 1 | -2/+4 |
2011-02-10 | rebase: extract code for writing basic state | Martin von Zweigbergk | 1 | -3/+13 |
2011-02-10 | rebase: factor out sub command handling | Martin von Zweigbergk | 1 | -2/+15 |
2011-02-10 | rebase: make -v a tiny bit more verbose | Martin von Zweigbergk | 1 | -2/+16 |
2011-02-10 | rebase: extract am code to new source file | Martin von Zweigbergk | 1 | -29/+2 |
2011-02-10 | rebase: extract merge code to new source file | Martin von Zweigbergk | 1 | -151/+11 |
2011-02-10 | rebase: remove $branch as synonym for $orig_head | Martin von Zweigbergk | 1 | -10/+9 |
2011-02-10 | rebase: factor out reference parsing | Martin von Zweigbergk | 1 | -4/+5 |
2011-02-10 | rebase -i: support --stat | Martin von Zweigbergk | 1 | -7/+7 |
2011-02-10 | rebase: reorder validation steps | Martin von Zweigbergk | 1 | -5/+5 |