technical doc: add a design doc for hash function transition
authorJonathan Nieder <jrnieder@gmail.com>
Thu, 28 Sep 2017 04:43:21 +0000 (21:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 28 Sep 2017 10:37:52 +0000 (19:37 +0900)
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>
No differences found