From: brian m. carlson Date: Tue, 19 Feb 2019 00:05:07 +0000 (+0000) Subject: builtin/am: make hash size independent X-Git-Tag: v2.22.0-rc0~58^2~19 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/24dd363ed586f5edbdea96689d4e0e40a7d3f7fa?ds=sidebyside;hp=24dd363ed586f5edbdea96689d4e0e40a7d3f7fa builtin/am: make hash size independent Instead of using GIT_SHA1_HEXSZ, switch to using the_hash_algo and parse_oid_hex to parse the lines involved in rebasing notes. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano ---