Age | Commit message (Expand) | Author | Files | Lines |
2012-09-29 | Merge branch 'aw/rebase-i-edit-todo' | Junio C Hamano | 1 | -13/+40 |
2012-09-19 | rebase -i: suggest using --edit-todo to fix an unknown instruction | Johannes Sixt | 1 | -2/+3 |
2012-09-18 | rebase -i: fix misleading error message after 'exec no-such' instruction | Johannes Sixt | 1 | -0/+4 |
2012-09-17 | rebase -i: Teach "--edit-todo" action | Andrew Wong | 1 | -0/+17 |
2012-09-17 | rebase -i: Refactor help messages for todo file | Andrew Wong | 1 | -11/+20 |
2012-09-10 | Merge branch 'maint-1.7.11' into maint | Junio C Hamano | 1 | -2/+1 |
2012-09-10 | Merge branch 'mg/rebase-i-onto-reflog-in-full' into maint-1.7.11 | Junio C Hamano | 1 | -2/+1 |
2012-08-29 | Merge branch 'mg/rebase-i-onto-reflog-in-full' | Junio C Hamano | 1 | -2/+1 |
2012-08-10 | rebase -i: use full onto sha1 in reflog | Michael J Gruber | 1 | -2/+1 |
2012-07-25 | Merge branch 'cw/rebase-i-root' | Junio C Hamano | 1 | -12/+13 |
2012-07-24 | rebase -i: handle fixup of root commit correctly | Chris Webb | 1 | -12/+13 |
2012-07-15 | Merge branch 'cw/rebase-i-root' | Junio C Hamano | 1 | -6/+26 |
2012-07-13 | Merge branch 'mz/rebase-no-mbox' | Junio C Hamano | 1 | -3/+1 |
2012-06-26 | rebase -i: support --root without --onto | Chris Webb | 1 | -6/+26 |
2012-06-26 | rebase: don't source git-sh-setup twice | Martin von Zweigbergk | 1 | -3/+1 |
2012-06-13 | rebase -i: teach "--exec <cmd>" | Lucien Kong | 1 | -0/+23 |
2012-05-10 | Merge branch 'nl/rebase-i-cheat-sheet' into maint | Junio C Hamano | 1 | -0/+2 |
2012-04-30 | Merge branch 'nh/empty-rebase' | Junio C Hamano | 1 | -3/+32 |
2012-04-24 | git-rebase: add keep_empty flag | Neil Horman | 1 | -3/+32 |
2012-04-23 | Merge branch 'jk/rebase-i-submodule-conflict-only' | Junio C Hamano | 1 | -1/+1 |
2012-04-09 | rebase -i continue: don't skip commits that only change submodules | John Keeping | 1 | -1/+1 |
2012-03-20 | rebase -i: remind that the lines are top-to-bottom | Junio C Hamano | 1 | -0/+2 |
2011-12-28 | Merge branch 'aw/rebase-i-stop-on-failure-to-amend' into maint | Junio C Hamano | 1 | -13/+23 |
2011-12-16 | Merge branch 'aw/rebase-i-stop-on-failure-to-amend' | Junio C Hamano | 1 | -13/+23 |
2011-11-30 | rebase -i: interrupt rebase when "commit --amend" failed during "reword" | Andrew Wong | 1 | -13/+23 |
2011-10-17 | "rebase -i": support special-purpose editor to edit insn sheet | Peter Oberndorfer | 1 | -1/+14 |
2011-08-26 | rebase -i: notice and warn if "exec $cmd" modifies the index or the working tree | Junio C Hamano | 1 | -3/+9 |
2011-08-26 | rebase -i: clean error message for --continue after failed exec | Matthieu Moy | 1 | -1/+17 |
2011-06-19 | rebase -i -p: include non-first-parent commits in todo list | Andrew Wong | 1 | -2/+1 |
2011-05-27 | rebase: write a reflog entry when finishing | Jeff King | 1 | -1/+3 |
2011-05-06 | Merge branch 'aw/maint-rebase-i-p-no-ff' | Junio C Hamano | 1 | -1/+1 |
2011-04-28 | git-rebase--interactive.sh: preserve-merges fails on merges created with no-ff | Andrew Wong | 1 | -1/+1 |
2011-02-25 | Makefile: do not install sourced rebase scripts | Martin von Zweigbergk | 1 | -0/+0 |
2011-02-10 | rebase -i: remove unnecessary state rebase-root | Martin von Zweigbergk | 1 | -19/+0 |
2011-02-10 | rebase -i: don't read unused variable preserve_merges | Martin von Zweigbergk | 1 | -1/+0 |
2011-02-10 | rebase: remember strategy and strategy options | Martin von Zweigbergk | 1 | -2/+0 |
2011-02-10 | rebase: remember verbose option | Martin von Zweigbergk | 1 | -2/+0 |
2011-02-10 | rebase: extract code for writing basic state | Martin von Zweigbergk | 1 | -4/+1 |
2011-02-10 | rebase: factor out sub command handling | Martin von Zweigbergk | 1 | -31/+3 |
2011-02-10 | rebase: make -v a tiny bit more verbose | Martin von Zweigbergk | 1 | -14/+0 |
2011-02-10 | rebase -i: align variable names | Martin von Zweigbergk | 1 | -61/+59 |
2011-02-10 | rebase: show consistent conflict resolution hint | Martin von Zweigbergk | 1 | -3/+1 |
2011-02-10 | rebase: factor out call to pre-rebase hook | Martin von Zweigbergk | 1 | -14/+0 |
2011-02-10 | rebase: factor out clean work tree check | Martin von Zweigbergk | 1 | -2/+0 |
2011-02-10 | rebase: factor out reference parsing | Martin von Zweigbergk | 1 | -44/+4 |
2011-02-10 | rebase: reorder validation steps | Martin von Zweigbergk | 1 | -2/+2 |
2011-02-10 | rebase -i: remove now unnecessary directory checks | Martin von Zweigbergk | 1 | -6/+0 |
2011-02-10 | rebase: factor out command line option processing | Martin von Zweigbergk | 1 | -162/+62 |
2011-02-10 | rebase: align variable content | Martin von Zweigbergk | 1 | -5/+11 |
2011-02-10 | rebase: align variable names | Martin von Zweigbergk | 1 | -240/+240 |