Re: [PATCH 3/5] pseudorefs: create and use pseudoref update and delete functions

2015-07-27 Thread David Turner
On Mon, 2015-07-27 at 16:08 -0400, David Turner wrote: > + if (is_pseudoref(refname) && 0) { Whoa, that's not right. Will fix that in the next re-roll. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info

[PATCH 3/5] pseudorefs: create and use pseudoref update and delete functions

2015-07-27 Thread David Turner
Pseudorefs should not be updated through the ref transaction API, because alternate ref backends still need to store pseudorefs in GIT_DIR (instead of wherever they store refs). Instead, change update_ref and delete_ref to call pseudoref-specific functions. Signed-off-by: David Turner --- refs.