Skip to content

Commit 66697fe

Browse files
dborowitzgitster
authored andcommitted
Documentation/git-send-pack.txt: document --signed
Signed-off-by: Dave Borowitz <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a3fb31a commit 66697fe

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Documentation/git-send-pack.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SYNOPSIS
1010
--------
1111
[verse]
1212
'git send-pack' [--all] [--dry-run] [--force] [--receive-pack=<git-receive-pack>]
13-
[--verbose] [--thin] [--atomic]
13+
[--verbose] [--thin] [--atomic] [--signed]
1414
[<host>:]<directory> [<ref>...]
1515

1616
DESCRIPTION
@@ -69,6 +69,14 @@ be in a separate packet, and the list must end with a flush packet.
6969
fails to update then the entire push will fail without changing any
7070
refs.
7171

72+
--signed::
73+
GPG-sign the push request to update refs on the receiving
74+
side, to allow it to be checked by the hooks and/or be
75+
logged. See linkgit:git-receive-pack[1] for the details
76+
on the receiving end. If the attempt to sign with `gpg` fails,
77+
or if the server does not support signed pushes, the push will
78+
fail.
79+
7280
<host>::
7381
A remote host to house the repository. When this
7482
part is specified, 'git-receive-pack' is invoked via

0 commit comments

Comments
 (0)