Re: [PATCH 03/14] builtin/mktree: remove hard-coded constant

2018-10-08 Thread Stefan Beller
On Mon, Oct 8, 2018 at 2:57 PM brian m. carlson wrote: > > Instead of using a hard-coded constant for the size of a hex object ID, > switch to use the computed pointer from parse_oid_hex that points after > the parsed object ID. > > Signed-off-by: brian m. carlson > --- > builtin/mktree.c | 2

[PATCH 03/14] builtin/mktree: remove hard-coded constant

2018-10-08 Thread brian m. carlson
Instead of using a hard-coded constant for the size of a hex object ID, switch to use the computed pointer from parse_oid_hex that points after the parsed object ID. Signed-off-by: brian m. carlson --- builtin/mktree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git