summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
Commit message (Expand)AuthorAgeFilesLines
* Add a command "fixup" to rebase --interactiveMichael Haggerty2009-12-071-5/+8
* Merge branch 'tr/maint-merge-ours-clarification' (early part)Junio C Hamano2009-11-221-3/+13
|\
| * rebase docs: clarify --merge and --strategyThomas Rast2009-11-161-3/+13
* | Teach 'rebase -i' the command "reword"Björn Gustavsson2009-10-071-3/+6
|/
* git apply: option to ignore whitespace differencesGiuseppe Bilotta2009-08-051-1/+2
* am, rebase: teach quiet optionStephen Boyd2009-06-181-0/+4
* doc/git-rebase.txt: remove mention of multiple strategiesNguyễn Thái Ngọc Duy2009-05-211-2/+1
* rebase: add options passed to git-amMichele Ballabio2009-03-181-0/+5
* document --force-rebaseMichele Ballabio2009-03-181-0/+7
* git-rebase: Add --stat and --no-stat for producing diffstat on rebaseTor Arne Vestbø2009-03-021-1/+16
* git-rebase: Update --whitespace documentationTodd Zullinger2009-02-281-1/+1
* git-rebase.txt: --interactive does not work with --whitespaceMark Burton2009-02-121-0/+1
* rebase: update documentation for --rootThomas Rast2009-01-111-5/+16
* Merge branch 'tr/workflow-doc'Junio C Hamano2008-10-191-5/+125
|\
| * Documentation: new upstream rebase recovery section in git-rebaseThomas Rast2008-09-151-5/+125
* | Merge branch 'ae/preservemerge'Junio C Hamano2008-10-191-2/+1
|\ \
| * | rebase: Support preserving merges in non-interactive modeAndreas Ericsson2008-09-301-2/+1
* | | rebase: Document --no-verify option to bypass pre-rebase hookNanako Shiraishi2008-10-141-1/+4
|/ /
* | Fixed some grammatical errors in git-rebase.txt documentation.Garry Dolley2008-09-241-4/+4
|/
* Rename .git/rebase to .git/rebase-applyJohannes Schindelin2008-07-211-2/+2
* Update my e-mail addressJunio C Hamano2008-07-211-1/+1
* Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin2008-07-151-1/+1
* Documentation: mention ORIG_HEAD in am, merge, and rebaseBrian Gernhardt2008-07-081-1/+2
* manpages: italicize git command names (which were in teletype font)Jonathan Nieder2008-07-051-13/+13
* Documentation: more "git-" versus "git " changesJonathan Nieder2008-07-051-2/+2
* Documentation formatting and cleanupJonathan Nieder2008-07-011-11/+11
* Documentation: be consistent about "git-" versus "git "Jonathan Nieder2008-07-011-10/+10
* Docs: Use "-l::\n--long\n" format in OPTIONS sectionsStephan Beyer2008-06-081-5/+10
* documentation: move git(7) to git(1)Christian Couder2008-06-061-1/+1
* update 'git rebase' documentationSZEDER Gábor2008-03-101-2/+1
* Documentation/git-rebase.txt: Add --strategy to synopsysMike Hommey2008-03-011-0/+1
* Documentation: rename gitlink macro to linkgitDan McGee2008-01-061-5/+5
* git-rebase: document suppression of duplicate commitsJeff King2007-10-161-1/+24
* Merge branch 'maint'Junio C Hamano2007-09-291-1/+1
|\
| * rebase -i: squash should retain the authorship of the _first_ commitJohannes Schindelin2007-09-291-1/+1
* | git-rebase: support --whitespace=<option>J. Bruce Fields2007-09-071-2/+7
|/
* Mention -m as an abbreviation for --mergeRobin Rosenberg2007-09-011-2/+2
* rebase -i: mention the option to split commits in the man pageJohannes Schindelin2007-08-311-1/+38
* Documentation/git-rebase: fix an exampleJunio C Hamano2007-08-161-1/+1
* Teach rebase -i about --preserve-mergesJohannes Schindelin2007-06-261-1/+22
* Teach rebase an interactive modeJohannes Schindelin2007-06-241-3/+82
* War on whitespaceJunio C Hamano2007-06-071-1/+0
* Documentation: Added [verse] to SYNOPSIS where necessaryMatthias Kestenholz2007-05-181-1/+1
* Convert update-index references in docs to add.Shawn O. Pearce2007-02-171-1/+1
* Attempt to improve git-rebase lead-in description.Shawn O. Pearce2007-02-171-8/+14
* Documentation: git-rebase -C<n>Junio C Hamano2007-02-111-1/+1
* add -C[NUM] to git-amMichael S. Tsirkin2007-02-081-1/+7
* Show an example of deleting commits with git-rebase.Shawn O. Pearce2007-02-051-2/+25
* Documentation: sync git.txt command list and manual page titleJunio C Hamano2007-01-181-1/+1
* Merge branch 'maint'Junio C Hamano2006-11-061-8/+57
|\