284 Commits (0d7131763e7762dc34c407f32e3c63123001a292)

Author SHA1 Message Date
Phillip Wood 7740ac691d rebase: dereference tags 4 years ago
Phillip Wood 1d188263e0 rebase: use lookup_commit_reference_by_name() 4 years ago
Phillip Wood 35f070b4de rebase: use our standard error return value 4 years ago
Derrick Stolee 516680ba77 sparse-index: integrate with cherry-pick and rebase 4 years ago
Johannes Schindelin 5a22a334cb run_auto_maintenance(): implicitly close the object store 4 years ago
Johannes Schindelin 82db1f8439 rebase: stop mentioning the -p option in comments 4 years ago
Johannes Schindelin ff8d6e5a66 rebase: remove obsolete code comment 4 years ago
Johannes Schindelin 5b55b32bd2 rebase: drop the internal `rebase--interactive` command 4 years ago
Johannes Schindelin a74b35081c rebase: drop support for `--preserve-merges` 4 years ago
Josh Steadmon 767a4ca648 sequencer: advise if skipping cherry-picked commit 4 years ago
Ævar Arnfjörð Bjarmason 0160f7e725 rebase: emit one "fatal" in "fatal: fatal: <error>" 4 years ago
Elijah Newren 6a5fb96672 Change default merge backend from recursive to ort 4 years ago
Andrzej Hunt b54cf3a766 builtin/rebase: fix options.strategy memory lifecycle 4 years ago
Andrzej Hunt 805b789a69 builtin/rebase: release git_format_patch_opt too 4 years ago
brian m. carlson 14228447c9 hash: provide per-algorithm null OIDs 4 years ago
Ævar Arnfjörð Bjarmason 9bcde4d531 rebase: remove transitory rebase.useBuiltin setting & env 4 years ago
Elijah Newren 5291828df8 merge-ort: write $GIT_DIR/AUTO_MERGE whenever we hit a conflict 4 years ago
Alex Henrie 2803d800d2 rebase: add a config option for --no-fork-point 4 years ago
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