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

[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