aboutsummaryrefslogtreecommitdiff
path: root/builtin/rebase.c
AgeCommit message (Expand)Author
2026-03-24use strvec_pushv() to add another strvecJunio C Hamano
2026-03-19Merge branch 'lc/rebase-trailer'Junio C Hamano
2026-03-12run-command: wean auto_maintenance() functions off the_repositoryBurak Kaan Karaçay
2026-03-06rebase: support --trailerLi Chen
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2025-09-29Merge branch 'jk/setup-revisions-freefix'Junio C Hamano
2025-09-22treewide: pass strvecs around for setup_revisions_from_strvec()Jeff King
2025-09-18Merge branch 'pw/3.0-commentchar-auto-deprecation'Junio C Hamano
2025-08-26config: warn on core.commentString=autoPhillip Wood
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2025-08-03Merge branch 'ow/rebase-verify-insn-fmt-before-initializing-state'Junio C Hamano
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-09parse-options: add precision handling for OPTION_NEGBITRené Scharfe
2025-06-09rebase: write script before initializing stateØystein Walle
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano
2025-04-24Merge branch 'ps/object-file-cleanup'Junio C Hamano
2025-04-17Merge branch 'en/merge-recursive-debug'Junio C Hamano
2025-04-17global: use designated initializers for optionsPatrick Steinhardt
2025-04-15Merge branch 'js/comma-semicolon-confusion'Junio C Hamano
2025-04-15object-file: move `mkdir_in_gitdir()` into "path.c"Patrick Steinhardt
2025-04-08builtin/{merge,rebase,revert}: remove GIT_TEST_MERGE_ALGORITHMElijah Newren
2025-03-28rebase: avoid using the comma operator unnecessarilyJohannes Schindelin
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-20Merge branch 'pw/rebase-autostash-fix'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-03rebase: apply and cleanup autostash when rebase fails to startPhillip Wood
2024-08-23Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2024-08-14builtin/rebase: fix leaking `commit.gpgsign` valuePatrick Steinhardt
2024-08-13hooks: remove implicit dependency on `the_repository`Patrick Steinhardt
2024-06-20Merge branch 'pw/rebase-i-error-message'Junio C Hamano
2024-06-07builtin/rebase: always store allocated string in `options.strategy`Patrick Steinhardt
2024-06-07builtin/rebase: do not assign default backend to non-constant fieldPatrick Steinhardt
2024-05-30rebase -i: pass struct replay_opts to parse_insn_line()Phillip Wood
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-04-18builtin: stop using `the_index`Patrick Steinhardt
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano
2024-04-03Merge branch 'bl/cherry-pick-empty'Junio C Hamano
2024-04-01Merge branch 'jk/rebase-apply-leakfix'Junio C Hamano
2024-03-25rebase: update `--empty=ask` to `--empty=stop`Brian Lyles
2024-03-22rebase: use child_process_clear() to cleanJeff King
2024-03-18Merge branch 'pw/rebase-i-ignore-cherry-pick-help-environment'Junio C Hamano
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King