summaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+3
* builtin/commit: fix leaking cleanup configPatrick Steinhardt2024-11-051-5/+12
* builtin/commit: fix leaking change data contentsPatrick Steinhardt2024-11-051-1/+8
* Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano2024-09-231-4/+10
|\
| * add: pass in repo variable instead of global the_repositoryJohn Cai2024-09-131-1/+1
| * builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-1/+1
| * builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-2/+8
* | environment: make `get_index_file()` accept a repositoryPatrick Steinhardt2024-09-121-3/+3
* | environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt2024-09-121-3/+4
|/
* config: fix leaking comment character configPatrick Steinhardt2024-08-141-2/+5
* Merge branch 'tn/doc-commit-fix'Junio C Hamano2024-07-311-1/+1
|\
| * doc: remove dangling closing parenthesisTomas Nordin2024-07-231-1/+1
* | Merge branch 'ps/leakfixes-more'Junio C Hamano2024-07-081-3/+7
|\ \
| * | commit: fix leaking parents when calling `commit_tree_extended()`Patrick Steinhardt2024-06-111-1/+2
| * | parse-options: fix leaks for users of OPT_FILENAMEPatrick Steinhardt2024-06-111-2/+5
* | | global: improve const correctness when assigning string constantsPatrick Steinhardt2024-06-071-3/+3
|/ /
* | config: clarify memory ownership in `git_config_string()`Patrick Steinhardt2024-05-271-1/+1
* | config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt2024-05-271-1/+1
* | Merge branch 'jp/tag-trailer'Junio C Hamano2024-05-151-17/+3
|\ \
| * | builtin/commit: refactor --trailer logicJohn Passaro2024-05-071-8/+2
| * | builtin/commit: use ARGV macro to collect trailersJohn Passaro2024-05-071-9/+1
| |/
* / builtin: stop using `the_index`Patrick Steinhardt2024-04-181-41/+40
|/
* Merge branch 'gt/add-u-commit-i-pathspec-check'Junio C Hamano2024-04-151-1/+6
|\
| * builtin/commit: error out when passing untracked path with -iGhanshyam Thakkar2024-04-031-1/+6
| * revision: optionally record matches with pathspec elementsJunio C Hamano2024-04-031-1/+1
* | Merge branch 'jk/core-comment-string'Junio C Hamano2024-04-051-10/+11
|\ \ | |/ |/|
| * prefer comment_line_str to comment_line_char for printingJeff King2024-03-121-6/+6
| * strbuf: accept a comment string for strbuf_stripspace()Jeff King2024-03-121-1/+1
| * environment: store comment_line_char as a stringJeff King2024-03-121-2/+2
| * commit: refactor base-case of adjust_comment_line_char()Jeff King2024-03-121-2/+3
* | Merge branch 'jc/show-untracked-false'Junio C Hamano2024-03-281-19/+38
|\ \
| * | status: allow --untracked=false and friendsJunio C Hamano2024-03-131-2/+11
| * | status: unify parsing of --untracked= and status.showUntrackedFilesJunio C Hamano2024-03-131-17/+27
* | | Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-1/+1
|\ \ \ | |/ / |/| |
| * | tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman2023-10-021-1/+1
* | | Merge branch 'jt/commit-redundant-scissors-fix'Junio C Hamano2024-03-081-7/+5
|\ \ \
| * | | commit: unify logic to avoid multiple scissors lines when mergingJosh Triplett2024-02-271-5/+3
| * | | commit: avoid redundant scissor line with --cleanup=scissors -vJosh Triplett2024-02-271-2/+2
| * | | Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano2024-02-091-8/+0
| |\ \ \
| * \ \ \ Merge branch 'la/trailer-cleanups' into maint-2.43Junio C Hamano2024-02-091-1/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'js/merge-tree-3-trees'Junio C Hamano2024-03-081-1/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Always check `parse_tree*()`'s return valueJohannes Schindelin2024-02-231-1/+2
| |/ / / /
* | | | | refs: convert MERGE_AUTOSTASH to become a normal pseudo-refPatrick Steinhardt2024-01-191-1/+1
* | | | | Merge branch 'en/header-cleanup'Junio C Hamano2024-01-081-8/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-8/+0
| |/ / /
* | | | Merge branch 'la/trailer-cleanups'Junio C Hamano2024-01-021-1/+1
|\ \ \ \ | |/ / / |/| / / | |/ /
| * / commit: ignore_non_trailer computes number of bytes to ignoreLinus Arver2023-10-201-1/+1
| |/
* | Merge branch 'jc/commit-new-underscore-index-fix'Junio C Hamano2023-10-291-4/+4
|\ \ | |/ |/|
| * commit: do not use cryptic "new_index" in end-user facing messagesJunio C Hamano2023-10-181-4/+4
* | Merge branch 'js/empty-index-fixes'Junio C Hamano2023-07-081-5/+2
|\ \