sha1-name: introduce a get_oid() function
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 17 Apr 2016 23:10:36 +0000 (23:10 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Apr 2016 22:28:58 +0000 (15:28 -0700)
The get_oid() function is equivalent to the get_sha1() function, but
uses a struct object_id instead.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found