summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2023-06-28config: pass ctx with config filesGlen Choo-41/+81
2023-06-28config.c: pass ctx in configsetsGlen Choo-32/+33
2023-06-28config: add ctx arg to config_fn_tGlen Choo-181/+515
2023-06-28urlmatch.h: use config_fn_t typeGlen Choo-2/+3
2023-06-28config: inline git_color_default_configGlen Choo-20/+26
2023-06-27fix cherry-pick/revert status when doing multiple commitsJacob Keller-2/+24
2023-06-27var: add config file locationsbrian m. carlson-1/+135
2023-06-27var: add attributes files locationsbrian m. carlson-0/+55
2023-06-27attr: expose and rename accessor functionsbrian m. carlson-7/+16
2023-06-27var: adjust memory allocation for stringsbrian m. carlson-16/+29
2023-06-27var: format variable structure with C99 initializersbrian m. carlson-8/+32
2023-06-27var: add support for listing the shellbrian m. carlson-0/+24
2023-06-27t: add a function to check executable bitbrian m. carlson-0/+15
2023-06-27var: mark unused parameters in git_var callbacksJeff King-4/+4
2023-06-26config: don't BUG when both kvi and source are setGlen Choo-8/+8
2023-06-26diff.c: mention completion above add_diff_optionsPhilippe Blain-0/+4
2023-06-26completion: complete --remerge-diffPhilippe Blain-1/+1
2023-06-26completion: complete --diff-merges, its options and --no-diff-mergesPhilippe Blain-0/+16
2023-06-26completion: move --pickaxe-{all,regex} to __git_diff_common_optionsPhilippe Blain-2/+3
2023-06-26completion: complete --ws-error-highlightPhilippe Blain-0/+14
2023-06-26completion: complete --unifiedPhilippe Blain-1/+1
2023-06-26completion: complete --output-indicator-{context,new,old}Philippe Blain-1/+2
2023-06-26completion: complete --outputPhilippe Blain-0/+1
2023-06-26completion: complete --no-statPhilippe Blain-1/+1
2023-06-26completion: complete --no-relativePhilippe Blain-1/+2
2023-06-26completion: complete --line-prefixPhilippe Blain-1/+1
2023-06-26completion: complete --ita-invisible-in-index and --ita-visible-in-indexPhilippe Blain-0/+1
2023-06-26completion: complete --irreversible-deletePhilippe Blain-0/+1
2023-06-26completion: complete --ignore-matching-linesPhilippe Blain-1/+1
2023-06-26completion: complete --function-contextPhilippe Blain-1/+1
2023-06-26completion: complete --find-renamesPhilippe Blain-1/+1
2023-06-26completion: complete --find-objectPhilippe Blain-1/+1
2023-06-26completion: complete --find-copiesPhilippe Blain-0/+1
2023-06-26completion: complete --default-prefixPhilippe Blain-1/+1
2023-06-26completion: complete --compact-summaryPhilippe Blain-1/+1
2023-06-26completion: complete --combined-all-pathsPhilippe Blain-1/+1
2023-06-26completion: complete --ccPhilippe Blain-1/+1
2023-06-26completion: complete --break-rewritesPhilippe Blain-1/+1
2023-06-26completion: add comments describing __git_diff_* globalsPhilippe Blain-0/+2
2023-06-26The fifth batchJunio C Hamano-0/+10
2023-06-26Merge branch 'tb/collect-pack-filenames-fix'Junio C Hamano-4/+33
2023-06-26Merge branch 'jk/commit-use-no-divider-with-interpret-trailers'Junio C Hamano-1/+21
2023-06-26apply: improve error messages when reading patchPhillip Wood-4/+5
2023-06-24t7701: make annotated tag unreachableTaylor Blau-2/+13
2023-06-24Merge branch 'maint'Junio C Hamano-1/+2
2023-06-24Merge branch 'jk/redact-h2h3-headers-fix' into maint-2.41Junio C Hamano-1/+2
2023-06-23t6406: skip "external merge driver getting killed by a signal" test on WindowsJunio C Hamano-1/+1
2023-06-23The fourth batchJunio C Hamano-0/+24
2023-06-23Merge branch 'js/defeat-ignore-submodules-config-with-explicit-addition'Junio C Hamano-1/+31
2023-06-23Merge branch 'rj/leakfixes'Junio C Hamano-7/+29