]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
object-name.c: rename from sha1-name.c
authorMartin Ågren <martin.agren@gmail.com>
Thu, 31 Dec 2020 11:56:20 +0000 (12:56 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 4 Jan 2021 21:01:55 +0000 (13:01 -0800)
commit1e6771e5046232e448e2dde4f0fee1752c9e1d04
tree3bdc0ca1ca85837e6bc579ceada483ba3baed312
parent71ca53e8125e36efbda17293c50027d31681a41f
object-name.c: rename from sha1-name.c

Generalize the last remnants of "sha" and "sha1" in this file and rename
it to reflect that we're not just able to handle SHA-1 these days.

We need to update one test to check for an updated error string.

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>
Makefile
list-objects-filter.c
object-name.c [moved from sha1-name.c with 98% similarity]
t/t1512-rev-parse-disambiguation.sh