Re: [PATCH 27/31] builtin/difftool: use parse_oid_hex

2019-02-12 Thread Eric Sunshine
On Mon, Feb 11, 2019 at 8:24 PM brian m. carlson wrote: > Instead of using get_oid_hex and adding constants to the result, use > parse_oid_hex to make this code independent of the hash size. > > Signed-off-by: brian m. carlson > --- > diff --git a/builtin/difftool.c b/builtin/difftool.c > @@ -65,

[PATCH 27/31] builtin/difftool: use parse_oid_hex

2019-02-11 Thread brian m. carlson
Instead of using get_oid_hex and adding constants to the result, use parse_oid_hex to make this code independent of the hash size. Signed-off-by: brian m. carlson --- builtin/difftool.c | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/builtin/difftool.c b/builtin/difftoo