Re: [PATCH v2 21/27] refs: Remove API function update_refs()

2014-04-01 Thread Junio C Hamano
Michael Haggerty writes: > It has been superseded by reference transactions. This also means > that struct ref_update can become private. Good. -- 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://

[PATCH v2 21/27] refs: Remove API function update_refs()

2014-03-24 Thread Michael Haggerty
It has been superseded by reference transactions. This also means that struct ref_update can become private. Signed-off-by: Michael Haggerty --- refs.c | 33 - refs.h | 20 2 files changed, 20 insertions(+), 33 deletions(-) diff --git a/refs