Age | Commit message (Expand) | Author | Files | Lines |
2019-04-10 | Merge branch 'js/rebase-deprecate-preserve-merges' | Junio C Hamano | 1 | -11/+12 |
2019-03-12 | rebase: deprecate --preserve-merges | Johannes Schindelin | 1 | -11/+12 |
2019-03-11 | Merge branch 'js/rebase-recreate-merge' | Junio C Hamano | 1 | -1/+1 |
2019-03-01 | rebase docs: fix "gitlink" typo | Kyle Meyer | 1 | -1/+1 |
2019-02-14 | Merge branch 'ea/rebase-compat-doc-fix' | Junio C Hamano | 1 | -1/+0 |
2019-02-14 | Merge branch 'en/rebase-merge-on-sequencer' | Junio C Hamano | 1 | -2/+0 |
2019-02-14 | git-rebase.txt: update to reflect merge now implemented on sequencer | Elijah Newren | 1 | -2/+0 |
2019-02-14 | docs/git-rebase: remove redundant entry in incompatible options list | Emilio Cobos Álvarez | 1 | -1/+0 |
2019-02-08 | Merge branch 'js/rebase-i-redo-exec-fix' | Junio C Hamano | 1 | -6/+0 |
2019-02-06 | Merge branch 'en/rebase-merge-on-sequencer' | Junio C Hamano | 1 | -14/+3 |
2019-02-06 | Revert "rebase: introduce a shortcut for --reschedule-failed-exec" | Johannes Schindelin | 1 | -6/+0 |
2019-01-29 | Merge branch 'js/rebase-i-redo-exec' | Junio C Hamano | 1 | -0/+11 |
2019-01-14 | Merge branch 'en/directory-renames-nothanks-doc-update' | Junio C Hamano | 1 | -2/+3 |
2019-01-14 | Merge branch 'km/rebase-doc-typofix' | Junio C Hamano | 1 | -1/+1 |
2019-01-07 | rebase: implement --merge via the interactive machinery | Elijah Newren | 1 | -14/+3 |
2018-12-11 | rebase: introduce a shortcut for --reschedule-failed-exec | Johannes Schindelin | 1 | -0/+6 |
2018-12-11 | rebase: introduce --reschedule-failed-exec | Johannes Schindelin | 1 | -0/+5 |
2018-12-10 | rebase docs: drop stray word in merge command description | Kyle Meyer | 1 | -1/+1 |
2018-12-09 | git-rebase.txt: update note about directory rename detection and am | Elijah Newren | 1 | -2/+3 |
2018-12-04 | Merge branch 'en/rebase-consistency' | Junio C Hamano | 1 | -13/+17 |
2018-12-04 | rebase docs: fix incorrect format of the section Behavioral Differences | Johannes Sixt | 1 | -13/+17 |
2018-11-13 | Merge branch 'nd/config-split' | Junio C Hamano | 1 | -1/+1 |
2018-11-02 | Merge branch 'js/rebase-i-break' | Junio C Hamano | 1 | -1/+5 |
2018-10-29 | config.txt: move rebase-config.txt to config/ | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-10-12 | rebase -i: introduce the 'break' command | Johannes Schindelin | 1 | -0/+3 |
2018-10-11 | rebase -i: clarify what happens on a failed `exec` | Johannes Schindelin | 1 | -1/+2 |
2018-10-07 | docs: typo: s/isimilar/similar/ | Michael Witten | 1 | -1/+1 |
2018-08-02 | Merge branch 'js/rebase-merge-octopus' | Junio C Hamano | 1 | -3/+4 |
2018-07-24 | Merge branch 'en/rebase-consistency' | Junio C Hamano | 1 | -27/+108 |
2018-07-18 | Merge branch 'js/rebase-recreate-merge' | Junio C Hamano | 1 | -1/+1 |
2018-07-11 | rebase --rebase-merges: adjust man page for octopus support | Johannes Schindelin | 1 | -3/+4 |
2018-06-27 | git-rebase: make --allow-empty-message the default | Elijah Newren | 1 | -10/+0 |
2018-06-27 | git-rebase.txt: document behavioral differences between modes | Elijah Newren | 1 | -0/+32 |
2018-06-27 | git-rebase.txt: address confusion between --no-ff vs --force-rebase | Elijah Newren | 1 | -20/+10 |
2018-06-27 | rebase: fix documentation formatting | Vladimir Parfinenko | 1 | -1/+1 |
2018-06-26 | git-rebase.txt: document incompatible options | Elijah Newren | 1 | -8/+77 |
2018-05-25 | Use proper syntax for replaceables in command docs | Robert P. J. Day | 1 | -2/+2 |
2018-04-26 | rebase -i --rebase-merges: add a section to the man page | Johannes Schindelin | 1 | -0/+135 |
2018-04-26 | rebase -i: introduce --rebase-merges=[no-]rebase-cousins | Johannes Schindelin | 1 | -4/+11 |
2018-04-26 | rebase: introduce the --rebase-merges option | Johannes Schindelin | 1 | -1/+20 |
2018-04-25 | Merge branch 'pw/rebase-signoff' | Junio C Hamano | 1 | -3/+4 |
2018-03-29 | rebase: extend --signoff support | Phillip Wood | 1 | -3/+4 |
2018-03-06 | Merge branch 'nd/rebase-show-current-patch' | Junio C Hamano | 1 | -1/+6 |
2018-02-12 | rebase: introduce and use pseudo-ref REBASE_HEAD | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-02-12 | rebase: add --show-current-patch | Nguyễn Thái Ngọc Duy | 1 | -1/+5 |
2018-02-07 | rebase: add --allow-empty-message option | Genki Sky | 1 | -0/+5 |
2017-12-04 | Documentation: move rebase.* configs to new file | Liam Beguin | 1 | -18/+1 |
2017-10-03 | Merge branch 'js/rebase-i-final' | Junio C Hamano | 1 | -7/+9 |
2017-08-23 | treewide: correct several "up-to-date" to "up to date" | Martin Ågren | 1 | -1/+1 |
2017-07-27 | rebase -i: rearrange fixup/squash lines using the rebase--helper | Johannes Schindelin | 1 | -7/+9 |