summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
AgeCommit message (Expand)Author
2009-02-28git-rebase: Update --whitespace documentationTodd Zullinger
2009-02-13git-rebase.txt: --interactive does not work with --whitespaceMark Burton
2009-01-12rebase: update documentation for --rootThomas Rast
2008-10-19Merge branch 'tr/workflow-doc'Junio C Hamano
2008-10-19Merge branch 'ae/preservemerge'Junio C Hamano
2008-10-14rebase: Document --no-verify option to bypass pre-rebase hookNanako Shiraishi
2008-09-30rebase: Support preserving merges in non-interactive modeAndreas Ericsson
2008-09-24Fixed some grammatical errors in git-rebase.txt documentation.Garry Dolley
2008-09-16Documentation: new upstream rebase recovery section in git-rebaseThomas Rast
2008-07-22Rename .git/rebase to .git/rebase-applyJohannes Schindelin
2008-07-21Update my e-mail addressJunio C Hamano
2008-07-16Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin
2008-07-08Documentation: mention ORIG_HEAD in am, merge, and rebaseBrian Gernhardt
2008-07-05manpages: italicize git command names (which were in teletype font)Jonathan Nieder
2008-07-05Documentation: more "git-" versus "git " changesJonathan Nieder
2008-07-02Documentation formatting and cleanupJonathan Nieder
2008-07-02Documentation: be consistent about "git-" versus "git "Jonathan Nieder
2008-06-08Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer
2008-06-06documentation: move git(7) to git(1)Christian Couder
2008-03-11update 'git rebase' documentationSZEDER Gábor
2008-03-02Documentation/git-rebase.txt: Add --strategy to synopsysMike Hommey
2008-01-07Documentation: rename gitlink macro to linkgitDan McGee
2007-10-16git-rebase: document suppression of duplicate commitsJeff King
2007-09-30Merge branch 'maint'Junio C Hamano
2007-09-30rebase -i: squash should retain the authorship of the _first_ commitJohannes Schindelin
2007-09-08git-rebase: support --whitespace=<option>J. Bruce Fields
2007-09-01Mention -m as an abbreviation for --mergeRobin Rosenberg
2007-09-01rebase -i: mention the option to split commits in the man pageJohannes Schindelin
2007-08-16Documentation/git-rebase: fix an exampleJunio C Hamano
2007-06-27Teach rebase -i about --preserve-mergesJohannes Schindelin
2007-06-25Teach rebase an interactive modeJohannes Schindelin
2007-06-07War on whitespaceJunio C Hamano
2007-05-19Documentation: Added [verse] to SYNOPSIS where necessaryMatthias Kestenholz
2007-02-17Convert update-index references in docs to add.Shawn O. Pearce
2007-02-17Attempt to improve git-rebase lead-in description.Shawn O. Pearce
2007-02-12Documentation: git-rebase -C<n>Junio C Hamano
2007-02-08add -C[NUM] to git-amMichael S. Tsirkin
2007-02-05Show an example of deleting commits with git-rebase.Shawn O. Pearce
2007-01-18Documentation: sync git.txt command list and manual page titleJunio C Hamano
2006-11-07Merge branch 'maint'Junio C Hamano
2006-11-06Documentation: Transplanting branch with git-rebase --ontoJakub Narebski
2006-10-04git-rebase: Add a -v option to show a diffstat of the changes upstream at the...Robert Shearman
2006-06-25rebase: allow --skip to work with --mergeEric Wong
2006-06-21rebase: Allow merge strategies to be used when rebasingEric Wong
2006-05-14Make git rebase interactive help match documentation.Sean
2006-04-27Add --continue and --abort options to git-rebase.sean
2006-03-27Document git-rebase behavior on conflicts.J. Bruce Fields
2006-03-18Clarify git-rebase example commands.Jon Loeliger
2006-03-09Remove trailing dot after short descriptionFredrik Kuivinen
2006-02-22git-rebase: Clarify usage statement and copy it into the actual documentation.Carl Worth