summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-08-11fast-import: use parse_options() for command line optionsChristian Couder3-29/+28
2026-08-11fast-import: use callbacks to parse some optionsChristian Couder1-40/+168
2026-08-11fast-import: use struct option for usage stringChristian Couder3-8/+78
2026-08-11fast-import: move command state globals into 'struct fast_import_state'Christian Couder1-12/+12
2026-08-11fast-import: introduce 'struct fast_import_state'Christian Couder1-125/+169
2026-08-11fast-import: factor out option_*() functionsChristian Couder1-21/+48
2026-08-11fast-import: use int for some bool flagsChristian Couder1-2/+2
2026-08-11fast-import: localize 'i' into the 'for' loops using itChristian Couder1-6/+4
2026-08-11api-parse-options.adoc: document hidden and OPT_*_F option macrosChristian Couder1-0/+18
2026-08-11api-parse-options.adoc: document per-option flagsChristian Couder1-0/+62
2026-08-11parse-options: introduce OPT_HIDDEN_GROUPChristian Couder4-3/+35
2026-08-10send-email: clarify missing subject errorHarald Nordgren2-1/+16
2026-08-10Merge branch 'kh/doc-trailers' into kh/trailers-no-urlsJunio C Hamano1-24/+64
2026-08-10doc: interpret-trailers: document comment line treatmentKristoffer Haugsbakk1-0/+10
2026-08-10doc: interpret-trailers: rewrite new-trailers paragraphsKristoffer Haugsbakk1-10/+12
2026-08-10doc: interpret-trailers: commit to “trailer block” termKristoffer Haugsbakk1-11/+13
2026-08-10doc: interpret-trailers: join new-trailers againKristoffer Haugsbakk1-13/+13
2026-08-10doc: interpret-trailers: add key format exampleKristoffer Haugsbakk1-0/+23
2026-08-10doc: interpret-trailers: explain key formatKristoffer Haugsbakk1-1/+2
2026-08-10doc: interpret-trailers: explain the format after the introKristoffer Haugsbakk1-1/+6
2026-08-10doc: interpret-trailers: not just for commit messagesKristoffer Haugsbakk1-2/+2
2026-08-10doc: interpret-trailers: use “metadata” in Name as wellKristoffer Haugsbakk1-1/+1
2026-08-10doc: interpret-trailers: replace “lines” with “metadata”Kristoffer Haugsbakk1-1/+1
2026-08-10doc: interpret-trailers: stop fixating on RFC 822Kristoffer Haugsbakk1-6/+3
2026-08-07cat-file: unify default formatPablo Sabater4-47/+47
2026-08-07serve: advertise type capabilityPablo Sabater2-6/+24
2026-08-07fetch-object-info: parse type from server responsePablo Sabater3-3/+45
2026-08-07protocol-caps: add type support to object-infoPablo Sabater2-3/+48
2026-08-07transport: drop remote object-info fields from transport structJeff King7-19/+27
2026-08-07fetch-object-info: die() on the remaining error pathPablo Sabater3-23/+22
2026-08-07fetch-object-info: use dedicated struct for the resultsPablo Sabater7-111/+77
2026-08-07fetch-object-info: pass arguments directly instead of a structPablo Sabater3-37/+44
2026-08-07fetch-object-info: detect malformed server responsesPablo Sabater1-4/+10
2026-08-07t5701: use test_file_size() to get the size of a filePablo Sabater1-4/+7
2026-08-07The 12th batchJunio C Hamano1-7/+35
2026-08-07Merge branch 'ds/sparse-index-ita-crash'Junio C Hamano3-1/+82
2026-08-07Merge branch 'dl/pack-bitmap-position-zero'Junio C Hamano2-2/+14
2026-08-07Merge branch 'tc/merge-default-to-upstream-leakfix'Junio C Hamano2-2/+22
2026-08-07Merge branch 'jk/cat-file-batch-wo-type-fix'Junio C Hamano2-0/+11
2026-08-07Merge branch 'mm/revision-pure-get-commit-action'Junio C Hamano3-26/+127
2026-08-07Merge branch 'jk/diff-relative-cached-unmerged-more'Junio C Hamano1-3/+6
2026-08-07fast-import: use writev(3p) to send cat-blob responsesPatrick Steinhardt1-3/+15
2026-08-07sideband: use writev(3p) to send pktlinesPatrick Steinhardt1-3/+11
2026-08-07wrapper: properly handle MAX_IO_SIZE in writev(3p)Patrick Steinhardt2-5/+43
2026-08-07wrapper: introduce writev(3p) wrappersPatrick Steinhardt4-0/+59
2026-08-07compat/posix: introduce writev(3p) wrapperPatrick Steinhardt6-1/+67
2026-08-06odb: make creation of on-disk structures pluggablePatrick Steinhardt3-16/+60
2026-08-06odb/source: introduce function to map source type to namePatrick Steinhardt6-4/+37
2026-08-06setup: defer object database creationPatrick Steinhardt3-11/+11
2026-08-06setup: handle ODB-related environment variables in `odb_new()`Patrick Steinhardt4-19/+32