aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-29Merge branch 'jk/color-variable-fixes'Junio C Hamano1-2/+2
2025-09-18Merge branch 'pw/3.0-commentchar-auto-deprecation'Junio C Hamano1-0/+7
2025-09-16color: use git_colorbool enum type to store colorboolsJeff King1-1/+1
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King1-1/+1
2025-08-26config: warn on core.commentString=autoPhillip Wood1-0/+3
2025-08-26breaking-changes: deprecate support for core.commentString=autoPhillip Wood1-0/+4
2025-08-15commit-graph: stop using `the_repository`Patrick Steinhardt1-1/+1
2025-08-04Merge branch 'lm/add-p-context'Junio C Hamano1-1/+15
2025-08-04Merge branch 'ps/config-wo-the-repository'Junio C Hamano1-2/+2
2025-07-31Merge branch 'ps/config-wo-the-repository' into pw/3.0-commentchar-auto-depre...Junio C Hamano1-2/+2
2025-07-29add-patch: add diff.context command line overridesLeon Michalak1-1/+15
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-2/+2
2025-07-16commit: avoid scanning trailing comments when 'core.commentChar' is "auto"Ayush Chandekar1-1/+5
2025-05-15commit: simplify codeJohannes Schindelin1-1/+1
2025-04-17global: use designated initializers for optionsPatrick Steinhardt1-14/+48
2025-02-28path: drop `git_path()` in favor of `repo_git_path()`Patrick Steinhardt1-3/+5
2025-01-29Merge branch 'ja/doc-commit-markup-updates'Junio C Hamano1-1/+1
2025-01-17builtins: send usage_with_options() help text to standard outputJunio C Hamano1-4/+4
2025-01-15doc: the mode param of -u of git commit is optionalJean-Noël Avila1-1/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2024-11-04builtin/commit: fix leaking cleanup configPatrick Steinhardt1-5/+12
2024-11-04builtin/commit: fix leaking change data contentsPatrick Steinhardt1-1/+8
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-4/+10
2024-09-13add: pass in repo variable instead of global the_repositoryJohn Cai1-1/+1
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-2/+8
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt1-3/+3
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt1-3/+4
2024-08-14config: fix leaking comment character configPatrick Steinhardt1-2/+5
2024-07-31Merge branch 'tn/doc-commit-fix'Junio C Hamano1-1/+1
2024-07-22doc: remove dangling closing parenthesisTomas Nordin1-1/+1
2024-07-08Merge branch 'ps/leakfixes-more'Junio C Hamano1-3/+7
2024-06-11commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt1-1/+2
2024-06-11parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt1-2/+5
2024-06-07global: improve const correctness when assigning string constantsPatrick Steinhardt1-3/+3
2024-05-27config: clarify memory ownership in `git_config_string()`Patrick Steinhardt1-1/+1
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt1-1/+1
2024-05-15Merge branch 'jp/tag-trailer'Junio C Hamano1-17/+3
2024-05-07builtin/commit: refactor --trailer logicJohn Passaro1-8/+2
2024-05-07builtin/commit: use ARGV macro to collect trailersJohn Passaro1-9/+1
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-41/+40
2024-04-15Merge branch 'gt/add-u-commit-i-pathspec-check'Junio C Hamano1-1/+6
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano1-10/+11
2024-04-03builtin/commit: error out when passing untracked path with -iGhanshyam Thakkar1-1/+6
2024-04-03revision: optionally record matches with pathspec elementsJunio C Hamano1-1/+1
2024-03-28Merge branch 'jc/show-untracked-false'Junio C Hamano1-19/+38
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-1/+1
2024-03-13status: allow --untracked=false and friendsJunio C Hamano1-2/+11
2024-03-13status: unify parsing of --untracked= and status.showUntrackedFilesJunio C Hamano1-17/+27
2024-03-12prefer comment_line_str to comment_line_char for printingJeff King1-6/+6