Re: [PATCH v3 13/21] sha1_file: make check_and_freshen_file() non static

2016-12-27 Thread Junio C Hamano
Christian Couder writes: > This function will be used in a commit soon, so let's make > it available globally. See comment on 14/21; I am not convinced that this is the function you would want to borrow.

[PATCH v3 13/21] sha1_file: make check_and_freshen_file() non static

2016-12-26 Thread Christian Couder
This function will be used in a commit soon, so let's make it available globally. Signed-off-by: Christian Couder --- cache.h | 3 +++ sha1_file.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/cache.h b/cache.h index e15b421b6f..f442f28189 100644 --- a/cache.h +++ b/c