Re: [PATCH v2 1/2] Add docstrings for lookup_replace_object() and do_lookup_replace_object()

2014-02-28 Thread Junio C Hamano
Michael Haggerty writes: > Signed-off-by: Michael Haggerty > --- Reviewed-by: Junio C Hamano Thanks. > cache.h | 13 + > replace_object.c | 7 +++ > 2 files changed, 20 insertions(+) > > diff --git a/cache.h b/cache.h > index b039abc..9407560 100644 > --- a/cache.h

[PATCH v2 1/2] Add docstrings for lookup_replace_object() and do_lookup_replace_object()

2014-02-28 Thread Michael Haggerty
Signed-off-by: Michael Haggerty --- cache.h | 13 + replace_object.c | 7 +++ 2 files changed, 20 insertions(+) diff --git a/cache.h b/cache.h index b039abc..9407560 100644 --- a/cache.h +++ b/cache.h @@ -798,13 +798,26 @@ static inline void *read_sha1_file(const unsign