Re: [PATCH 32/33] refs: change do_for_each_*() functions to take ref_cache arguments

2013-04-15 Thread Junio C Hamano
Michael Haggerty mhag...@alum.mit.edu writes: Change the callers convert submodule names into ref_cache pointers. Signed-off-by: Michael Haggerty mhag...@alum.mit.edu --- A nice cleanup. -- To unsubscribe from this list: send the line unsubscribe git in the body of a message to

[PATCH 32/33] refs: change do_for_each_*() functions to take ref_cache arguments

2013-04-14 Thread Michael Haggerty
Change the callers convert submodule names into ref_cache pointers. Signed-off-by: Michael Haggerty mhag...@alum.mit.edu --- refs.c | 29 ++--- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/refs.c b/refs.c index 361a28f..cfcb42f 100644 --- a/refs.c +++