235 Commits (5602b500c3cd9ac308bf9af0d5f0a79bd2195346)

Author SHA1 Message Date
Junio C Hamano 7c3e9e8cfb auto-gc: pass --quiet down from am, commit, merge and rebase 5 years ago
Denton Liu 9b2df3e8d0 rebase: save autostash entry into stash reflog on --quit 5 years ago
Denton Liu 203c85339f Use OPT_CALLBACK and OPT_CALLBACK_F 5 years ago
Elijah Newren a35413c378 rebase: display an error if --root and --fork-point are both provided 5 years ago
Jonathan Tan 0fcb4f6b62 rebase --merge: optionally skip upstreamed commits 5 years ago
Elijah Newren 50ed76148a rebase: fix an incompatible-options error message 5 years ago
Elijah Newren b9cbd2958f rebase: reinstate --no-keep-empty 5 years ago
Denton Liu a03b55530a merge: teach --autostash option 5 years ago
Denton Liu 0816f1dff8 sequencer: extract perform_autostash() from rebase 5 years ago
Denton Liu 9bb3dea45d rebase: generify create_autostash() 5 years ago
Denton Liu 4d4bc157f8 rebase: extract create_autostash() 5 years ago
Denton Liu b309a97108 reset: extract reset_head() from rebase 5 years ago
Denton Liu f213f069fb rebase: generify reset_head() 5 years ago
Denton Liu 86ed00aff4 rebase: use apply_autostash() from sequencer.c 5 years ago
Denton Liu efcf6cf049 rebase: use read_oneliner() 5 years ago
Đoàn Trần Công Danh c241371c04 rebase.c: honour --no-gpg-sign 5 years ago
brian m. carlson 3f26785624 builtin/rebase: compute checkout metadata for rebases 5 years ago
Jiang Xin 937d143630 i18n: unmark a message in rebase.c 5 years ago
Alban Gruin 240fc04f81 builtin/rebase: remove a call to get_oid() on `options.switch_to' 5 years ago
Eric Sunshine b5cabb4a96 rebase: refuse to switch to branch already checked out elsewhere 5 years ago
Elijah Newren 10cdb9f38a rebase: rename the two primary rebase backends 5 years ago
Elijah Newren 2ac0d6273f rebase: change the default backend from "am" to "merge" 5 years ago
Elijah Newren 8295ed690b rebase: make the backend configurable via config setting 5 years ago
Elijah Newren c2417d3af7 rebase: drop '-i' from the reflog for interactive-based rebases 5 years ago
Elijah Newren 52eb738d6b rebase: add an --am option 5 years ago
Elijah Newren 8af14f0859 rebase: move incompatibility checks between backend options a bit earlier 5 years ago
Elijah Newren befb89ce7c rebase: allow more types of rebases to fast-forward 5 years ago
Elijah Newren 93122c985a rebase: fix handling of restrict_revision 5 years ago
Elijah Newren 55d2b6d785 rebase: make sure to pass along the quiet flag to the sequencer 5 years ago
Elijah Newren 8a997ed132 rebase, sequencer: remove the broken GIT_QUIET handling 5 years ago
Elijah Newren e98c4269c8 rebase (interactive-backend): fix handling of commits that become empty 5 years ago
Elijah Newren d48e5e21da rebase (interactive-backend): make --keep-empty the default 5 years ago
Alban Gruin 767a9c417e rebase -i: stop checking out the tip of the branch to rebase 5 years ago
Elijah Newren 22a69fda19 git-rebase.txt: update description of --allow-empty-message 5 years ago
Junio C Hamano 4d924528d8 Revert "Merge branch 'ra/rebase-i-more-options'" 5 years ago
Elijah Newren 4fe7e43c53 rebase: fix saving of --signoff state for am-based rebases 5 years ago
Denton Liu cae0bc09ab rebase: fix format.useAutoBase breakage 5 years ago
Junio C Hamano d82dfa7f5b rebase -i: finishing touches to --reset-author-date 5 years ago
Alban Gruin a2dd67f105 rebase: fill `squash_onto' in get_replay_opts() 5 years ago
Rohit Ashiwal fe28ad8520 rebase: add --reset-author-date 5 years ago
Rohit Ashiwal 08187b4cba rebase -i: support --ignore-date 5 years ago
Rohit Ashiwal cbd8db17ac rebase -i: support --committer-date-is-author-date 5 years ago
Rohit Ashiwal ba51d2fb24 rebase -i: add --ignore-whitespace flag 5 years ago
Denton Liu feebd2d256 rebase: hide --preserve-merges option 5 years ago
Ben Wijen bf1e28e0ad builtin/rebase.c: Remove pointless message 6 years ago
Ben Wijen d2172ef02d builtin/rebase.c: make sure the active branch isn't moved when autostashing 6 years ago
Denton Liu 414d924beb rebase: teach rebase --keep-base 6 years ago
Denton Liu 4effc5bc96 rebase: fast-forward --fork-point in more cases 6 years ago
Denton Liu c0efb4c1dd rebase: fast-forward --onto in more cases 6 years ago
Denton Liu 2b318aa6c3 rebase: refactor can_fast_forward into goto tower 6 years ago