Re: [PATCH v2 0/2] add a reflog_exists and delete_reflog abstraction

2014-05-07 Thread Junio C Hamano
Michael Haggerty writes: > +1 Looks good to me. Thanks! Will queue with your Ack; 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

Re: [PATCH v2 0/2] add a reflog_exists and delete_reflog abstraction

2014-05-07 Thread Michael Haggerty
On 05/07/2014 12:45 AM, Ronnie Sahlberg wrote: > This is a series adds two new functions to try to hide the reflog > implementation details from the callers in checkout.c and reflog.c. > It adds new functions to test if a reflog exists and to delete it, thus > allowing checkout.c to perform this if

[PATCH v2 0/2] add a reflog_exists and delete_reflog abstraction

2014-05-06 Thread Ronnie Sahlberg
This is a series adds two new functions to try to hide the reflog implementation details from the callers in checkout.c and reflog.c. It adds new functions to test if a reflog exists and to delete it, thus allowing checkout.c to perform this if-test-then-delete operation without having to know the