rebase -i: replace reference to sha1 with oid
authorLiam Beguin <redacted>
Tue, 5 Dec 2017 17:52:31 +0000 (12:52 -0500)
committerJunio C Hamano <redacted>
Tue, 5 Dec 2017 18:20:50 +0000 (10:20 -0800)
commitd80fc29367a6cf92792db6e3d1b5ce2ae2d81de8
treeb538b99adaedb62210147e64c4b82d1262aee8cd
parent8dccc7a6b2deb05783ea5d57b53548dab32d99ae
rebase -i: replace reference to sha1 with oid

Since we are trying to abstract the hash function name elsewhere in the
code base, lets use OID instead of SHA-1 in the rebase--helper too.

Signed-off-by: Liam Beguin <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/rebase--helper.c
git clone https://git.99rst.org/PROJECT