Re: [PATCH v8 0/7] ref backend preamble

2015-07-21 Thread Michael Haggerty
On 07/09/2015 03:50 PM, David Turner wrote:
 The current state of the discussion on alternate ref backends is that
 we're going to continue to store pseudorefs (e.g. CHERRY_PICK_HEAD) as
 files in $GIT_DIR.  So this re-roll of the refs backend preamble
 doesn't do anything to pseudorefs.  It just does reflog stuff.
 
 In addition, this version removes the over-aggressive die() on reflog
 update failure from v7.  It adds the REF_FORCE_CREATE_REFLOG flag, as
 Michael Haggerty suggested.  And it fixes commit message or two, as
 suggested.  I believe this addresses all comments I've seen on v7.
 
 This addresses Johannes Sixt's concerns too, by removing the offending
 code.

I just reviewed the whole patch series. Aside from the minor points that
I commented on, it all looks good to me.

Reviewed-by: Michael Haggerty mhag...@alum.mit.edu

Michael

-- 
Michael Haggerty
mhag...@alum.mit.edu

--
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 v8 0/7] ref backend preamble

2015-07-10 Thread David Turner
On Fri, 2015-07-10 at 15:34 +0100, Philip Oakley wrote:
 From: David Turner dtur...@twopensource.com
  The current state of the discussion on alternate ref backends is that
  we're going to continue to store pseudorefs (e.g. CHERRY_PICK_HEAD) as
 
 Assuming this is accepted, should the definition of pseudorefs be 
 included in the gitglossary?

 Once ref backends become common, the distinction will needed in the 
 docs.

This term is only in this message (that is, I don't think I used it in
any commit messages yet).  The code uses it in at least one place
already.  But yes, I think if we decided to go with the pseudoref
concept, we should document it.

--
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 v8 0/7] ref backend preamble

2015-07-10 Thread Philip Oakley

From: David Turner dtur...@twopensource.com

The current state of the discussion on alternate ref backends is that
we're going to continue to store pseudorefs (e.g. CHERRY_PICK_HEAD) as


Assuming this is accepted, should the definition of pseudorefs be 
included in the gitglossary?


Once ref backends become common, the distinction will needed in the 
docs.



files in $GIT_DIR.  So this re-roll of the refs backend preamble
doesn't do anything to pseudorefs.  It just does reflog stuff.


--
Philip 


--
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 v8 0/7] ref backend preamble

2015-07-09 Thread David Turner
The current state of the discussion on alternate ref backends is that
we're going to continue to store pseudorefs (e.g. CHERRY_PICK_HEAD) as
files in $GIT_DIR.  So this re-roll of the refs backend preamble
doesn't do anything to pseudorefs.  It just does reflog stuff.

In addition, this version removes the over-aggressive die() on reflog
update failure from v7.  It adds the REF_FORCE_CREATE_REFLOG flag, as
Michael Haggerty suggested.  And it fixes commit message or two, as
suggested.  I believe this addresses all comments I've seen on v7.

This addresses Johannes Sixt's concerns too, by removing the offending
code.

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