summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-08Merge branch 'ks/t4205-test-describe-with-abbrev-fix'Junio C Hamano1-1/+16
2023-07-07pretty: use strchr(3) in userformat_find_requirements()René Scharfe1-4/+2
2023-07-07pkt-line: add size parameter to packet_length()René Scharfe3-6/+11
2023-07-07tree-walk: drop unused base_offset from do_match()Junio C Hamano1-17/+16
2023-07-07tree-walk: lose base_offset that is never used in tree_entry_interestingJunio C Hamano6-7/+8
2023-07-07t6135: attr magic with path patternJunio C Hamano1-1/+21
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-06Merge branch 'gc/config-context'Junio C Hamano103-632/+960
2023-07-06Merge branch 'jc/doc-hash-object-types'Junio C Hamano1-2/+3
2023-07-06Merge branch 'jk/cherry-pick-revert-status'Junio C Hamano2-2/+24
2023-07-06Merge branch 'pw/apply-too-large'Junio C Hamano2-4/+5
2023-07-06Merge branch 'tl/notes-separator'Junio C Hamano4-42/+906
2023-07-06Merge branch 'cw/strbuf-cleanup'Junio C Hamano27-194/+231
2023-07-06Merge branch 'gc/config-partial-submodule-kvi-fix'Junio C Hamano2-8/+8
2023-07-06Merge branch 'pb/complete-diff-options'Junio C Hamano2-9/+52
2023-07-06Merge branch 'rs/strbuf-expand-step'Junio C Hamano10-365/+227
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-21/+42
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-04docs: add necessary headers to Documentation/MFOW.txtVinayak Dev1-6/+20
2023-07-04The seventh batchJunio C Hamano1-0/+6
2023-07-04Merge branch 'bc/more-git-var'Junio C Hamano7-27/+303
2023-07-04Merge branch 'ps/revision-stdin-with-options'Junio C Hamano3-39/+103
2023-06-30l10n: ru.po: update Russian translationDimitriy Ryazantcev1-1226/+1627
2023-06-29The sixth batchJunio C Hamano1-0/+9
2023-06-29Merge branch 'tb/gc-recent-object-hook'Junio C Hamano1-2/+13
2023-06-29Merge branch 'jc/abort-ll-merge-with-a-signal'Junio C Hamano3-2/+35
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano313-1898/+2179
2023-06-29Merge branch 'ds/remove-idx-before-pack'Junio C Hamano1-1/+1
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-28docs: 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