Skip to content

Commit 2051689

Browse files
avargitster
authored andcommitted
docs: move signature docs to man section 5
Continue the move of existing Documentation/technical/* protocol and file-format documentation into our main documentation space by moving the signature format documentation. Signed-off-by: Ævar Arnfjörð Bjarmason <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 00d3e8d commit 2051689

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

Documentation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ MAN5_TXT += gitattributes.txt
2727
MAN5_TXT += gitformat-bundle.txt
2828
MAN5_TXT += gitformat-commit-graph.txt
2929
MAN5_TXT += gitformat-index.txt
30+
MAN5_TXT += gitformat-signature.txt
3031
MAN5_TXT += githooks.txt
3132
MAN5_TXT += gitignore.txt
3233
MAN5_TXT += gitmailmap.txt
@@ -115,7 +116,6 @@ TECH_DOCS += technical/racy-git
115116
TECH_DOCS += technical/reftable
116117
TECH_DOCS += technical/send-pack-pipeline
117118
TECH_DOCS += technical/shallow
118-
TECH_DOCS += technical/signature-format
119119
TECH_DOCS += technical/trivial-merge
120120
SP_ARTICLES += $(TECH_DOCS)
121121
SP_ARTICLES += technical/api-index

Documentation/technical/signature-format.txt renamed to Documentation/gitformat-signature.txt

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
1-
Git signature format
2-
====================
1+
gitformat-signature(5)
2+
======================
33

4-
== Overview
4+
NAME
5+
----
6+
gitformat-signature - Git cryptographic signature formats
7+
8+
SYNOPSIS
9+
--------
10+
[verse]
11+
<[tag|commit] object header(s)>
12+
<over-the-wire protocol>
13+
14+
DESCRIPTION
15+
-----------
516

617
Git uses cryptographic signatures in various places, currently objects (tags,
718
commits, mergetags) and transactions (pushes). In every case, the command which
@@ -200,3 +211,7 @@ Date: Wed Jun 15 09:13:29 2016 +0000
200211
# gpg: There is no indication that the signature belongs to the owner.
201212
# Primary key fingerprint: D4BE 2231 1AD3 131E 5EDA 29A4 6109 2E85 B722 7189
202213
----
214+
215+
GIT
216+
---
217+
Part of the linkgit:git[1] suite

command-list.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ gitfaq guide
212212
gitformat-bundle developerinterfaces
213213
gitformat-commit-graph developerinterfaces
214214
gitformat-index developerinterfaces
215+
gitformat-signature developerinterfaces
215216
gitglossary guide
216217
githooks userinterfaces
217218
gitignore userinterfaces

0 commit comments

Comments
 (0)