-
-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adapt to changes in
gix
and gix-protocol
- Loading branch information
Showing
19 changed files
with
218 additions
and
290 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-json-p2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"index": { | ||
"index_version": "V2", | ||
"index_hash": "8e48437a86dfb3939de997bb66b4bbedde9c2259", | ||
"data_hash": "24d2f055141373bf1011f1b0fce5dd8929a3a869", | ||
"num_objects": 9 | ||
}, | ||
"pack_kind": "V2", | ||
"index_path": null, | ||
"data_path": null, | ||
"refs": [ | ||
{ | ||
"Direct": { | ||
"path": "refs/heads/dev", | ||
"object": "ee3c97678e89db4eab7420b04aef51758359f152" | ||
} | ||
}, | ||
{ | ||
"Direct": { | ||
"path": "refs/heads/main", | ||
"object": "3f72b39ad1600e6dac63430c15e0d875e9d3f9d6" | ||
} | ||
} | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-non-existing-single-ref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Error: unknown ref refs/heads/does-not-exist | ||
Error: None of the refspec(s) refs/heads/does-not-exist matched any of the 2 refs on the remote |
5 changes: 5 additions & 0 deletions
5
tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-p2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
index: 8e48437a86dfb3939de997bb66b4bbedde9c2259 | ||
pack: 24d2f055141373bf1011f1b0fce5dd8929a3a869 | ||
|
||
ee3c97678e89db4eab7420b04aef51758359f152 refs/heads/dev | ||
3f72b39ad1600e6dac63430c15e0d875e9d3f9d6 refs/heads/main |
7 changes: 5 additions & 2 deletions
7
tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-single-ref
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
index: 3ff97f80d63a1261147ace4cb06191a2fd686ff6 | ||
pack: de6c8d1e0ca3ee9331a3f92da74add15abd03049 | ||
index: c787de2aafb897417ca8167baeb146eabd18bc5f | ||
pack: 346574b7331dc3a1724da218d622c6e1b6c66a57 | ||
|
||
ee3c97678e89db4eab7420b04aef51758359f152 refs/heads/dev | ||
3f72b39ad1600e6dac63430c15e0d875e9d3f9d6 refs/heads/main |
5 changes: 1 addition & 4 deletions
5
tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-no-output-wanted-ref-p1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
Error: Could not access repository or failed to read streaming pack file | ||
|
||
Caused by: | ||
Want to get specific refs, but remote doesn't support this capability | ||
Error: None of the refspec(s) =refs/heads/main matched any of the 5 refs on the remote |
4 changes: 2 additions & 2 deletions
4
tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-with-output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
tests/snapshots/plumbing/no-repo/pack/receive/file-v-any-with-output-p2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
index: 8e48437a86dfb3939de997bb66b4bbedde9c2259 (out/pack-24d2f055141373bf1011f1b0fce5dd8929a3a869.idx) | ||
pack: 24d2f055141373bf1011f1b0fce5dd8929a3a869 (out/pack-24d2f055141373bf1011f1b0fce5dd8929a3a869.pack) | ||
|
||
ee3c97678e89db4eab7420b04aef51758359f152 refs/heads/dev | ||
3f72b39ad1600e6dac63430c15e0d875e9d3f9d6 refs/heads/main |
6 changes: 3 additions & 3 deletions
6
tests/snapshots/plumbing/no-repo/pack/receive/ls-in-output-dir
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
pack-346574b7331dc3a1724da218d622c6e1b6c66a57.idx | ||
pack-346574b7331dc3a1724da218d622c6e1b6c66a57.keep | ||
pack-346574b7331dc3a1724da218d622c6e1b6c66a57.pack | ||
pack-24d2f055141373bf1011f1b0fce5dd8929a3a869.idx | ||
pack-24d2f055141373bf1011f1b0fce5dd8929a3a869.keep | ||
pack-24d2f055141373bf1011f1b0fce5dd8929a3a869.pack |