]> git.ipfire.org Git - thirdparty/git.git/commit
t: use update-ref and show-ref to reading/writing refs
authorHan-Wen Nienhuys <hanwen@google.com>
Wed, 20 May 2020 17:36:08 +0000 (17:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 May 2020 17:39:01 +0000 (10:39 -0700)
commitcdb73ca56f21835b93345442a96c97f6a0589ef7
treeff5bb46f3348f16a57ae4c949105d6298b9ec6a8
parentd1eb22da09e0ffebbd6c16ef1d0e952ec7b88b8d
t: use update-ref and show-ref to reading/writing refs

Reading and writing .git/refs/* assumes that refs are stored in the 'files'
ref backend.

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0002-gitfile.sh
t/t1400-update-ref.sh
t/t1506-rev-parse-diagnosis.sh
t/t6050-replace.sh
t/t9020-remote-svn.sh