256 Commits (f894081deae88e875536bd53c56b8b189474770c)

Author SHA1 Message Date
René Scharfe ca5120c339 rebase: verify commit parameter 4 years ago
Phillip Wood 8843302307 rebase -i: simplify get_revision_ranges() 4 years ago
Phillip Wood a2bb10d06d rebase -i: use struct object_id when writing state 4 years ago
Phillip Wood f3e27a02d5 rebase -i: use struct object_id rather than looking up commit 4 years ago
Phillip Wood e100bea481 rebase -i: stop overwriting ORIG_HEAD buffer 4 years ago
Elijah Newren 14c4586c2d merge,rebase,revert: select ort or recursive by config or environment 4 years ago
Bradley M. Kuhn 3abd4a67d9 Documentation: stylistically normalize references to Signed-off-by: 4 years ago
Derrick Stolee a95ce12430 maintenance: replace run_auto_gc() 5 years ago
Rohit Ashiwal 27126692ba rebase: add --reset-author-date 5 years ago
Phillip Wood a3894aad67 rebase -i: support --ignore-date 5 years ago
Phillip Wood 7573cec52c rebase -i: support --committer-date-is-author-date 5 years ago
Jeff King d70a9eb611 strvec: rename struct fields 5 years ago
Jeff King f6d8942b1f strvec: fix indentation in renamed calls 5 years ago
Jeff King 22f9b7f3f5 strvec: convert builtin/ callers away from argv_array name 5 years ago
Jeff King dbbcd44fb4 strvec: rename files from argv-array to strvec 5 years ago
Rohit Ashiwal ef484add9f rebase -i: add --ignore-whitespace flag 5 years ago
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