summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
AgeCommit message (Expand)Author
2009-11-23Merge branch 'tr/maint-merge-ours-clarification' (early part)Junio C Hamano
2009-11-17rebase docs: clarify --merge and --strategyThomas Rast
2009-10-08Teach 'rebase -i' the command "reword"Björn Gustavsson
2009-08-05git apply: option to ignore whitespace differencesGiuseppe Bilotta
2009-06-18am, rebase: teach quiet optionStephen Boyd
2009-05-21doc/git-rebase.txt: remove mention of multiple strategiesNguyễn Thái Ngọc Duy
2009-03-19rebase: add options passed to git-amMichele Ballabio
2009-03-19document --force-rebaseMichele Ballabio
2009-03-03git-rebase: Add --stat and --no-stat for producing diffstat on rebaseTor Arne Vestbø
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