summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* upload-pack: advertise capabilities when cloning empty reposbrian m. carlson2023-05-173-7/+73
* The thirteenth batchJunio C Hamano2023-04-251-0/+13
* Merge branch 'ps/fix-geom-repack-with-alternates'Junio C Hamano2023-04-2511-151/+504
|\
| * repack: disable writing bitmaps when doing a local repackPatrick Steinhardt2023-04-145-0/+63
| * repack: honor `-l` when calculating pack geometryPatrick Steinhardt2023-04-142-2/+68
| * t/helper: allow chmtime to print verbosely without modifying mtimePatrick Steinhardt2023-04-141-1/+1
| * pack-objects: extend test coverage of `--stdin-packs` with alternatesPatrick Steinhardt2023-04-141-0/+48
| * pack-objects: fix error when same packfile is included and excludedPatrick Steinhardt2023-04-142-5/+23
| * pack-objects: fix error when packing same pack twicePatrick Steinhardt2023-04-143-0/+54
| * pack-objects: split out `--stdin-packs` tests into separate filePatrick Steinhardt2023-04-142-135/+145
| * repack: fix generating multi-pack-index with only non-local packsPatrick Steinhardt2023-04-142-0/+34
| * repack: fix trying to use preferred pack in alternatesPatrick Steinhardt2023-04-142-5/+53
| * midx: fix segfault with no packs and invalid preferred packPatrick Steinhardt2023-04-142-3/+15
* | Merge branch 'rj/send-email-validate-hook-count-messages'Junio C Hamano2023-04-254-1/+146
|\ \
| * | send-email: export patch counters in validate environmentRobin Jarry2023-04-144-1/+146
* | | Merge branch 'jk/protocol-cap-parse-fix'Junio C Hamano2023-04-258-90/+112
|\ \ \
| * | | v0 protocol: use size_t for capability length/offsetJeff King2023-04-157-19/+19
| * | | t5512: test "ls-remote --heads --symref" filtering with v0 and v2Jeff King2023-04-151-19/+7
| * | | t5512: allow any protocol version for filtered symref testJeff King2023-04-151-3/+1
| * | | t5512: add v2 support for "ls-remote --symref" testJeff King2023-04-151-8/+11
| * | | v0 protocol: fix sha1/sha256 confusion for capabilities^{}Jeff King2023-04-152-37/+17
| * | | t5512: stop referring to "v1" protocolJeff King2023-04-151-4/+4
| * | | v0 protocol: fix infinite loop when parsing multi-valued capabilitiesJeff King2023-04-152-2/+55
| |/ /
* | | Merge branch 'en/header-split-cache-h'Junio C Hamano2023-04-25217-479/+827
|\ \ \
| * | | protocol.h: move definition of DEFAULT_GIT_PORT from cache.hElijah Newren2023-04-183-21/+22
| * | | mailmap, quote: move declarations of global vars to correct unitElijah Newren2023-04-114-5/+6
| * | | treewide: reduce includes of cache.h in other headersElijah Newren2023-04-118-8/+15
| * | | treewide: remove double forward declaration of read_in_fullElijah Newren2023-04-1112-6/+11
| * | | cache.h: remove unnecessary includesElijah Newren2023-04-111-4/+0
| * | | treewide: remove cache.h inclusion due to pager.h changesElijah Newren2023-04-115-5/+5
| * | | pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-1123-14/+39
| * | | treewide: remove cache.h inclusion due to editor.h changesElijah Newren2023-04-111-1/+1
| * | | editor: move editor-related functions and declarations into common fileElijah Newren2023-04-1121-55/+80
| * | | treewide: remove cache.h inclusion due to object.h changesElijah Newren2023-04-1117-17/+16
| * | | object.h: move some inline functions and defines from cache.hElijah Newren2023-04-112-42/+44
| * | | treewide: remove cache.h inclusion due to object-file.h changesElijah Newren2023-04-1112-12/+11
| * | | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-1157-123/+184
| * | | treewide: remove cache.h inclusion due to git-zlib changesElijah Newren2023-04-111-1/+1
| * | | git-zlib: move declarations for git-zlib functions from cache.hElijah Newren2023-04-119-26/+39
| * | | treewide: remove cache.h inclusion due to object-name.h changesElijah Newren2023-04-1113-13/+10
| * | | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-1191-110/+210
| * | | treewide: remove unnecessary cache.h inclusionElijah Newren2023-04-1110-10/+8
| * | | treewide: be explicit about dependence on mem-pool.hElijah Newren2023-04-116-1/+5
| * | | treewide: be explicit about dependence on oid-array.hElijah Newren2023-04-1111-1/+10
| * | | treewide: be explicit about dependence on pack-revindex.hElijah Newren2023-04-114-1/+3
| * | | treewide: be explicit about dependence on convert.hElijah Newren2023-04-1115-1/+14
| * | | treewide: be explicit about dependence on advice.hElijah Newren2023-04-1125-1/+24
| * | | treewide: be explicit about dependence on trace.h & trace2.hElijah Newren2023-04-1162-2/+70
| * | | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-04148-873/+958
| |\ \ \
* | \ \ \ Sync with Git 2.40.1Junio C Hamano2023-04-2517-16/+208
|\ \ \ \ \