git-cvsimport: port to SHA-256
commitf3eaa09261c25813c84a0e47ce8a4dd1b9f5b717
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 22 Jun 2020 18:04:17 +0000 (22 18:04 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Jun 2020 18:21:07 +0000 (22 11:21 -0700)
tree7c24249c3ce6f139e9184d8329480d9c54c8585b
parent05ea93d6b2bfb9a45a9019a5cfaba82dc81dc2f3
git-cvsimport: port to SHA-256

Instead of calling the function is_sha1, call it is_oid and update it to
match either a SHA-1 or a SHA-256 hex object ID.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Acked-by: Eric Wong <e@80x24.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-cvsimport.perl