| Commit message (Expand) | Author | Age | Files | Lines |
* | rebase -i: Teach "--edit-todo" action | Andrew Wong | 2012-09-17 | 1 | -1/+4 |
* | Merge branch 'sn/doc-typofix' | Junio C Hamano | 2012-07-23 | 1 | -1/+1 |
|\ |
|
| * | doc: A few minor copy edits. | Štěpán Němec | 2012-07-14 | 1 | -1/+1 |
* | | Merge branch 'cw/rebase-i-root' | Junio C Hamano | 2012-07-15 | 1 | -4/+5 |
|\ \
| |/
|/| |
|
| * | rebase -i: support --root without --onto | Chris Webb | 2012-06-26 | 1 | -4/+5 |
* | | rebase -i: teach "--exec <cmd>" | Lucien Kong | 2012-06-13 | 1 | -3/+42 |
|/ |
|
* | Merge branch 'jk/doc-asciidoc-inline-literal' | Junio C Hamano | 2012-05-02 | 1 | -5/+5 |
|\ |
|
| * | docs: stop using asciidoc no-inline-literal | Jeff King | 2012-04-26 | 1 | -5/+5 |
* | | git-rebase: add keep_empty flag | Neil Horman | 2012-04-24 | 1 | -0/+4 |
|/ |
|
* | documentation: fix alphabetic ordered list for git-rebase man page | Nelson Benitez Leon | 2012-03-26 | 1 | -2/+5 |
* | Merge branch 'mz/doc-rebase-abort' | Junio C Hamano | 2011-07-22 | 1 | -2/+6 |
|\ |
|
| * | rebase: clarify "restore the original branch" | Martin von Zweigbergk | 2011-07-13 | 1 | -2/+6 |
* | | Documentation: use [verse] for SYNOPSIS sections | Martin von Zweigbergk | 2011-07-06 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'mz/rebase' | Junio C Hamano | 2011-04-28 | 1 | -2/+9 |
|\ |
|
| * | rebase: use @{upstream} if no upstream specified | Martin von Zweigbergk | 2011-02-10 | 1 | -2/+9 |
* | | Merge branch 'jk/doc-credits' of git://github.com/peff/git | Junio C Hamano | 2011-03-15 | 1 | -10/+0 |
|\ \ |
|
| * | | doc: drop author/documentation sections from most pages | Jeff King | 2011-03-11 | 1 | -10/+0 |
| |/ |
|
* | | Documentation: "rebase <onto> <that>" stays on <that> branch upon exit | Drew Northup | 2011-03-14 | 1 | -2/+3 |
|/ |
|
* | rebase: support --verify | Martin von Zweigbergk | 2010-11-23 | 1 | -0/+4 |
* | Merge branch 'jn/doc-backslash' | Junio C Hamano | 2010-09-03 | 1 | -1/+1 |
|\ |
|
| * | Documentation: do not convert ... operator to ellipses | Jonathan Nieder | 2010-08-20 | 1 | -1/+1 |
* | | Merge branch 'hv/autosquash-config' | Junio C Hamano | 2010-08-31 | 1 | -0/+8 |
|\ \ |
|
| * | | add configuration variable for --autosquash option of interactive rebase | Heiko Voigt | 2010-07-14 | 1 | -0/+8 |
* | | | Merge branch 'mm/rebase-i-exec' | Junio C Hamano | 2010-08-21 | 1 | -0/+24 |
|\ \ \
| |_|/
|/| | |
|
| * | | rebase -i: add exec command to launch a shell command | Matthieu Moy | 2010-08-11 | 1 | -0/+24 |
| |/ |
|
* | | rebase: support -X to pass through strategy options | Mike Lundy | 2010-08-03 | 1 | -0/+7 |
|/ |
|
* | rebase -i -p: document shortcomings | Jonathan Nieder | 2010-06-11 | 1 | -0/+27 |
* | Documentation: A...B shortcut for checkout and rebase | Michael J Gruber | 2010-06-02 | 1 | -0/+4 |
* | Documentation: rebase -i ignores options passed to "git am" | Markus Heidelberg | 2010-05-18 | 1 | -0/+1 |
* | Teach rebase the --no-ff option. | Marc Branchaud | 2010-03-24 | 1 | -2/+21 |
* | git-rebase.txt: Fix spelling | Horst H. von Brand | 2010-01-21 | 1 | -1/+1 |
* | Merge remote branch 'remotes/trast-doc/for-next' | Junio C Hamano | 2010-01-20 | 1 | -19/+19 |
|\ |
|
| * | Documentation: spell 'git cmd' without dash throughout | Thomas Rast | 2010-01-10 | 1 | -19/+19 |
* | | rebase -i --autosquash: auto-squash commits | Nanako Shiraishi | 2010-01-06 | 1 | -0/+10 |
* | | Add a command "fixup" to rebase --interactive | Michael Haggerty | 2009-12-07 | 1 | -5/+8 |
|/ |
|
* | Merge branch 'tr/maint-merge-ours-clarification' (early part) | Junio C Hamano | 2009-11-22 | 1 | -3/+13 |
|\ |
|
| * | rebase docs: clarify --merge and --strategy | Thomas Rast | 2009-11-16 | 1 | -3/+13 |
* | | Teach 'rebase -i' the command "reword" | Björn Gustavsson | 2009-10-07 | 1 | -3/+6 |
|/ |
|
* | git apply: option to ignore whitespace differences | Giuseppe Bilotta | 2009-08-05 | 1 | -1/+2 |
* | am, rebase: teach quiet option | Stephen Boyd | 2009-06-18 | 1 | -0/+4 |
* | doc/git-rebase.txt: remove mention of multiple strategies | Nguyễn Thái Ngọc Duy | 2009-05-21 | 1 | -2/+1 |
* | rebase: add options passed to git-am | Michele Ballabio | 2009-03-18 | 1 | -0/+5 |
* | document --force-rebase | Michele Ballabio | 2009-03-18 | 1 | -0/+7 |
* | git-rebase: Add --stat and --no-stat for producing diffstat on rebase | Tor Arne Vestbø | 2009-03-02 | 1 | -1/+16 |
* | git-rebase: Update --whitespace documentation | Todd Zullinger | 2009-02-28 | 1 | -1/+1 |
* | git-rebase.txt: --interactive does not work with --whitespace | Mark Burton | 2009-02-12 | 1 | -0/+1 |
* | rebase: update documentation for --root | Thomas Rast | 2009-01-11 | 1 | -5/+16 |
* | Merge branch 'tr/workflow-doc' | Junio C Hamano | 2008-10-19 | 1 | -5/+125 |
|\ |
|
| * | Documentation: new upstream rebase recovery section in git-rebase | Thomas Rast | 2008-09-15 | 1 | -5/+125 |
* | | Merge branch 'ae/preservemerge' | Junio C Hamano | 2008-10-19 | 1 | -2/+1 |
|\ \ |
|