Re: [PATCH 2/6] replace_object: use struct members instead of an array

2014-02-21 Thread Junio C Hamano
Michael Haggerty writes: > Give the poor humans some names to help them make sense of things. > > Signed-off-by: Michael Haggerty > --- Good. Reviewed-by: me. > replace_object.c | 17 +++-- > 1 file changed, 11 insertions(+), 6 deletions(-) > > diff --git a/replace_object.c b/rep

[PATCH 2/6] replace_object: use struct members instead of an array

2014-02-21 Thread Michael Haggerty
Give the poor humans some names to help them make sense of things. Signed-off-by: Michael Haggerty --- replace_object.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/replace_object.c b/replace_object.c index cdcaf8c..6fc3ff4 100644 --- a/replace_object.c