diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2016-06-17 09:46:08 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-17 20:39:05 +0200 |
commit | 76f9d8bac8138d4c0caac02983ef4df7f9a51cba (patch) | |
tree | e73982f6e6c60500d750952a42c607b1ee137dec /Documentation/Makefile | |
parent | Git 2.9 (diff) | |
download | git-76f9d8bac8138d4c0caac02983ef4df7f9a51cba.tar.xz git-76f9d8bac8138d4c0caac02983ef4df7f9a51cba.zip |
Documentation/technical: describe signature formats
We use different types of signature formats in different places.
Set up the infrastructure and overview to describe them systematically
in our technical documentation.
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 35c1385ef7..b43d66eae6 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -76,6 +76,7 @@ TECH_DOCS += technical/protocol-common TECH_DOCS += technical/racy-git TECH_DOCS += technical/send-pack-pipeline TECH_DOCS += technical/shallow +TECH_DOCS += technical/signature-format TECH_DOCS += technical/trivial-merge SP_ARTICLES += $(TECH_DOCS) SP_ARTICLES += technical/api-index |