summaryrefslogtreecommitdiffstats
path: root/man1/git-upload-archive.1
diff options
context:
space:
mode:
Diffstat (limited to 'man1/git-upload-archive.1')
-rw-r--r--man1/git-upload-archive.110
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/git-upload-archive.1 b/man1/git-upload-archive.1
index e0a217c24..cfcd96c89 100644
--- a/man1/git-upload-archive.1
+++ b/man1/git-upload-archive.1
@@ -2,12 +2,12 @@
.\" Title: git-upload-archive
.\" Author: [FIXME: author] [see http://www.docbook.org/tdg5/en/html/author]
.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
-.\" Date: 10/27/2022
+.\" Date: 10/28/2022
.\" Manual: Git Manual
-.\" Source: Git 2.38.1.236.g5af5e54106
+.\" Source: Git 2.38.1.280.g63bba4fdd8
.\" Language: English
.\"
-.TH "GIT\-UPLOAD\-ARCHIVE" "1" "10/27/2022" "Git 2\&.38\&.1\&.236\&.g5af5e5" "Git Manual"
+.TH "GIT\-UPLOAD\-ARCHIVE" "1" "10/28/2022" "Git 2\&.38\&.1\&.280\&.g63bba4" "Git Manual"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
@@ -32,7 +32,7 @@ git-upload-archive \- Send archive back to git\-archive
.SH "SYNOPSIS"
.sp
.nf
-\fIgit upload\-archive\fR <directory>
+\fIgit upload\-archive\fR <repository>
.fi
.sp
.SH "DESCRIPTION"
@@ -92,7 +92,7 @@ Note that rule 3 disallows many cases that do not have any privacy implications\
If the config option \fBuploadArchive\&.allowUnreachable\fR is true, these rules are ignored, and clients may use arbitrary sha1 expressions\&. This is useful if you do not care about the privacy of unreachable objects, or if your object database is already publicly available for access via non\-smart\-http\&.
.SH "OPTIONS"
.PP
-<directory>
+<repository>
.RS 4
The repository to get a tar archive from\&.
.RE