summaryrefslogtreecommitdiff
path: root/t/oid-info
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2020-12-31 11:56:21 (GMT)
committerJunio C Hamano <gitster@pobox.com>2021-01-04 21:01:55 (GMT)
commite5afd4449d7f1adfd02eca573c23e7ae9c96b28d (patch)
treea77515814dbfbf26fa2d2be541c2a97c34640eee /t/oid-info
parent1e6771e5046232e448e2dde4f0fee1752c9e1d04 (diff)
downloadgit-e5afd4449d7f1adfd02eca573c23e7ae9c96b28d.zip
git-e5afd4449d7f1adfd02eca573c23e7ae9c96b28d.tar.gz
git-e5afd4449d7f1adfd02eca573c23e7ae9c96b28d.tar.bz2
object-file.c: rename from sha1-file.c
Drop the last remnant of "sha1" in this file and rename it to reflect that we're not just able to handle SHA-1 these days. Signed-off-by: Martin Ågren <martin.agren@gmail.com> Reviewed-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/oid-info')
-rw-r--r--t/oid-info/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/oid-info/README b/t/oid-info/README
index 27f843f..ca56a74 100644
--- a/t/oid-info/README
+++ b/t/oid-info/README
@@ -5,7 +5,7 @@ starting with `#` are ignored. The key and value are separated by whitespace
(specifically, those whitespace in the default `$IFS`). The key consists only
of shell identifier characters, and the value consists of a hash algorithm,
colon, and value. The hash algorithm also consists only of shell identifier
-characters; it should match the value in sha1-file.c.
+characters; it should match the value in object-file.c.
For example, the following lines map the key "rawsz" to "20" if SHA-1 is in use
and to "32" if SHA-256 is in use: