aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-04-29 19:31:03 +0200
committerLibravatar Rutger Broekhoff2024-04-29 19:31:03 +0200
commita249ff676de19c4a913362b0b6b5d9fef8b16996 (patch)
treee9f9f45c83f5769c0b851e26547048adec082b6d
parent106690c48dadae2e270d15c863dd8b17a00fa49c (diff)
downloadgitolfs3-a249ff676de19c4a913362b0b6b5d9fef8b16996.tar.gz
gitolfs3-a249ff676de19c4a913362b0b6b5d9fef8b16996.zip
Update man pages
-rw-r--r--docs/man/gitolfs3-authenticate.18
-rw-r--r--docs/man/gitolfs3-shell.15
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>
7upload/download 7upload/download
8.SH DESCRIPTION 8.SH DESCRIPTION
9.B git-lfs-authenticate 9.B gitolfs3-authenticate
10is a Git LFS authentication agent for Gitolfs3. 10is a Git LFS authentication agent for Gitolfs3.
11When accessible from the Git shell, 11When accessible from the Git shell as \fIgit-lfs-authenticate\fR,
12.B git-lfs-authenticate 12.B gitolfs3-authenticate
13can authorize users to access the Gitolfs3 Git LFS server. 13can authorize users to access the Gitolfs3 Git LFS server.
14 14
15Although 15Although
16.B git-lfs-authenticate 16.B gitolfs3-authenticate
17does assume that the user can be trusted, as they have access to the server, 17does assume that the user can be trusted, as they have access to the server,
18it is a good idea to restrict the shell for the \fIgit\fR user. 18it is a good idea to restrict the shell for the \fIgit\fR user.
19For example, the user should not be able to modify environment variables, nor 19For 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
9is the Gitolfs3 shell. 9is 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
32for the indicated repository and an accompanying tag/MAC to authenticate with 32for the indicated repository and an accompanying tag/MAC to authenticate with
33the Gitolfs3 server. 33the Gitolfs3 server.
34Only valid for the indicated repository and operation. 34Only valid for the indicated repository and operation.
35This command is rewritten to \fIgitolfs3-authenticate\fR.
35See 36See
36.BR gitolfs3-authenticate (1). 37.BR gitolfs3-authenticate (1).