diff options
author | Rutger Broekhoff | 2024-10-22 23:13:13 +0200 |
---|---|---|
committer | Rutger Broekhoff | 2024-10-22 23:16:19 +0200 |
commit | f6698600c62eda1faa8988267479a7bb67209b18 (patch) | |
tree | 8289d29462f2d9751b02250ad1e4da982fd9f8c1 /docs | |
parent | 7edcc4856400107602c28a58b9eb774d577f0375 (diff) | |
download | gitolfs3-f6698600c62eda1faa8988267479a7bb67209b18.tar.gz gitolfs3-f6698600c62eda1faa8988267479a7bb67209b18.zip |
Fix some random man page issues
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/gitolfs3-server.1 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/docs/man/gitolfs3-server.1 b/docs/man/gitolfs3-server.1 index 30f8cb5..a381945 100644 --- a/docs/man/gitolfs3-server.1 +++ b/docs/man/gitolfs3-server.1 | |||
@@ -23,13 +23,12 @@ l l | |||
23 | l l | 23 | l l |
24 | l l | 24 | l l |
25 | l l. | 25 | l l. |
26 | lfs-test.git/ % repository name | 26 | lfs-test.git/ % repository name |
27 | lfs/objects/ % namespace | 27 | lfs/objects/ % namespace |
28 | 4e/ % first byte of the object ID (OID) | 28 | 4e/ % first byte of the object ID (OID) |
29 | 7b/ % second byte of the OID | 29 | 7b/ % second byte of the OID |
30 | 4e7bfdb[...]11ce013 % OID (SHA256) | 30 | 4e7bfdb[...]11ce013 % OID (SHA256) |
31 | .TE | 31 | .TE |
32 | |||
33 | .P | 32 | .P |
34 | Public and private repositories are distinguished using the presence of a | 33 | Public and private repositories are distinguished using the presence of a |
35 | \fIgit-daemon-export-ok\fR file in the bare repository. | 34 | \fIgit-daemon-export-ok\fR file in the bare repository. |
@@ -125,7 +124,7 @@ Only untrusted hosts are held to this limit. | |||
125 | A comma-separated list of hosts which can be classified as 'trusted'. | 124 | A comma-separated list of hosts which can be classified as 'trusted'. |
126 | 125 | ||
127 | If a request comes in for which the X-Forwarded-Host header contains one of the | 126 | If a request comes in for which the X-Forwarded-Host header contains one of the |
128 | hosts in this list, then the user is automatically generated read access to all | 127 | hosts in this list, then the user is automatically granted read access to all |
129 | repositories, regardless of the presence of a \fIgit-daemon-export-ok\fR file. | 128 | repositories, regardless of the presence of a \fIgit-daemon-export-ok\fR file. |
130 | Furthermore, presigned URLs are returned for download requests, instead of | 129 | Furthermore, presigned URLs are returned for download requests, instead of |
131 | downloads being proxied through the Gitolfs3 server. | 130 | downloads being proxied through the Gitolfs3 server. |