summaryrefslogtreecommitdiffstats
path: root/blob.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-07-08The ninth batchJunio C Hamano1-0/+7
2023-07-08pretty: use strchr(3) in userformat_find_requirements()René Scharfe1-4/+2
2023-07-08pkt-line: add size parameter to packet_length()René Scharfe3-6/+11
2023-07-07pretty: avoid double negative in format_commit_item()René Scharfe1-3/+3
2023-07-07ls-tree: simplify prefix handlingRené Scharfe1-14/+10
2023-07-06The eighth batchJunio C Hamano1-0/+21
2023-07-05diff --no-index: support reading from named pipesPhillip Wood2-27/+124
2023-07-05t4054: test diff --no-index with stdinPhillip Wood1-0/+19
2023-07-05diff --no-index: die on error reading stdinPhillip Wood1-3/+2
2023-07-05diff --no-index: refuse to compare stdin to a directoryPhillip Wood2-5/+12
2023-07-05t0091-bugreport.sh: actually verify some content of reportMartin Ågren1-23/+44
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan88-161/+75
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan74-74/+0
2023-07-05kwset: move translation table from ctypeCalvin Wan4-39/+38
2023-07-05sane-ctype.h: create header for sane-ctype macrosCalvin Wan2-61/+67
2023-07-05git-compat-util: move wrapper.c funcs to its headerCalvin Wan2-111/+112
2023-07-05git-compat-util: move strbuf.c funcs to its headerCalvin Wan5-32/+35
2023-07-05imap-send: drop unused fields from imap_cmd_cbJeff King1-4/+0
2023-07-05imap-send: drop unused parameter from imap_cmd_cb callbackJeff King1-3/+3
2023-07-05imap-send: use server conf argument in setup_curl()Jeff King1-12/+12
2023-07-05docs: add necessary headers to Documentation/MFOW.txtVinayak Dev1-6/+20
2023-07-05The seventh batchJunio C Hamano1-0/+6
2023-06-30The sixth batchJunio C Hamano1-0/+9
2023-06-29fsck: avoid misleading variable nameEric Sunshine2-4/+4
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