From 1b50e6b0af2dc7f9d785e886a79784e3c6accc8b Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Mon, 29 Apr 2024 00:13:51 +0200 Subject: Write man pages for Gitolfs3 --- docs/man/gitolfs3-shell.1 | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 docs/man/gitolfs3-shell.1 (limited to 'docs/man/gitolfs3-shell.1') diff --git a/docs/man/gitolfs3-shell.1 b/docs/man/gitolfs3-shell.1 new file mode 100644 index 0000000..56eac31 --- /dev/null +++ b/docs/man/gitolfs3-shell.1 @@ -0,0 +1,36 @@ +.TH GITOLFS3-SHELL 1 2024-04-29 Gitolfs3 "Gitolfs3 Manual" +.SH NAME +shell \- Gitolfs3 shell +.SH SYNOPSIS +.B shell +-c +.SH DESCRIPTION +.B shell +is the Gitolfs3 shell. +.SH COMMANDS +.TP +.B git-receive-pack \fR\fB +Alternatively, using \fBgit receive-pack\fR is also allowed. +No other arguments nor options than indicated above are processed nor allowed. +See +.BR git-receive-pack (1). +.TP +.B git-upload-archive \fR\fB +Alternatively, using \fBgit upload-archive\fR is also allowed. +No other arguments nor options than indicated above are processed nor allowed. +See +.BR git-upload-archive (1). +.TP +.B git-upload-pack \fR\fB +Alternatively, using \fBgit upload-pack\fR is also allowed. +No other arguments nor options than indicated above are processed nor allowed. +See +.BR git-upload-pack (1). +.TP +.B git-lfs-authenticate \fR upload/download\fB +Outputs a JSON document containing a reference to the Gitolfs3 Git LFS endpoint +for the indicated repository and an accompanying tag/MAC to authenticate with +the Gitolfs3 server. +Only valid for the indicated repository and operation. +See +.BR gitolfs3-authenticate (1). -- cgit v1.2.3