diff options
author | Thomas Ackermann <th.acker@arcor.de> | 2021-02-05 18:22:26 (GMT) |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-02-05 19:57:02 (GMT) |
commit | 810372f881fa3b209a4557f5a8bdbe115101d433 (patch) | |
tree | 3e20dd177e65eb6854508ef7cecc0c5693d9862a | |
parent | af9b1e9aba9964c363b7766df804c7ce3cf9f106 (diff) | |
download | git-810372f881fa3b209a4557f5a8bdbe115101d433.zip git-810372f881fa3b209a4557f5a8bdbe115101d433.tar.gz git-810372f881fa3b209a4557f5a8bdbe115101d433.tar.bz2 |
doc hash-function-transition: use upper case consistently
Use upper case consistently in Document History.
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/technical/hash-function-transition.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/technical/hash-function-transition.txt b/Documentation/technical/hash-function-transition.txt index 8c01608..9e13919 100644 --- a/Documentation/technical/hash-function-transition.txt +++ b/Documentation/technical/hash-function-transition.txt @@ -794,8 +794,8 @@ sbeller@google.com 2017-03-03 jrnieder@gmail.com Incorporated suggestions from jonathantanmy and sbeller: -* describe purpose of signed objects with each hash type -* redefine signed object verification using object content under the +* Describe purpose of signed objects with each hash type +* Redefine signed object verification using object content under the first hash function 2017-03-06 jrnieder@gmail.com @@ -814,13 +814,13 @@ Incorporated suggestions from jonathantanmy and sbeller: 2017-09-27 jrnieder@gmail.com, sbeller@google.com -* use placeholder NewHash instead of SHA3-256 -* describe criteria for picking a hash function. -* include a transition plan (thanks especially to Brandon Williams +* Use placeholder NewHash instead of SHA3-256 +* Describe criteria for picking a hash function. +* Include a transition plan (thanks especially to Brandon Williams for fleshing these ideas out) -* define the translation table (thanks, Shawn Pearce[5], Jonathan +* Define the translation table (thanks, Shawn Pearce[5], Jonathan Tan, and Masaya Suzuki) -* avoid loose object overhead by packing more aggressively in +* Avoid loose object overhead by packing more aggressively in "git gc --auto" Later history: |