summaryrefslogtreecommitdiffstats
path: root/protocol-caps.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-05The seventh batchJunio C Hamano1-0/+6
2023-06-30The sixth batchJunio C Hamano1-0/+9
2023-06-29t4205: correctly test %(describe:abbrev=...)Kousik Sanagavarapu1-1/+16
2023-06-29commit -a -m: allow the top-level tree to become empty againJohannes Schindelin2-5/+13
2023-06-29split-index: accept that a base index can be emptyJohannes Schindelin1-6/+8
2023-06-29do_read_index(): always mark index as initialized unless erroring outJohannes Schindelin1-0/+1
2023-06-29docs: add git hash-object -t option's possible valuesJohn Cai1-2/+3
2023-06-28config: pass source to config_parser_event_fn_tGlen Choo2-64/+19
2023-06-28config: add kvi.path, use it to evaluate includesGlen Choo2-21/+21
2023-06-28config.c: remove config_reader from configsetsGlen Choo1-34/+11
2023-06-28config: pass kvi to die_bad_number()Glen Choo27-182/+190
2023-06-28trace2: plumb config kviGlen Choo9-60/+19
2023-06-28config.c: pass ctx with CLI configGlen Choo4-58/+99
2023-06-28config: pass ctx with config filesGlen Choo5-41/+81
2023-06-28config.c: pass ctx in configsetsGlen Choo5-32/+33
2023-06-28config: add ctx arg to config_fn_tGlen Choo91-181/+515
2023-06-28urlmatch.h: use config_fn_t typeGlen Choo1-2/+3
2023-06-28config: inline git_color_default_configGlen Choo8-20/+26
2023-06-28fix cherry-pick/revert status when doing multiple commitsJacob Keller2-2/+24
2023-06-27var: add config file locationsbrian m. carlson3-1/+135
2023-06-27var: add attributes files locationsbrian m. carlson3-0/+55
2023-06-27attr: expose and rename accessor functionsbrian m. carlson2-7/+16
2023-06-27var: adjust memory allocation for stringsbrian m. carlson1-16/+29
2023-06-27var: format variable structure with C99 initializersbrian m. carlson1-8/+32
2023-06-27var: add support for listing the shellbrian m. carlson3-0/+24
2023-06-27t: add a function to check executable bitbrian m. carlson2-0/+15
2023-06-27var: mark unused parameters in git_var callbacksJeff King1-4/+4
2023-06-26config: don't BUG when both kvi and source are setGlen Choo2-8/+8
2023-06-26diff.c: mention completion above add_diff_optionsPhilippe Blain1-0/+4
2023-06-26completion: complete --remerge-diffPhilippe Blain1-1/+1
2023-06-26completion: complete --diff-merges, its options and --no-diff-mergesPhilippe Blain1-0/+16
2023-06-26completion: move --pickaxe-{all,regex} to __git_diff_common_optionsPhilippe Blain1-2/+3
2023-06-26completion: complete --ws-error-highlightPhilippe Blain1-0/+14
2023-06-26completion: complete --unifiedPhilippe Blain1-1/+1
2023-06-26completion: complete --output-indicator-{context,new,old}Philippe Blain1-1/+2
2023-06-26completion: complete --outputPhilippe Blain1-0/+1
2023-06-26completion: complete --no-statPhilippe Blain1-1/+1
2023-06-26completion: complete --no-relativePhilippe Blain1-1/+2
2023-06-26completion: complete --line-prefixPhilippe Blain1-1/+1
2023-06-26completion: complete --ita-invisible-in-index and --ita-visible-in-indexPhilippe Blain1-0/+1
2023-06-26completion: complete --irreversible-deletePhilippe Blain1-0/+1
2023-06-26completion: complete --ignore-matching-linesPhilippe Blain1-1/+1
2023-06-26completion: complete --function-contextPhilippe Blain1-1/+1
2023-06-26completion: complete --find-renamesPhilippe Blain1-1/+1
2023-06-26completion: complete --find-objectPhilippe Blain1-1/+1
2023-06-26completion: complete --find-copiesPhilippe Blain1-0/+1
2023-06-26completion: complete --default-prefixPhilippe Blain1-1/+1
2023-06-26completion: complete --compact-summaryPhilippe Blain1-1/+1
2023-06-26completion: complete --combined-all-pathsPhilippe Blain1-1/+1
2023-06-26completion: complete --ccPhilippe Blain1-1/+1