From: brian m. carlson Date: Thu, 13 Jul 2017 23:49:29 +0000 (+0000) Subject: sha1_name: convert GET_SHA1* flags to GET_OID* X-Git-Tag: v2.15.0-rc0~213^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/321c89bf5fa937b19800fa97cfe93199b817d34f?hp=321c89bf5fa937b19800fa97cfe93199b817d34f sha1_name: convert GET_SHA1* flags to GET_OID* Convert the flags for get_oid_with_context and friends to use "OID" instead of "SHA1" in their names. This transform was made by running the following one-liner on the affected files: perl -pi -e 's/GET_SHA1/GET_OID/g' Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano ---