Re: [PATCH v3 4/6] pseudorefs: create and use pseudoref update and delete functions

2015-07-29 Thread Eric Sunshine
On Tue, Jul 28, 2015 at 2:12 PM, David Turner dtur...@twopensource.com wrote: 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

[PATCH v3 4/6] pseudorefs: create and use pseudoref update and delete functions

2015-07-28 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