Re: [PATCH 15/15] refs.c: add an err argument to pack_refs

2014-10-30 Thread Junio C Hamano
Ronnie Sahlberg sahlb...@google.com writes: diff --git a/builtin/pack-refs.c b/builtin/pack-refs.c index b20b1ec..299768e 100644 --- a/builtin/pack-refs.c +++ b/builtin/pack-refs.c @@ -10,6 +10,7 @@ static char const * const pack_refs_usage[] = { int cmd_pack_refs(int argc, const char

[PATCH 15/15] refs.c: add an err argument to pack_refs

2014-10-21 Thread Ronnie Sahlberg
Change-Id: I1e65ac429c14f01073d95c6440f820dda1c6091b Signed-off-by: Ronnie Sahlberg sahlb...@google.com --- builtin/pack-refs.c | 8 +++- refs.c | 7 +++ refs.h | 3 ++- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/builtin/pack-refs.c