Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-02-10 | rebase: factor out call to pre-rebase hook | Martin von Zweigbergk | 1 | -5/+7 |
2011-02-10 | rebase: factor out clean work tree check | Martin von Zweigbergk | 1 | -2/+2 |
2011-02-10 | rebase: factor out command line option processing | Martin von Zweigbergk | 1 | -20/+38 |
2011-02-10 | rebase: align variable content | Martin von Zweigbergk | 1 | -1/+3 |
2011-02-10 | rebase: align variable names | Martin von Zweigbergk | 1 | -16/+16 |
2011-02-10 | rebase: stricter check of standalone sub command | Martin von Zweigbergk | 1 | -2/+2 |
2011-02-10 | rebase: act on command line outside parsing loop | Martin von Zweigbergk | 1 | -60/+66 |
2011-02-10 | rebase: improve detection of rebase in progress | Martin von Zweigbergk | 1 | -39/+41 |
2011-02-10 | rebase: remove unused rebase state 'prev_head' | Martin von Zweigbergk | 1 | -8/+0 |
2011-02-10 | rebase: read state outside loop | Martin von Zweigbergk | 1 | -2/+2 |
2011-02-10 | rebase: refactor reading of state | Martin von Zweigbergk | 1 | -30/+23 |
2011-02-10 | rebase: clearer names for directory variables | Martin von Zweigbergk | 1 | -70/+71 |
2011-01-27 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+2 |
2011-01-26 | rebase: give a better error message for bogus branch | Jeff King | 1 | -0/+1 |
2011-01-26 | rebase: use explicit "--" with checkout | Jeff King | 1 | -1/+1 |
2010-12-14 | Merge branch 'mz/rebase-abort-reflog-fix' into maint | Junio C Hamano | 1 | -9/+10 |
2010-12-14 | Merge branch 'mz/maint-rebase-stat-config' into maint | Junio C Hamano | 1 | -1/+2 |
2010-12-12 | Merge branch 'mz/rebase-i-verify' | Junio C Hamano | 1 | -0/+3 |
2010-12-12 | Merge branch 'mz/rebase-abort-reflog-fix' | Junio C Hamano | 1 | -9/+10 |
2010-12-12 | Merge branch 'mz/maint-rebase-stat-config' | Junio C Hamano | 1 | -1/+2 |
2010-11-29 | Merge branch 'rr/needs-clean-work-tree' | Junio C Hamano | 1 | -13/+1 |
2010-11-29 | rebase: only show stat if configured to true | Martin von Zweigbergk | 1 | -1/+2 |
2010-11-23 | rebase --abort: do not update branch ref | Martin von Zweigbergk | 1 | -9/+10 |
2010-11-23 | rebase: support --verify | Martin von Zweigbergk | 1 | -0/+3 |
2010-11-10 | rebase -X: do not clobber strategy | Martin von Zweigbergk | 1 | -4/+0 |
2010-10-28 | Porcelain scripts: Rewrite cryptic "needs update" error message | Ramkumar Ramachandra | 1 | -13/+1 |
2010-10-13 | shell portability: no "export VAR=VAL" | Junio C Hamano | 1 | -1/+1 |
2010-09-15 | Merge branch 'os/fix-rebase-diff-no-prefix' | Junio C Hamano | 1 | -0/+1 |
2010-09-09 | Add --src/dst-prefix to git-formt-patch in git-rebase.sh | Oded Shimon | 1 | -0/+1 |
2010-08-20 | Merge branch 'jn/rebase-rename-am' into maint | Junio C Hamano | 1 | -1/+1 |
2010-08-18 | Merge branch 'ml/rebase-x-strategy' | Junio C Hamano | 1 | -1/+23 |
2010-08-18 | Merge branch 'jn/rebase-rename-am' | Junio C Hamano | 1 | -1/+1 |
2010-08-09 | git-rebase: fix typo when parsing --force-rebase | Willy Tarreau | 1 | -1/+1 |
2010-08-03 | rebase: support -X to pass through strategy options | Mike Lundy | 1 | -1/+23 |
2010-07-28 | Fix git rebase --continue to work with touched files | David D. Kilzer | 1 | -0/+1 |
2010-07-23 | rebase: protect against diff.renames configuration | Junio C Hamano | 1 | -1/+1 |
2010-05-31 | rebase: improve error message when upstream argument is missing | Jonathan Nieder | 1 | -9/+8 |
2010-04-03 | Merge branch 'mb/rebase-i-no-ff' | Junio C Hamano | 1 | -2/+2 |
2010-03-24 | Merge branch 'tr/notes-display' | Junio C Hamano | 1 | -0/+6 |
2010-03-24 | Teach rebase the --no-ff option. | Marc Branchaud | 1 | -2/+2 |
2010-03-12 | rebase: support automatic notes copying | Thomas Rast | 1 | -0/+1 |
2010-03-12 | rebase: invoke post-rewrite hook | Thomas Rast | 1 | -0/+5 |
2010-01-30 | rebase: don't invoke the pager for each commit summary | Markus Heidelberg | 1 | -1/+1 |
2010-01-25 | rebase: replace antiquated sed invocation | Stephen Boyd | 1 | -4/+2 |