Re: [PATCH 05/11] ref_transaction_delete(): remove have_old parameter

2015-02-09 Thread Stefan Beller
On Sun, Feb 8, 2015 at 8:13 AM, Michael Haggerty mhag...@alum.mit.edu wrote: Instead, if old_sha1 is non-NULL, verify it; otherwise, don't. Signed-off-by: Michael Haggerty mhag...@alum.mit.edu Reviewed-by: Stefan Beller sbel...@google.com apart from the commit message. -- To unsubscribe from

[PATCH 05/11] ref_transaction_delete(): remove have_old parameter

2015-02-08 Thread Michael Haggerty
Instead, if old_sha1 is non-NULL, verify it; otherwise, don't. Signed-off-by: Michael Haggerty mhag...@alum.mit.edu --- builtin/receive-pack.c | 3 +-- builtin/update-ref.c | 5 +++-- refs.c | 11 ++- refs.h | 6 +++--- 4 files changed, 13