@@ -6,7 +6,7 @@ protocol.allow::
6
6
default policy of `never` , and all other protocols (including file)
7
7
have a default policy of `user` . Supported policies:
8
8
+
9
- --
9
+ ----
10
10
11
11
* `always` - protocol is always able to be used.
12
12
@@ -18,15 +18,15 @@ protocol.allow::
18
18
execute clone/fetch/push commands without user input, e.g. recursive
19
19
submodule initialization.
20
20
21
- --
21
+ ----
22
22
23
23
protocol.<name>.allow::
24
24
Set a policy to be used by protocol `<name>` with clone/fetch/push
25
25
commands. See `protocol.allow` above for the available policies.
26
26
+
27
27
The protocol names currently used by git are:
28
28
+
29
- --
29
+ ----
30
30
- `file`: any local file-based path (including `file://` URLs,
31
31
or local paths)
32
32
@@ -42,7 +42,7 @@ The protocol names currently used by git are:
42
42
43
43
- any external helpers are named by their protocol (e.g., use
44
44
`hg` to allow the `git-remote-hg` helper)
45
- --
45
+ ----
46
46
47
47
protocol.version::
48
48
If set, clients will attempt to communicate with a server
@@ -51,7 +51,7 @@ protocol.version::
51
51
If unset, the default is `2`.
52
52
Supported versions:
53
53
+
54
- --
54
+ ----
55
55
56
56
* `0` - the original wire protocol.
57
57
@@ -60,4 +60,4 @@ protocol.version::
60
60
61
61
* `2` - Wire protocol version 2, see linkgit:gitprotocol-v2[5].
62
62
63
- --
63
+ ----
0 commit comments