| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ |
|
| * | | rebase: Support preserving merges in non-interactive mode | Andreas Ericsson | 2008-09-30 | 1 | -2/+1 |
* | | | rebase: Document --no-verify option to bypass pre-rebase hook | Nanako Shiraishi | 2008-10-14 | 1 | -1/+4 |
|/ / |
|
* | | Fixed some grammatical errors in git-rebase.txt documentation. | Garry Dolley | 2008-09-24 | 1 | -4/+4 |
|/ |
|
* | Rename .git/rebase to .git/rebase-apply | Johannes Schindelin | 2008-07-21 | 1 | -2/+2 |
* | Update my e-mail address | Junio C Hamano | 2008-07-21 | 1 | -1/+1 |
* | Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge" | Johannes Schindelin | 2008-07-15 | 1 | -1/+1 |
* | Documentation: mention ORIG_HEAD in am, merge, and rebase | Brian Gernhardt | 2008-07-08 | 1 | -1/+2 |
* | manpages: italicize git command names (which were in teletype font) | Jonathan Nieder | 2008-07-05 | 1 | -13/+13 |
* | Documentation: more "git-" versus "git " changes | Jonathan Nieder | 2008-07-05 | 1 | -2/+2 |
* | Documentation formatting and cleanup | Jonathan Nieder | 2008-07-01 | 1 | -11/+11 |
* | Documentation: be consistent about "git-" versus "git " | Jonathan Nieder | 2008-07-01 | 1 | -10/+10 |
* | Docs: Use "-l::\n--long\n" format in OPTIONS sections | Stephan Beyer | 2008-06-08 | 1 | -5/+10 |
* | documentation: move git(7) to git(1) | Christian Couder | 2008-06-06 | 1 | -1/+1 |
* | update 'git rebase' documentation | SZEDER Gábor | 2008-03-10 | 1 | -2/+1 |
* | Documentation/git-rebase.txt: Add --strategy to synopsys | Mike Hommey | 2008-03-01 | 1 | -0/+1 |
* | Documentation: rename gitlink macro to linkgit | Dan McGee | 2008-01-06 | 1 | -5/+5 |
* | git-rebase: document suppression of duplicate commits | Jeff King | 2007-10-16 | 1 | -1/+24 |
* | Merge branch 'maint' | Junio C Hamano | 2007-09-29 | 1 | -1/+1 |
|\ |
|
| * | rebase -i: squash should retain the authorship of the _first_ commit | Johannes Schindelin | 2007-09-29 | 1 | -1/+1 |
* | | git-rebase: support --whitespace=<option> | J. Bruce Fields | 2007-09-07 | 1 | -2/+7 |
|/ |
|
* | Mention -m as an abbreviation for --merge | Robin Rosenberg | 2007-09-01 | 1 | -2/+2 |
* | rebase -i: mention the option to split commits in the man page | Johannes Schindelin | 2007-08-31 | 1 | -1/+38 |
* | Documentation/git-rebase: fix an example | Junio C Hamano | 2007-08-16 | 1 | -1/+1 |
* | Teach rebase -i about --preserve-merges | Johannes Schindelin | 2007-06-26 | 1 | -1/+22 |
* | Teach rebase an interactive mode | Johannes Schindelin | 2007-06-24 | 1 | -3/+82 |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+0 |
* | Documentation: Added [verse] to SYNOPSIS where necessary | Matthias Kestenholz | 2007-05-18 | 1 | -1/+1 |
* | Convert update-index references in docs to add. | Shawn O. Pearce | 2007-02-17 | 1 | -1/+1 |
* | Attempt to improve git-rebase lead-in description. | Shawn O. Pearce | 2007-02-17 | 1 | -8/+14 |
* | Documentation: git-rebase -C<n> | Junio C Hamano | 2007-02-11 | 1 | -1/+1 |
* | add -C[NUM] to git-am | Michael S. Tsirkin | 2007-02-08 | 1 | -1/+7 |
* | Show an example of deleting commits with git-rebase. | Shawn O. Pearce | 2007-02-05 | 1 | -2/+25 |
* | Documentation: sync git.txt command list and manual page title | Junio C Hamano | 2007-01-18 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2006-11-06 | 1 | -8/+57 |
|\ |
|
| * | Documentation: Transplanting branch with git-rebase --onto | Jakub Narebski | 2006-11-06 | 1 | -8/+57 |
* | | git-rebase: Add a -v option to show a diffstat of the changes upstream at the... | Robert Shearman | 2006-10-04 | 1 | -1/+4 |
|/ |
|
* | rebase: allow --skip to work with --merge | Eric Wong | 2006-06-25 | 1 | -1/+0 |
* | rebase: Allow merge strategies to be used when rebasing | Eric Wong | 2006-06-21 | 1 | -1/+19 |
* | Make git rebase interactive help match documentation. | Sean | 2006-05-14 | 1 | -6/+5 |
* | Add --continue and --abort options to git-rebase. | sean | 2006-04-26 | 1 | -13/+63 |
* | Document git-rebase behavior on conflicts. | J. Bruce Fields | 2006-03-26 | 1 | -0/+12 |