You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use any non-empty username in the URL. Artifacts currently accepts that username but does not otherwise use or log it, so `x` is just a placeholder.
46
+
Use any non-empty username in the URL. Artifacts accepts that username but does not otherwise use or log it, so `x` is just a placeholder.
45
47
46
-
## Git `extraHeader` parameter
48
+
###Git `extraHeader` parameter
47
49
48
50
Git's [`http.extraHeader`](https://git-scm.com/docs/git-config#Documentation/git-config.txt-httpextraHeader) setting lets you attach an HTTP header to git requests.
49
51
@@ -53,6 +55,17 @@ If you want to use the full token string returned by the API, pass it as a Beare
| Clone and fetch |`git-upload-pack`| v1 and v2 | Protocol v2 supports `ls-refs` and `fetch`. Protocol v1 supports normal fetch flows, including shallow and deepen fetches. |
65
+
| Push |`git-receive-pack`| v1 | Push uses the standard v1 receive-pack flow. |
66
+
| Push over protocol v2 |`git-receive-pack`| Not supported | Artifacts does not support v2 receive-pack. |
67
+
| Optional protocol v1 capabilities |`git-upload-pack`| Partial | Some optional v1 capabilities, such as `filter` and `include-tag`, are not supported. |
0 commit comments