summaryrefslogtreecommitdiff
path: root/builtin/rebase.c
AgeCommit message (Expand)Author
2020-01-12Revert "Merge branch 'ra/rebase-i-more-options'"Junio C Hamano
2020-01-02Merge branch 'en/rebase-signoff-fix'Junio C Hamano
2019-12-20rebase: fix saving of --signoff state for am-based rebasesElijah Newren
2019-12-16Merge branch 'dl/rebase-with-autobase'Junio C Hamano
2019-12-16Merge branch 'ag/sequencer-todo-updates'Junio C Hamano
2019-12-10Merge branch 'ra/rebase-i-more-options'Junio C Hamano
2019-12-05rebase: fix format.useAutoBase breakageDenton Liu
2019-11-25rebase -i: finishing touches to --reset-author-dateJunio C Hamano
2019-11-25rebase: fill `squash_onto' in get_replay_opts()Alban Gruin
2019-11-10Merge branch 'js/rebase-deprecate-preserve-merges'Junio C Hamano
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-10-21rebase: hide --preserve-merges optionDenton Liu
2019-09-30Merge branch 'bw/rebase-autostash-keep-current-branch'Junio C Hamano
2019-09-30Merge branch 'dl/rebase-i-keep-base'Junio C Hamano
2019-09-18Merge branch 'js/rebase-r-strategy'Junio C Hamano
2019-09-07builtin/rebase.c: Remove pointless messageBen Wijen
2019-09-07builtin/rebase.c: make sure the active branch isn't moved when autostashingBen Wijen
2019-08-27rebase: teach rebase --keep-baseDenton Liu
2019-08-27rebase: fast-forward --fork-point in more casesDenton Liu
2019-08-27rebase: fast-forward --onto in more casesDenton Liu
2019-08-27rebase: refactor can_fast_forward into goto towerDenton Liu
2019-07-31rebase -r: do not (re-)generate root commits with `--root` *and* `--onto`Johannes Schindelin
2019-07-31rebase -r: support merge strategies other than `recursive`Johannes Schindelin
2019-07-31rebase: fold git-rebase--common into the -p backendJohannes Schindelin
2019-07-31Drop unused git-rebase--am.shJohannes Schindelin
2019-07-29Merge branch 'js/rebase-cleanup'Junio C Hamano
2019-07-29Merge branch 'ds/close-object-store' into maintJunio C Hamano
2019-07-29Merge branch 'pw/rebase-abort-clean-rewritten' into maintJunio C Hamano
2019-07-29Merge branch 'js/rebase-reschedule-applies-only-to-interactive' into maintJunio C Hamano
2019-07-25git: mark cmd_rebase as requiring a worktreeJohannes Schindelin
2019-07-25rebase: fix white-spaceJohannes Schindelin
2019-07-19Merge branch 'nd/tree-walk-with-repo'Junio C Hamano
2019-07-11Merge branch 'js/rebase-reschedule-applies-only-to-interactive'Junio C Hamano
2019-07-09Merge branch 'nd/switch-and-restore'Junio C Hamano
2019-07-09Merge branch 'pw/rebase-abort-clean-rewritten'Junio C Hamano
2019-07-09Merge branch 'ds/close-object-store'Junio C Hamano
2019-07-01rebase --am: ignore rebase.rescheduleFailedExecJohannes Schindelin
2019-06-27tree-walk.c: remove the_repo from fill_tree_descriptor()Nguyễn Thái Ngọc Duy
2019-06-13Merge branch 'js/rebase-cleanup'Junio C Hamano
2019-06-13Merge branch 'jk/unused-params-final-batch'Junio C Hamano
2019-06-12packfile: rename close_all_packs to close_object_storeDerrick Stolee
2019-05-30Merge branch 'js/rebase-config-bitfix'Junio C Hamano
2019-05-28rebase: replace incorrect logical negation by correct bitwise oneJohannes Schindelin
2019-05-15rebase --abort/--quit: cleanup refs/rewrittenPhillip Wood
2019-05-15rebase: warn if state directory cannot be removedPhillip Wood
2019-05-15rebase: fix a memory leakPhillip Wood
2019-05-15rebase: fold git-rebase--common into the -p backendJohannes Schindelin