summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
AgeCommit message (Expand)Author
2014-10-14Merge branch 'so/rebase-doc-fork-point'Junio C Hamano
2014-09-29Documentation/git-rebase.txt: document when --fork-point is auto-enabledSergey Organov
2014-09-16Documentation/git-rebase.txt: <upstream> must be given to specify <branch>Sergey Organov
2014-08-12Documentation/git-rebase.txt: -f forces a rebase that would otherwise be a no-opSergey Organov
2014-02-11rebase: add the --gpg-sign optionNicolas Vigier
2013-12-10rebase: use reflog to find common base with upstreamJohn Keeping
2013-09-06Documentation: make AsciiDoc links always point to HTML filesSebastian Schuberth
2013-06-27rebase -i: handle fixup! fixup! in --autosquashAndrew Pimlott
2013-05-29rebase: implement --[no-]autostash and rebase.autostashRamkumar Ramachandra
2013-02-01Documentation: the name of the system is 'Git', not 'git'Thomas Ackermann
2012-09-18rebase -i: Teach "--edit-todo" actionAndrew Wong
2012-07-24Merge branch 'sn/doc-typofix'Junio C Hamano
2012-07-16Merge branch 'cw/rebase-i-root'Junio C Hamano
2012-07-15doc: A few minor copy edits.Štěpán Němec
2012-06-26rebase -i: support --root without --ontoChris Webb
2012-06-13rebase -i: teach "--exec <cmd>"Lucien Kong
2012-05-02Merge branch 'jk/doc-asciidoc-inline-literal'Junio C Hamano
2012-04-26docs: stop using asciidoc no-inline-literalJeff King
2012-04-24git-rebase: add keep_empty flagNeil Horman
2012-03-26documentation: fix alphabetic ordered list for git-rebase man pageNelson Benitez Leon
2011-07-22Merge branch 'mz/doc-rebase-abort'Junio C Hamano
2011-07-14rebase: clarify "restore the original branch"Martin von Zweigbergk
2011-07-06Documentation: use [verse] for SYNOPSIS sectionsMartin von Zweigbergk
2011-04-28Merge branch 'mz/rebase'Junio C Hamano
2011-03-15Merge branch 'jk/doc-credits' of git://github.com/peff/gitJunio C Hamano
2011-03-14Documentation: "rebase <onto> <that>" stays on <that> branch upon exitDrew Northup
2011-03-11doc: drop author/documentation sections from most pagesJeff King
2011-02-10rebase: use @{upstream} if no upstream specifiedMartin von Zweigbergk
2010-11-23rebase: support --verifyMartin von Zweigbergk
2010-09-03Merge branch 'jn/doc-backslash'Junio C Hamano
2010-08-31Merge branch 'hv/autosquash-config'Junio C Hamano
2010-08-22Merge branch 'mm/rebase-i-exec'Junio C Hamano
2010-08-20Documentation: do not convert ... operator to ellipsesJonathan Nieder
2010-08-11rebase -i: add exec command to launch a shell commandMatthieu Moy
2010-08-03rebase: support -X to pass through strategy optionsMike Lundy
2010-07-14add configuration variable for --autosquash option of interactive rebaseHeiko Voigt
2010-06-11rebase -i -p: document shortcomingsJonathan Nieder
2010-06-02Documentation: A...B shortcut for checkout and rebaseMichael J Gruber
2010-05-19Documentation: rebase -i ignores options passed to "git am"Markus Heidelberg
2010-03-24Teach rebase the --no-ff option.Marc Branchaud
2010-01-21git-rebase.txt: Fix spellingHorst H. von Brand
2010-01-21Merge remote branch 'remotes/trast-doc/for-next'Junio C Hamano
2010-01-10Documentation: spell 'git cmd' without dash throughoutThomas Rast
2010-01-07rebase -i --autosquash: auto-squash commitsNanako Shiraishi
2009-12-07Add a command "fixup" to rebase --interactiveMichael Haggerty
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