Skip to content

Commit 752414a

Browse files
jrngitster
authored andcommitted
technical doc: add a design doc for hash function transition
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 <[email protected]> Also-by: Jonathan Tan <[email protected]> Also-by: Stefan Beller <[email protected]> Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 20fed7c commit 752414a

File tree

2 files changed

+798
-0
lines changed

2 files changed

+798
-0
lines changed

Documentation/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ SP_ARTICLES += howto/maintain-git
6767
API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt)))
6868
SP_ARTICLES += $(API_DOCS)
6969

70+
TECH_DOCS += technical/hash-function-transition
7071
TECH_DOCS += technical/http-protocol
7172
TECH_DOCS += technical/index-format
7273
TECH_DOCS += technical/pack-format

0 commit comments

Comments
 (0)