Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-01-18 | Merge branch 'jc/rerere' | Junio C Hamano | 1 | -1/+5 |
2010-01-13 | Merge branch 'jc/checkout-merge-base' | Junio C Hamano | 1 | -1/+23 |
2010-01-07 | rebase: fix --onto A...B parsing and add tests | Nanako Shiraishi | 1 | -14/+19 |
2009-12-04 | Teach --[no-]rerere-autoupdate option to merge, revert and friends | Junio C Hamano | 1 | -1/+5 |
2009-11-25 | Merge branch 'rs/work-around-grep-opt-insanity' | Junio C Hamano | 1 | -1/+1 |
2009-11-23 | Protect scripted Porcelains from GREP_OPTIONS insanity | Junio C Hamano | 1 | -1/+1 |
2009-11-21 | "rebase --onto A...B" replays history on the merge base between A and B | Junio C Hamano | 1 | -1/+18 |
2009-10-24 | Use 'fast-forward' all over the place | Felipe Contreras | 1 | -1/+1 |
2009-09-11 | rebase: use plumbing to show dirty state | Jeff King | 1 | -1/+1 |
2009-08-21 | Merge branch 'gb/apply-ignore-whitespace' | Junio C Hamano | 1 | -0/+3 |
2009-08-06 | rebase: consistent error messages for staged and unstaged changes. | Matthieu Moy | 1 | -2/+4 |
2009-08-05 | git apply: option to ignore whitespace differences | Giuseppe Bilotta | 1 | -0/+3 |
2009-07-01 | Merge branch 'sb/quiet-porcelains' | Junio C Hamano | 1 | -10/+38 |
2009-06-18 | am, rebase: teach quiet option | Stephen Boyd | 1 | -10/+38 |
2009-06-14 | pull, rebase: simplify to use die() | Stephen Boyd | 1 | -6/+3 |
2009-03-27 | rebase: fix typo (force_rebas -> force-rebas) | Michele Ballabio | 1 | -1/+1 |
2009-03-18 | rebase: add options passed to git-am | Michele Ballabio | 1 | -0/+4 |
2009-03-11 | Merge branch 'tv/rebase-stat' | Junio C Hamano | 1 | -7/+18 |
2009-03-05 | Merge branch 'sr/force-rebase' | Junio C Hamano | 1 | -5/+19 |
2009-03-02 | git-rebase: Add --stat and --no-stat for producing diffstat on rebase | Tor Arne Vestbø | 1 | -7/+18 |
2009-02-18 | disallow providing multiple upstream branches to rebase, pull --rebase | Jay Soffian | 1 | -0/+1 |
2009-02-13 | Teach rebase to rebase even if upstream is up to date | Sverre Rabbelier | 1 | -5/+19 |
2009-01-11 | rebase: learn to rebase root commit | Thomas Rast | 1 | -16/+40 |
2008-12-10 | rebase: improve error messages about dirty state | Jeff King | 1 | -3/+6 |
2008-12-03 | rebase: use git rev-parse -q | Miklos Vajna | 1 | -2/+2 |
2008-10-19 | Merge branch 'ae/preservemerge' | Junio C Hamano | 1 | -3/+19 |
2008-10-06 | rebase --no-verify | Nanako Shiraishi | 1 | -1/+6 |
2008-10-06 | Teach rebase -i to honor pre-rebase hook | Nanako Shiraishi | 1 | -7/+11 |
2008-09-30 | rebase: Support preserving merges in non-interactive mode | Andreas Ericsson | 1 | -3/+19 |
2008-08-16 | Improve error output of git-rebase | Stephan Beyer | 1 | -5/+16 |
2008-07-21 | Rename .git/rebase to .git/rebase-apply | Johannes Schindelin | 1 | -23/+25 |
2008-07-16 | Merge branch 'rs/rebase-checkout-not-so-quiet' | Junio C Hamano | 1 | -2/+1 |
2008-07-15 | Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge" | Johannes Schindelin | 1 | -22/+22 |
2008-07-14 | git-rebase: report checkout failure | Junio C Hamano | 1 | -3/+1 |
2008-07-07 | Teach "am" and "rebase" to mark the original position with ORIG_HEAD | Junio C Hamano | 1 | -1/+1 |
2008-06-22 | git-rebase.sh: Add check if rebase is in progress | Stephan Beyer | 1 | -4/+10 |
2008-05-15 | Ignore dirty submodule states during rebase and stash | Johannes Schindelin | 1 | -4/+4 |
2008-05-14 | Merge branch 'bd/tests' | Junio C Hamano | 1 | -1/+1 |
2008-05-13 | fix bsd shell negation | Jeff King | 1 | -1/+1 |
2008-05-05 | git-rebase.sh: Fix --merge --abort failures when path contains whitespace | Bryan Donlan | 1 | -1/+1 |
2008-03-16 | rebase [--onto O] A B: omit needless checkout | Junio C Hamano | 1 | -20/+32 |
2008-03-16 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2008-03-16 | rebase -m: do not trigger pre-commit verification | Junio C Hamano | 1 | -1/+1 |