Re: [PATCH v2 27/43] refs.c: move should_autocreate_reflog to common code

2015-10-02 Thread Junio C Hamano
Up to this step everything looked sensible. Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

[PATCH v2 27/43] refs.c: move should_autocreate_reflog to common code

2015-09-28 Thread David Turner
Signed-off-by: David Turner --- refs-be-files.c | 10 -- refs.c | 10 ++ refs.h | 2 ++ 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/refs-be-files.c b/refs-be-files.c index 5971526..37e244a 100644 --- a/refs-be-files.c +++ b/refs-be-files.c @