summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-19bundle: detect hash algorithm when reading refsbrian m. carlson
2020-06-19t5300: pass --object-format to git index-packbrian m. carlson
2020-06-19t5704: send object-format capability with SHA-256brian m. carlson
2020-06-19t5703: use object-format serve optionbrian m. carlson
2020-06-19t5702: offer an object-format capability in the testbrian m. carlson
2020-06-19t/helper: initialize the repository for test-sha1-arraybrian m. carlson
2020-06-19remote-curl: avoid truncating refs with ls-remotebrian m. carlson
2020-06-19t1050: pass algorithm to index-pack when outside repobrian m. carlson
2020-06-19builtin/index-pack: add option to specify hash algorithmbrian m. carlson
2020-06-19remote-curl: detect algorithm for dumb HTTP by sizebrian m. carlson
2020-05-27builtin/ls-remote: initialize repository based on fetchbrian m. carlson
2020-05-27t5500: make hash independentbrian m. carlson
2020-05-27serve: advertise object-format capability for protocol v2brian m. carlson
2020-05-27connect: parse v2 refs with correct hash algorithmbrian m. carlson
2020-05-27connect: pass full packet reader when parsing v2 refsbrian m. carlson
2020-05-27Documentation/technical: document object-format for protocol v2brian m. carlson
2020-05-27t1302: expect repo format version 1 for SHA-256brian m. carlson
2020-05-27builtin/show-index: provide options to determine hash algobrian m. carlson
2020-05-27t5302: modernize test formattingbrian m. carlson
2020-05-27packfile: compute and use the index CRC offsetbrian m. carlson
2020-05-27t3200: mark assertion with SHA1 prerequisitebrian m. carlson
2020-05-27setup: set the_repository's hash algo when checking formatbrian m. carlson
2020-05-27fetch-pack: parse and advertise the object-format capabilitybrian m. carlson
2020-05-27t5562: pass object-format in synthesized test databrian m. carlson
2020-05-27builtin/clone: initialize hash algorithm properlybrian m. carlson
2020-05-27remote-curl: implement object-format extensionsbrian m. carlson
2020-05-27transport-helper: implement object-format extensionsbrian m. carlson
2020-05-27docs: update remote helper docs for object-format extensionsbrian m. carlson
2020-05-27builtin/receive-pack: detect when the server doesn't support our hashbrian m. carlson
2020-05-27connect: detect algorithm when fetching refsbrian m. carlson
2020-05-27fetch-pack: detect when the server doesn't support our hashbrian m. carlson
2020-05-27connect: make parse_feature_value externbrian m. carlson
2020-05-27send-pack: detect when the server doesn't support our hashbrian m. carlson
2020-05-27connect: add function to detect supported v1 hash functionsbrian m. carlson
2020-05-27transport: add a hash algorithm memberbrian m. carlson
2020-05-27pkt-line: add a member for hash algorithmbrian m. carlson
2020-05-27connect: add function to fetch value of a v2 server capabilitybrian m. carlson
2020-05-27connect: add function to parse multiple v1 capability valuesbrian m. carlson
2020-05-27remote: advertise the object-format capability on the server sidebrian m. carlson
2020-05-27wrapper: add function to compare strings with different NUL terminationbrian m. carlson
2020-05-27connect: have ref processing code take struct packet_readerbrian m. carlson
2020-05-14Documentation: document v1 protocol object-format capabilitybrian m. carlson
2020-05-13t1050: match object ID paths in a hash-insensitive waybrian m. carlson
2020-05-08The eighth batchJunio C Hamano
2020-05-08Merge branch 'cb/test-bash-lineno-fix'Junio C Hamano
2020-05-08Merge branch 'cb/t0000-use-the-configured-shell'Junio C Hamano
2020-05-08Merge branch 'bc/doc-credential-helper-value'Junio C Hamano
2020-05-08Merge branch 'dl/doc-stash-remove-mention-of-reflog'Junio C Hamano
2020-05-08Merge branch 'cb/avoid-colliding-with-netbsd-hmac'Junio C Hamano
2020-05-08Merge branch 'es/restore-staged-from-head-by-default'Junio C Hamano