aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/rebase.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-29Merge branch 'jk/setup-revisions-freefix'Junio C Hamano1-2/+1
2025-09-22treewide: pass strvecs around for setup_revisions_from_strvec()Jeff King1-2/+1
2025-09-18Merge branch 'pw/3.0-commentchar-auto-deprecation'Junio C Hamano1-0/+3
2025-08-26config: warn on core.commentString=autoPhillip Wood1-0/+3
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-2/+2
2025-08-03Merge branch 'ow/rebase-verify-insn-fmt-before-initializing-state'Junio C Hamano1-21/+21
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-09parse-options: add precision handling for OPTION_NEGBITRené Scharfe1-0/+1
2025-06-09rebase: write script before initializing stateØystein Walle1-21/+21
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano1-6/+19
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano1-1/+2
2025-04-17Merge branch 'en/merge-recursive-debug'Junio C Hamano1-5/+0
2025-04-17global: use designated initializers for optionsPatrick Steinhardt1-6/+19
2025-04-15Merge branch 'js/comma-semicolon-confusion'Junio C Hamano1-1/+1
2025-04-15object-file: move `mkdir_in_gitdir()` into "path.c"Patrick Steinhardt1-1/+2
2025-04-08builtin/{merge,rebase,revert}: remove GIT_TEST_MERGE_ALGORITHMElijah Newren1-5/+0
2025-03-28rebase: avoid using the comma operator unnecessarilyJohannes Schindelin1-1/+1
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-1/+1
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt1-1/+1
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano1-3/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-2/+6
2024-09-20Merge branch 'pw/rebase-autostash-fix'Junio C Hamano1-7/+32
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+2
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-03rebase: apply and cleanup autostash when rebase fails to startPhillip Wood1-7/+32
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-1/+1
2024-08-14builtin/rebase: fix leaking `commit.gpgsign` valuePatrick Steinhardt1-0/+1
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt1-1/+1
2024-06-20Merge branch 'pw/rebase-i-error-message'Junio C Hamano1-6/+11
2024-06-07builtin/rebase: always store allocated string in `options.strategy`Patrick Steinhardt1-7/+7
2024-06-07builtin/rebase: do not assign default backend to non-constant fieldPatrick Steinhardt1-9/+16
2024-05-30rebase -i: pass struct replay_opts to parse_insn_line()Phillip Wood1-6/+11
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt1-1/+1
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano1-8/+10
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-8/+10
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-2/+1
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-1/+1
2024-04-03Merge branch 'bl/cherry-pick-empty'Junio C Hamano1-6/+10
2024-04-01Merge branch 'jk/rebase-apply-leakfix'Junio C Hamano1-3/+3
2024-03-25rebase: update `--empty=ask` to `--empty=stop`Brian Lyles1-6/+10
2024-03-22rebase: use child_process_clear() to cleanJeff King1-3/+3
2024-03-18Merge branch 'pw/rebase-i-ignore-cherry-pick-help-environment'Junio C Hamano1-11/+3
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King1-1/+1
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano1-3/+5
2024-03-01Merge branch 'hs/rebase-not-in-progress' into HEADJunio C Hamano1-1/+1
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin1-3/+5
2024-02-27rebase -i: stop setting GIT_CHERRY_PICK_HELPPhillip Wood1-11/+3
2024-02-21rebase: make warning less passive aggressiveHarmen Stoppels1-1/+1