diff options
author | Martin Ågren <martin.agren@gmail.com> | 2020-12-31 12:56:21 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-01-04 13:01:55 -0800 |
commit | e5afd4449d7f1adfd02eca573c23e7ae9c96b28d (patch) | |
tree | a77515814dbfbf26fa2d2be541c2a97c34640eee /t/oid-info | |
parent | object-name.c: rename from sha1-name.c (diff) | |
download | tgif-e5afd4449d7f1adfd02eca573c23e7ae9c96b28d.tar.xz |
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/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/oid-info/README b/t/oid-info/README index 27f843fc00..ca56a74b1e 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: |