From: David Turner Date: Fri, 31 Jul 2015 06:06:19 +0000 (-0400) Subject: pseudorefs: create and use pseudoref update and delete functions X-Git-Tag: v2.6.0-rc0~48^2~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/74ec19d4be76c52b872e6f95b39ecbfbe5d9100c?ds=sidebyside;hp=74ec19d4be76c52b872e6f95b39ecbfbe5d9100c pseudorefs: create and use pseudoref update and delete functions 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 Signed-off-by: Junio C Hamano ---