Re: [PATCH v20 44/48] refs.c: call lock_ref_sha1_basic directly from commit

2014-07-08 Thread Michael Haggerty
On 06/20/2014 04:43 PM, Ronnie Sahlberg wrote: > Skip using the lock_any_ref_for_update wrapper and call lock_ref_sha1_basic > directly from the commit function. This commit is obviously hostage to whether commit 43/48 is kept. > Reviewed-by: Jonathan Nieder > Signed-off-by: Ronnie Sahlberg > -

[PATCH v20 44/48] refs.c: call lock_ref_sha1_basic directly from commit

2014-06-20 Thread Ronnie Sahlberg
Skip using the lock_any_ref_for_update wrapper and call lock_ref_sha1_basic directly from the commit function. Reviewed-by: Jonathan Nieder Signed-off-by: Ronnie Sahlberg --- refs.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/refs.c b/refs.c index bccf8c3..f