aboutsummaryrefslogtreecommitdiff
path: root/builtin/commit.c
AgeCommit message (Expand)Author
2026-03-24Merge branch 'ps/history-split'Junio 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-09Merge branch 'cs/add-skip-submodule-ignore-all'Junio C Hamano
2026-03-06commit, tag: parse --trailer with OPT_STRVECLi Chen
2026-03-06trailer: append trailers without fork/execLi Chen
2026-03-03add-patch: split out `struct interactive_options`Patrick Steinhardt
2026-02-20mailmap: stop using the_repositoryBurak Kaan Karaçay
2026-02-13Merge branch 'ps/commit-list-functions-renamed'Junio C Hamano
2026-02-06read-cache: update add_files_to_cache take param ignored_tooClaus Schneider(Eficode)
2026-02-05global: constify some pointers that are not written toCollin Funk
2026-01-15commit: rename `free_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2026-01-15commit: rename `copy_commit_list()` to conform to coding guidelinesPatrick Steinhardt
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano
2025-09-18Merge branch 'pw/3.0-commentchar-auto-deprecation'Junio C Hamano
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King
2025-08-26config: warn on core.commentString=autoPhillip Wood
2025-08-26breaking-changes: deprecate support for core.commentString=autoPhillip Wood
2025-08-15commit-graph: stop using `the_repository`Patrick Steinhardt
2025-08-04Merge branch 'lm/add-p-context'Junio C Hamano
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano
2025-07-31Merge branch 'ps/config-wo-the-repository' into pw/3.0-commentchar-auto-depre...Junio C Hamano
2025-07-29add-patch: add diff.context command line overridesLeon Michalak
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-16commit: avoid scanning trailing comments when 'core.commentChar' is "auto"Ayush Chandekar
2025-05-15commit: simplify codeJohannes Schindelin
2025-04-17global: use designated initializers for optionsPatrick Steinhardt
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt
2025-01-29Merge branch 'ja/doc-commit-markup-updates'Junio C Hamano
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano
2025-01-15doc: the mode param of -u of git commit is optionalJean-Noël Avila
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-04builtin/commit: fix leaking cleanup configPatrick Steinhardt
2024-11-04builtin/commit: fix leaking change data contentsPatrick Steinhardt
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13add: pass in repo variable instead of global the_repositoryJohn Cai
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-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt
2024-08-14config: fix leaking comment character configPatrick Steinhardt
2024-07-31Merge branch 'tn/doc-commit-fix'Junio C Hamano
2024-07-22doc: remove dangling closing parenthesisTomas Nordin
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt
2024-06-11parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt