diff options
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/gitolfs3-authenticate.1 | 8 | ||||
-rw-r--r-- | docs/man/gitolfs3-shell.1 | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/docs/man/gitolfs3-authenticate.1 b/docs/man/gitolfs3-authenticate.1 index 38bf28f..3a9951e 100644 --- a/docs/man/gitolfs3-authenticate.1 +++ b/docs/man/gitolfs3-authenticate.1 | |||
@@ -6,14 +6,14 @@ gitolfs3-authenticate \- Git LFS authentication agent for Gitolfs3 | |||
6 | <repository> | 6 | <repository> |
7 | upload/download | 7 | upload/download |
8 | .SH DESCRIPTION | 8 | .SH DESCRIPTION |
9 | .B git-lfs-authenticate | 9 | .B gitolfs3-authenticate |
10 | is a Git LFS authentication agent for Gitolfs3. | 10 | is a Git LFS authentication agent for Gitolfs3. |
11 | When accessible from the Git shell, | 11 | When accessible from the Git shell as \fIgit-lfs-authenticate\fR, |
12 | .B git-lfs-authenticate | 12 | .B gitolfs3-authenticate |
13 | can authorize users to access the Gitolfs3 Git LFS server. | 13 | can authorize users to access the Gitolfs3 Git LFS server. |
14 | 14 | ||
15 | Although | 15 | Although |
16 | .B git-lfs-authenticate | 16 | .B gitolfs3-authenticate |
17 | does assume that the user can be trusted, as they have access to the server, | 17 | does assume that the user can be trusted, as they have access to the server, |
18 | it is a good idea to restrict the shell for the \fIgit\fR user. | 18 | it is a good idea to restrict the shell for the \fIgit\fR user. |
19 | For example, the user should not be able to modify environment variables, nor | 19 | For example, the user should not be able to modify environment variables, nor |
diff --git a/docs/man/gitolfs3-shell.1 b/docs/man/gitolfs3-shell.1 index a626682..d7a3637 100644 --- a/docs/man/gitolfs3-shell.1 +++ b/docs/man/gitolfs3-shell.1 | |||
@@ -5,8 +5,8 @@ gitolfs3-shell \- Gitolfs3 shell | |||
5 | .B gitolfs3-shell | 5 | .B gitolfs3-shell |
6 | -c <command> | 6 | -c <command> |
7 | .SH DESCRIPTION | 7 | .SH DESCRIPTION |
8 | .B shell | 8 | .B gitolfs3-shell |
9 | is the Gitolfs3 shell. | 9 | is the Gitolfs3 shell, usable as the default shell for the \fIgit\fR user. |
10 | .SH COMMANDS | 10 | .SH COMMANDS |
11 | .TP | 11 | .TP |
12 | .B git-receive-pack \fR<repsitory>\fB | 12 | .B git-receive-pack \fR<repsitory>\fB |
@@ -32,5 +32,6 @@ Outputs a JSON document containing a reference to the Gitolfs3 Git LFS endpoint | |||
32 | for the indicated repository and an accompanying tag/MAC to authenticate with | 32 | for the indicated repository and an accompanying tag/MAC to authenticate with |
33 | the Gitolfs3 server. | 33 | the Gitolfs3 server. |
34 | Only valid for the indicated repository and operation. | 34 | Only valid for the indicated repository and operation. |
35 | This command is rewritten to \fIgitolfs3-authenticate\fR. | ||
35 | See | 36 | See |
36 | .BR gitolfs3-authenticate (1). | 37 | .BR gitolfs3-authenticate (1). |