summaryrefslogtreecommitdiff
path: root/builtin/commit.c
AgeCommit message (Expand)Author
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
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt
2024-05-15Merge branch 'jp/tag-trailer'Junio C Hamano
2024-05-07builtin/commit: refactor --trailer logicJohn Passaro
2024-05-07builtin/commit: use ARGV macro to collect trailersJohn Passaro
2024-04-18builtin: stop using `the_index`Patrick Steinhardt
2024-04-15Merge branch 'gt/add-u-commit-i-pathspec-check'Junio C Hamano
2024-04-05Merge branch 'jk/core-comment-string'Junio C Hamano
2024-04-03builtin/commit: error out when passing untracked path with -iGhanshyam Thakkar
2024-04-03revision: optionally record matches with pathspec elementsJunio C Hamano
2024-03-28Merge branch 'jc/show-untracked-false'Junio C Hamano
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-03-13status: allow --untracked=false and friendsJunio C Hamano
2024-03-13status: unify parsing of --untracked= and status.showUntrackedFilesJunio C Hamano
2024-03-12prefer comment_line_str to comment_line_char for printingJeff King
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King
2024-03-12environment: store comment_line_char as a stringJeff King
2024-03-12commit: refactor base-case of adjust_comment_line_char()Jeff King
2024-03-07Merge branch 'jt/commit-redundant-scissors-fix'Junio C Hamano
2024-03-07Merge branch 'js/merge-tree-3-trees'Junio C Hamano
2024-02-27commit: unify logic to avoid multiple scissors lines when mergingJosh Triplett
2024-02-27commit: avoid redundant scissor line with --cleanup=scissors -vJosh Triplett
2024-02-23Always check `parse_tree*()`'s return valueJohannes Schindelin
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano
2024-02-08Merge branch 'la/trailer-cleanups' into maint-2.43Junio C Hamano
2024-01-19refs: convert MERGE_AUTOSTASH to become a normal pseudo-refPatrick Steinhardt
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano