summaryrefslogtreecommitdiffstats
path: root/commit-graph.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-06-22t9104: make hash size independentbrian m. carlson1-1/+2
2020-06-22t9100: make test work with SHA-256brian m. carlson1-3/+16
2020-06-22t9108: make test hash independentbrian m. carlson1-2/+2
2020-06-22t9168: make test hash independentbrian m. carlson1-4/+4
2020-06-22t9109: make test hash independentbrian m. carlson1-3/+3
2020-06-19remote-testgit: adapt for object-formatbrian m. carlson1-0/+6
2020-06-19bundle: detect hash algorithm when reading refsbrian m. carlson3-3/+30
2020-06-19t5300: pass --object-format to git index-packbrian m. carlson1-4/+5
2020-06-19t5704: send object-format capability with SHA-256brian m. carlson1-0/+2
2020-06-19t5703: use object-format serve optionbrian m. carlson1-5/+14
2020-06-19t5702: offer an object-format capability in the testbrian m. carlson1-0/+2
2020-06-19t/helper: initialize the repository for test-sha1-arraybrian m. carlson1-0/+3
2020-06-19remote-curl: avoid truncating refs with ls-remotebrian m. carlson1-1/+3
2020-06-19t1050: pass algorithm to index-pack when outside repobrian m. carlson1-1/+3
2020-06-19builtin/index-pack: add option to specify hash algorithmbrian m. carlson2-0/+16
2020-06-19remote-curl: detect algorithm for dumb HTTP by sizebrian m. carlson2-2/+39
2020-05-27builtin/ls-remote: initialize repository based on fetchbrian m. carlson1-0/+4
2020-05-27t5500: make hash independentbrian m. carlson1-2/+3
2020-05-27serve: advertise object-format capability for protocol v2brian m. carlson3-0/+54
2020-05-27connect: parse v2 refs with correct hash algorithmbrian m. carlson1-5/+16
2020-05-27connect: pass full packet reader when parsing v2 refsbrian m. carlson1-2/+3
2020-05-27Documentation/technical: document object-format for protocol v2brian m. carlson1-0/+9
2020-05-27t1302: expect repo format version 1 for SHA-256brian m. carlson1-1/+5
2020-05-27builtin/show-index: provide options to determine hash algobrian m. carlson3-7/+35
2020-05-27t5302: modernize test formattingbrian m. carlson1-174/+182
2020-05-27packfile: compute and use the index CRC offsetbrian m. carlson3-5/+3
2020-05-27t3200: mark assertion with SHA1 prerequisitebrian m. carlson1-1/+1
2020-05-27setup: set the_repository's hash algo when checking formatbrian m. carlson1-0/+1
2020-05-27fetch-pack: parse and advertise the object-format capabilitybrian m. carlson1-0/+12
2020-05-27t5562: pass object-format in synthesized test databrian m. carlson1-2/+3
2020-05-27builtin/clone: initialize hash algorithm properlybrian m. carlson1-0/+9
2020-05-27remote-curl: implement object-format extensionsbrian m. carlson1-1/+18
2020-05-27transport-helper: implement object-format extensionsbrian m. carlson1-2/+22
2020-05-27docs: update remote helper docs for object-format extensionsbrian m. carlson1-4/+29
2020-05-27builtin/receive-pack: detect when the server doesn't support our hashbrian m. carlson1-0/+9
2020-05-27connect: detect algorithm when fetching refsbrian m. carlson1-4/+17
2020-05-27fetch-pack: detect when the server doesn't support our hashbrian m. carlson1-0/+2
2020-05-27connect: make parse_feature_value externbrian m. carlson2-2/+2
2020-05-27send-pack: detect when the server doesn't support our hashbrian m. carlson1-0/+6
2020-05-27connect: add function to detect supported v1 hash functionsbrian m. carlson2-0/+23
2020-05-27transport: add a hash algorithm memberbrian m. carlson2-0/+16
2020-05-27pkt-line: add a member for hash algorithmbrian m. carlson2-0/+4
2020-05-27connect: add function to fetch value of a v2 server capabilitybrian m. carlson2-0/+16
2020-05-27connect: add function to parse multiple v1 capability valuesbrian m. carlson1-9/+21
2020-05-27remote: advertise the object-format capability on the server sidebrian m. carlson2-1/+3
2020-05-27wrapper: add function to compare strings with different NUL terminationbrian m. carlson2-0/+14
2020-05-27connect: have ref processing code take struct packet_readerbrian m. carlson1-11/+16
2020-05-14Documentation: document v1 protocol object-format capabilitybrian m. carlson1-0/+15
2020-05-13t1050: match object ID paths in a hash-insensitive waybrian m. carlson2-1/+2
2020-05-08The eighth batchJunio C Hamano1-0/+49