Show patches with: Series = SHA-256 part 2/3: protocol functionality       |   44 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,44/44] remote-testgit: adapt for object-format SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,43/44] bundle: detect hash algorithm when reading refs SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,42/44] t5300: pass --object-format to git index-pack SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,41/44] t5704: send object-format capability with SHA-256 SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,40/44] t5703: use object-format serve option SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,39/44] t5702: offer an object-format capability in the test SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,38/44] t/helper: initialize the repository for test-sha1-array SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,37/44] remote-curl: avoid truncating refs with ls-remote SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,36/44] t1050: pass algorithm to index-pack when outside repo SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,35/44] builtin/index-pack: add option to specify hash algorithm SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,34/44] remote-curl: detect algorithm for dumb HTTP by size SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,33/44] builtin/ls-remote: initialize repository based on fetch SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,32/44] t5500: make hash independent SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,31/44] serve: advertise object-format capability for protocol v2 SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,30/44] connect: parse v2 refs with correct hash algorithm SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,29/44] connect: pass full packet reader when parsing v2 refs SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,28/44] Documentation/technical: document object-format for protocol v2 SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,27/44] t1302: expect repo format version 1 for SHA-256 SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,26/44] builtin/show-index: provide options to determine hash algo SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,25/44] t5302: modernize test formatting SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,24/44] packfile: compute and use the index CRC offset SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,23/44] t3200: mark assertion with SHA1 prerequisite SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,22/44] setup: set the_repository's hash algo when checking format SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,21/44] fetch-pack: parse and advertise the object-format capability SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,20/44] t5562: pass object-format in synthesized test data SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,19/44] builtin/clone: initialize hash algorithm properly SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,18/44] remote-curl: implement object-format extensions SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,17/44] transport-helper: implement object-format extensions SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,16/44] docs: update remote helper docs for object-format extensions SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,15/44] builtin/receive-pack: detect when the server doesn't support our hash SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,14/44] connect: detect algorithm when fetching refs SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,13/44] fetch-pack: detect when the server doesn't support our hash SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,12/44] connect: make parse_feature_value extern SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,11/44] send-pack: detect when the server doesn't support our hash SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,10/44] connect: add function to detect supported v1 hash functions SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,09/44] transport: add a hash algorithm member SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,08/44] pkt-line: add a member for hash algorithm SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,07/44] connect: add function to fetch value of a v2 server capability SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,06/44] connect: add function to parse multiple v1 capability values SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,05/44] remote: advertise the object-format capability on the server side SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,04/44] wrapper: add function to compare strings with different NUL termination SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,03/44] connect: have ref processing code take struct packet_reader SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,02/44] Documentation: document v1 protocol object-format capability SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New
[v3,01/44] t1050: match object ID paths in a hash-insensitive way SHA-256 part 2/3: protocol functionality - - - --- 2020-06-19 brian m. carlson New