[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 mhag...@alum.mit.edu --- 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

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

2014-02-21 Thread Junio C Hamano
Michael Haggerty mhag...@alum.mit.edu writes: Give the poor humans some names to help them make sense of things. Signed-off-by: Michael Haggerty mhag...@alum.mit.edu --- Good. Reviewed-by: me. replace_object.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-)