summaryrefslogtreecommitdiff
path: root/Documentation/git-rebase.txt
AgeCommit message (Expand)Author
2020-04-22Merge branch 'jt/rebase-allow-duplicate'Junio C Hamano
2020-04-22Merge branch 'en/rebase-no-keep-empty'Junio C Hamano
2020-04-22Merge branch 'dd/no-gpg-sign'Junio C Hamano
2020-04-22Merge branch 'pb/rebase-doc-typofix'Junio C Hamano
2020-04-11rebase --merge: optionally skip upstreamed commitsJonathan Tan
2020-04-11rebase: reinstate --no-keep-emptyElijah Newren
2020-04-11rebase -i: mark commits that begin empty in todo editorElijah Newren
2020-04-03rebase.c: honour --no-gpg-signĐoàn Trần Công Danh
2020-03-29git-rebase.txt: fix typoPhilippe Blain
2020-03-11git-rebase.txt: highlight backend differences with commit rewordingElijah Newren
2020-02-16rebase: rename the two primary rebase backendsElijah Newren
2020-02-16rebase: change the default backend from "am" to "merge"Elijah Newren
2020-02-16rebase: add an --am optionElijah Newren
2020-02-16git-rebase.txt: add more details about behavioral differences of backendsElijah Newren
2020-02-16rebase (interactive-backend): fix handling of commits that become emptyElijah Newren
2020-02-16rebase (interactive-backend): make --keep-empty the defaultElijah Newren
2020-01-17git-rebase.txt: update description of --allow-empty-messageElijah Newren
2020-01-12Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano
2019-12-10Merge branch 'ra/rebase-i-more-options'Junio C Hamano
2019-11-25rebase -i: finishing touches to --reset-author-dateJunio C Hamano
2019-11-12doc: improve readability of --rebase-merges in git-rebaseNaveen Nathan
2019-11-02rebase: add --reset-author-dateRohit Ashiwal
2019-11-02rebase -i: support --ignore-dateRohit Ashiwal
2019-11-02rebase -i: support --committer-date-is-author-dateRohit Ashiwal
2019-11-02rebase -i: add --ignore-whitespace flagRohit Ashiwal
2019-09-30Merge branch 'dl/rebase-i-keep-base'Junio C Hamano
2019-09-30Merge branch 'en/filter-branch-deprecation'Junio C Hamano
2019-09-18Merge branch 'js/rebase-r-strategy'Junio C Hamano
2019-09-05Recommend git-filter-repo instead of git-filter-branchElijah Newren
2019-08-27rebase: teach rebase --keep-baseDenton Liu
2019-07-31rebase -r: support merge strategies other than `recursive`Johannes Schindelin
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-07-09Merge branch 'pw/doc-synopsis-markup-opmode-options'Junio C Hamano
2019-06-18show --continue/skip etc. consistently in synopsisPhillip Wood
2019-05-30Merge branch 'js/rebase-deprecate-preserve-merges'Junio C Hamano
2019-05-28rebase docs: recommend `-r` over `-p`Johannes Schindelin
2019-04-16Merge branch 'pw/rerere-autoupdate'Junio C Hamano
2019-04-09Merge branch 'js/rebase-deprecate-preserve-merges'Junio C Hamano
2019-04-02doc: promote "git switch"Nguyễn Thái Ngọc Duy
2019-03-18am/cherry-pick/rebase/revert: document --rerere-autoupdatePhillip Wood
2019-03-12rebase: deprecate --preserve-mergesJohannes Schindelin
2019-03-11Merge branch 'js/rebase-recreate-merge'Junio C Hamano
2019-02-28rebase docs: fix "gitlink" typoKyle Meyer
2019-02-14Merge branch 'ea/rebase-compat-doc-fix'Junio C Hamano
2019-02-14Merge branch 'en/rebase-merge-on-sequencer'Junio C Hamano
2019-02-14git-rebase.txt: update to reflect merge now implemented on sequencerElijah Newren
2019-02-14docs/git-rebase: remove redundant entry in incompatible options listEmilio Cobos Álvarez
2019-02-09Merge branch 'js/rebase-i-redo-exec-fix'Junio C Hamano
2019-02-07Merge branch 'en/rebase-merge-on-sequencer'Junio C Hamano
2019-02-06Revert "rebase: introduce a shortcut for --reschedule-failed-exec"Johannes Schindelin