rebase -i: replace reference to sha1 with oid
commitd80fc29367a6cf92792db6e3d1b5ce2ae2d81de8
authorLiam Beguin <liambeguin@gmail.com>
Tue, 5 Dec 2017 17:52:31 +0000 (5 12:52 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Dec 2017 18:20:50 +0000 (5 10:20 -0800)
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 <liambeguin@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/rebase--helper.c