]> git.ipfire.org Git - thirdparty/git.git/commit - apply.c
apply: rename new_sha1_prefix and old_sha1_prefix
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 15 Oct 2018 00:02:00 +0000 (00:02 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 15 Oct 2018 03:53:16 +0000 (12:53 +0900)
commiteccb5a5f3d8d49ec9b4645aac94bffb7e504f10f
treef7da8523e0c4637742d67da8341e8dfdbd5ad96a
parent93eb00f719a2d36d31a4ba7b6eeae9f6302314e9
apply: rename new_sha1_prefix and old_sha1_prefix

Rename these structure members to "new_oid_prefix" and "old_oid_prefix".

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