diff options
author | Thomas Ackermann <th.acker@arcor.de> | 2013-04-15 19:49:04 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-04-15 20:08:37 +0200 |
commit | d5fa1f1a69f578831179b77893aac480b986e875 (patch) | |
tree | 1e04ba1f10d79969f18cb62d2a30844e98256b02 /Documentation/technical/pack-heuristics.txt | |
parent | glossary: improve description of SHA-1 related topics (diff) | |
download | git-d5fa1f1a69f578831179b77893aac480b986e875.tar.xz git-d5fa1f1a69f578831179b77893aac480b986e875.zip |
The name of the hash function is "SHA-1", not "SHA1"
Use "SHA-1" instead of "SHA1" whenever we talk about the hash function.
When used as a programming symbol, we keep "SHA1".
Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/pack-heuristics.txt')
-rw-r--r-- | Documentation/technical/pack-heuristics.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/technical/pack-heuristics.txt b/Documentation/technical/pack-heuristics.txt index dbdf7ba9c8..8b7ae1c140 100644 --- a/Documentation/technical/pack-heuristics.txt +++ b/Documentation/technical/pack-heuristics.txt @@ -89,7 +89,7 @@ Ah, grasshopper! And thus the enlightenment begins anew. <linus> The "magic" is actually in theory totally arbitrary. ANY order will give you a working pack, but no, it's not - ordered by SHA1. + ordered by SHA-1. Before talking about the ordering for the sliding delta window, let's talk about the recency order. That's more |