summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-22perl: make SVN code hash independentbrian m. carlson
2020-06-22perl: make Git::IndexInfo work with SHA-256brian m. carlson
2020-06-22perl: create and switch variables for hash constantsbrian m. carlson
2020-06-22t/lib-git-svn: make hash size independentbrian m. carlson
2020-06-22t9101: make hash independentbrian m. carlson
2020-06-22t9104: make hash size independentbrian m. carlson
2020-06-22t9100: make test work with SHA-256brian m. carlson
2020-06-22t9108: make test hash independentbrian m. carlson
2020-06-22t9168: make test hash independentbrian m. carlson
2020-06-22t9109: make test hash independentbrian m. carlson
2020-06-19remote-testgit: adapt for object-formatbrian m. carlson
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