summaryrefslogtreecommitdiff
path: root/Documentation/technical/api-sha1-array.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2013-04-22 11:26:58 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2013-04-22 11:26:58 -0700
commit76f9bc9f53a7bc72950d8ee88e88bf41903fab74 (patch)
tree739bf070864f02f2f6ae94562cfa6f459b863ed3 /Documentation/technical/api-sha1-array.txt
parentMerge branch 'jk/doc-http-backend' into maint (diff)
parentglossary: improve definitions of refspec and pathspec (diff)
downloadtgif-76f9bc9f53a7bc72950d8ee88e88bf41903fab74.tar.xz
Merge branch 'ta/glossary' into maint
* ta/glossary: glossary: improve definitions of refspec and pathspec The name of the hash function is "SHA-1", not "SHA1" glossary: improve description of SHA-1 related topics glossary: remove outdated/misleading/irrelevant entries
Diffstat (limited to 'Documentation/technical/api-sha1-array.txt')
-rw-r--r--Documentation/technical/api-sha1-array.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/technical/api-sha1-array.txt b/Documentation/technical/api-sha1-array.txt
index 45d1c517cd..3e75497a37 100644
--- a/Documentation/technical/api-sha1-array.txt
+++ b/Documentation/technical/api-sha1-array.txt
@@ -1,7 +1,7 @@
sha1-array API
==============
-The sha1-array API provides storage and manipulation of sets of SHA1
+The sha1-array API provides storage and manipulation of sets of SHA-1
identifiers. The emphasis is on storage and processing efficiency,
making them suitable for large lists. Note that the ordering of items is
not preserved over some operations.
@@ -11,7 +11,7 @@ Data Structures
`struct sha1_array`::
- A single array of SHA1 hashes. This should be initialized by
+ A single array of SHA-1 hashes. This should be initialized by
assignment from `SHA1_ARRAY_INIT`. The `sha1` member contains
the actual data. The `nr` member contains the number of items in
the set. The `alloc` and `sorted` members are used internally,