@@ -6,7 +6,7 @@ protocol.allow::
66 default policy of `never` , and all other protocols (including file)
77 have a default policy of `user` . Supported policies:
88+
9- --
9+ ----
1010
1111* `always` - protocol is always able to be used.
1212
@@ -18,15 +18,15 @@ protocol.allow::
1818 execute clone/fetch/push commands without user input, e.g. recursive
1919 submodule initialization.
2020
21- --
21+ ----
2222
2323protocol.<name>.allow::
2424 Set a policy to be used by protocol `<name>` with clone/fetch/push
2525 commands. See `protocol.allow` above for the available policies.
2626+
2727The protocol names currently used by git are:
2828+
29- --
29+ ----
3030 - `file`: any local file-based path (including `file://` URLs,
3131 or local paths)
3232
@@ -42,7 +42,7 @@ The protocol names currently used by git are:
4242
4343 - any external helpers are named by their protocol (e.g., use
4444 `hg` to allow the `git-remote-hg` helper)
45- --
45+ ----
4646
4747protocol.version::
4848 If set, clients will attempt to communicate with a server
@@ -51,7 +51,7 @@ protocol.version::
5151 If unset, the default is `2`.
5252 Supported versions:
5353+
54- --
54+ ----
5555
5656* `0` - the original wire protocol.
5757
@@ -60,4 +60,4 @@ protocol.version::
6060
6161* `2` - Wire protocol version 2, see linkgit:gitprotocol-v2[5].
6262
63- --
63+ ----
0 commit comments