Re: [PATCH 0/6] refs backend preamble

2015-06-25 Thread Junio C Hamano
David Turner dtur...@twopensource.com writes:

 This set of patches is a preamble to pluggable ref backends.  The
 intent is to use the ref infrastructure for special refs like
 CHERRY_PICK_HEAD where possible, and to use git plumbing commands to
 access refs and reflogs instead of directly writing files to the .git
 directory.

 This series is on top of pu at 9039c98c.

I won't queue this for now but will read and comment.

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


[PATCH 0/6] refs backend preamble

2015-06-24 Thread David Turner
This set of patches is a preamble to pluggable ref backends.  The
intent is to use the ref infrastructure for special refs like
CHERRY_PICK_HEAD where possible, and to use git plumbing commands to
access refs and reflogs instead of directly writing files to the .git
directory.

This series is on top of pu at 9039c98c.

--
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