summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'pw/doc-synopsis-markup-opmode-options'Junio C Hamano2019-07-091-1/+1
|\ \ \ | |_|/ |/| |
| * | show --continue/skip etc. consistently in synopsisPhillip Wood2019-06-171-1/+1
* | | Merge branch 'js/rebase-deprecate-preserve-merges'Junio C Hamano2019-05-301-2/+3
|\ \ \
| * | | rebase docs: recommend `-r` over `-p`Johannes Schindelin2019-05-281-2/+3
* | | | Merge branch 'pw/rerere-autoupdate'Junio C Hamano2019-04-161-0/+5
|\ \ \ \
| * | | | am/cherry-pick/rebase/revert: document --rerere-autoupdatePhillip Wood2019-03-181-0/+5
| | |_|/ | |/| |
* | | | Merge branch 'js/rebase-deprecate-preserve-merges'Junio C Hamano2019-04-101-11/+12
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | rebase: deprecate --preserve-mergesJohannes Schindelin2019-03-121-11/+12
| |/
* | Merge branch 'js/rebase-recreate-merge'Junio C Hamano2019-03-111-1/+1
|\ \ | |/ |/|
| * rebase docs: fix "gitlink" typoKyle Meyer2019-03-011-1/+1
* | Merge branch 'ea/rebase-compat-doc-fix'Junio C Hamano2019-02-141-1/+0
|\ \
| * | docs/git-rebase: remove redundant entry in incompatible options listEmilio Cobos Álvarez2019-02-141-1/+0
* | | Merge branch 'en/rebase-merge-on-sequencer'Junio C Hamano2019-02-141-2/+0
|\ \ \
| * | | git-rebase.txt: update to reflect merge now implemented on sequencerElijah Newren2019-02-141-2/+0
* | | | Merge branch 'js/rebase-i-redo-exec-fix'Junio C Hamano2019-02-081-6/+0
|\ \ \ \
| * | | | Revert "rebase: introduce a shortcut for --reschedule-failed-exec"Johannes Schindelin2019-02-061-6/+0
* | | | | Merge branch 'en/rebase-merge-on-sequencer'Junio C Hamano2019-02-061-14/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | rebase: implement --merge via the interactive machineryElijah Newren2019-01-071-14/+3
| | |/ / | |/| |
* | | | Merge branch 'js/rebase-i-redo-exec'Junio C Hamano2019-01-291-0/+11
|\ \ \ \ | | |/ / | |/| |
| * | | rebase: introduce a shortcut for --reschedule-failed-execJohannes Schindelin2018-12-111-0/+6
| * | | rebase: introduce --reschedule-failed-execJohannes Schindelin2018-12-111-0/+5
| |/ /
* | | Merge branch 'en/directory-renames-nothanks-doc-update'Junio C Hamano2019-01-141-2/+3
|\ \ \
| * | | git-rebase.txt: update note about directory rename detection and amElijah Newren2018-12-091-2/+3
| |/ /
* | | Merge branch 'km/rebase-doc-typofix'Junio C Hamano2019-01-141-1/+1
|\ \ \ | |/ / |/| |
| * | rebase docs: drop stray word in merge command descriptionKyle Meyer2018-12-101-1/+1
* | | Merge branch 'en/rebase-consistency'Junio C Hamano2018-12-041-13/+17
|\ \ \
| * | | rebase docs: fix incorrect format of the section Behavioral DifferencesJohannes Sixt2018-12-041-13/+17
* | | | Merge branch 'nd/config-split'Junio C Hamano2018-11-131-1/+1
|\ \ \ \
| * | | | config.txt: move rebase-config.txt to config/Nguyễn Thái Ngọc Duy2018-10-291-1/+1
| | |/ / | |/| |
* | | | Merge branch 'js/rebase-i-break'Junio C Hamano2018-11-021-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | rebase -i: introduce the 'break' commandJohannes Schindelin2018-10-121-0/+3
| * | | rebase -i: clarify what happens on a failed `exec`Johannes Schindelin2018-10-111-1/+2
* | | | docs: typo: s/isimilar/similar/Michael Witten2018-10-071-1/+1
* | | | Merge branch 'js/rebase-merge-octopus'Junio C Hamano2018-08-021-3/+4
|\ \ \ \
| * | | | rebase --rebase-merges: adjust man page for octopus supportJohannes Schindelin2018-07-111-3/+4
* | | | | Merge branch 'en/rebase-consistency'Junio C Hamano2018-07-241-27/+108
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | git-rebase: make --allow-empty-message the defaultElijah Newren2018-06-271-10/+0
| * | | git-rebase.txt: document behavioral differences between modesElijah Newren2018-06-271-0/+32
| * | | git-rebase.txt: address confusion between --no-ff vs --force-rebaseElijah Newren2018-06-271-20/+10
| * | | git-rebase.txt: document incompatible optionsElijah Newren2018-06-261-8/+77
| |/ /
* | | Merge branch 'js/rebase-recreate-merge'Junio C Hamano2018-07-181-1/+1
|\ \ \ | |/ / |/| / | |/
| * rebase: fix documentation formattingVladimir Parfinenko2018-06-271-1/+1
* | Use proper syntax for replaceables in command docsRobert P. J. Day2018-05-251-2/+2
|/
* rebase -i --rebase-merges: add a section to the man pageJohannes Schindelin2018-04-261-0/+135
* rebase -i: introduce --rebase-merges=[no-]rebase-cousinsJohannes Schindelin2018-04-261-4/+11
* rebase: introduce the --rebase-merges optionJohannes Schindelin2018-04-261-1/+20
* Merge branch 'pw/rebase-signoff'Junio C Hamano2018-04-251-3/+4
|\
| * rebase: extend --signoff supportPhillip Wood2018-03-291-3/+4
* | Merge branch 'nd/rebase-show-current-patch'Junio C Hamano2018-03-061-1/+6
|\ \
| * | rebase: introduce and use pseudo-ref REBASE_HEADnd/rebase-show-current-patchNguyễn Thái Ngọc Duy2018-02-121-1/+2