diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2017-09-27 21:43:21 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-09-28 19:37:52 +0900 |
commit | 752414ae4310cd304f5e31649aaab2dcf307057c (patch) | |
tree | 6ef9ac4ad267dba77717661890393fa05d6a4792 /Documentation/Makefile | |
parent | 20fed7cad40ed0b96232feb828129e3a2ee9860d (diff) | |
download | git-752414ae4310cd304f5e31649aaab2dcf307057c.tar.gz |
technical doc: add a design doc for hash function transitionjr/hash-migration-plan-doc
This document describes what a transition to a new hash function for
Git would look like. Add it to Documentation/technical/ as the plan
of record so that future changes can be recorded as patches.
Also-by: Brandon Williams <bmwill@google.com>
Also-by: Jonathan Tan <jonathantanmy@google.com>
Also-by: Stefan Beller <sbeller@google.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
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 2415e0d657..471bb29725 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -67,6 +67,7 @@ SP_ARTICLES += howto/maintain-git API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt))) SP_ARTICLES += $(API_DOCS) +TECH_DOCS += technical/hash-function-transition TECH_DOCS += technical/http-protocol TECH_DOCS += technical/index-format TECH_DOCS += technical/pack-format |