summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
AgeCommit message (Expand)Author
2018-04-26rebase -i --rebase-merges: add a section to the man pageJohannes Schindelin
2018-04-26rebase -i: introduce --rebase-merges=[no-]rebase-cousinsJohannes Schindelin
2018-04-26rebase: introduce the --rebase-merges optionJohannes Schindelin
2018-04-25Merge branch 'pw/rebase-signoff'Junio C Hamano
2018-03-29rebase: extend --signoff supportPhillip Wood
2018-03-06Merge branch 'nd/rebase-show-current-patch'Junio C Hamano
2018-02-12rebase: introduce and use pseudo-ref REBASE_HEADNguyễn Thái Ngọc Duy
2018-02-12rebase: add --show-current-patchNguyễn Thái Ngọc Duy
2018-02-07rebase: add --allow-empty-message optionGenki Sky
2017-12-04Documentation: move rebase.* configs to new fileLiam Beguin
2017-10-03Merge branch 'js/rebase-i-final'Junio C Hamano
2017-08-23treewide: correct several "up-to-date" to "up to date"Martin Ågren
2017-07-27rebase -i: rearrange fixup/squash lines using the rebase--helperJohannes Schindelin
2017-07-12Merge branch 'ks/fix-rebase-doc-picture'Junio C Hamano
2017-07-10doc: correct a mistake in an illustrationKaartic Sivaraam
2017-06-19stash: update documentation to use 'stash entry'Liam Beguin
2017-04-26Merge branch 'gb/rebase-signoff'Junio C Hamano
2017-04-19rebase: pass --[no-]signoff option to git amGiuseppe Bilotta
2016-12-19Merge branch 'nd/rebase-forget'Junio C Hamano
2016-12-11rebase: add --quit to cleanup rebase, leave everything else untouchedNguyễn Thái Ngọc Duy
2016-07-28Merge branch 'mm/doc-tt' into maintJunio C Hamano
2016-07-13Merge branch 'mm/doc-tt'Junio C Hamano
2016-06-28doc: typeset long command-line options as literalMatthieu Moy
2016-03-18rebase: decouple --exec from --interactiveStefan Beller
2016-03-02Documentation: reword rebase summaryStefan Beller
2015-10-05Merge branch 'mm/keyid-docs'Junio C Hamano
2015-10-05Merge branch 'jk/rebase-no-autostash'Junio C Hamano
2015-09-21Documentation: explain optional arguments betterMatthieu Moy
2015-09-11Documentation/git-rebase: fix --no-autostash formattingJohn Keeping
2015-08-03Merge branch 'gr/rebase-i-drop-warn'Junio C Hamano
2015-06-30git rebase -i: warn about removed commitsGalan Rémi
2015-06-30git-rebase -i: add command "drop" to remove a commitGalan Rémi
2015-06-15git-rebase--interactive.sh: add config option for custom instruction formatMichael Rappazzo
2015-05-22Merge branch 'jk/asciidoc-markup-fix'Junio C Hamano
2015-05-13doc: fix misrendering due to `single quote'Jeff King
2015-03-31Sync with 2.3.5Junio C Hamano
2015-03-31Merge branch 'ss/pull-rebase-preserve' into maintJunio C Hamano
2015-03-30docs: clarify what git-rebase's "-p" / "--preserve-merges" doesSebastian Schuberth
2015-03-14*config.txt: stick to camelCase naming conventionNguyễn Thái Ngọc Duy
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