aboutsummaryrefslogtreecommitdiffstats
path: root/t/t9020-remote-svn.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-06-12 13:57:13 -0700
committerJunio C Hamano <gitster@pobox.com>2020-06-12 13:57:13 -0700
commiteebb51ba8cab97c0b3f3f18eaab7796803b8494b (patch)
tree7849618c1d315d5e603a34c0d8b1cb6337b6e680 /t/t9020-remote-svn.sh
parentThe second batch (diff)
parentreftable: define version 2 of the spec to accomodate SHA256 (diff)
downloadgit-eebb51ba8cab97c0b3f3f18eaab7796803b8494b.tar.gz
git-eebb51ba8cab97c0b3f3f18eaab7796803b8494b.zip
Merge branch 'hn/refs-cleanup'
Preliminary clean-ups around refs API, plus file format specification documentation for the reftable backend. * hn/refs-cleanup: reftable: define version 2 of the spec to accomodate SHA256 reftable: clarify how empty tables should be written reftable: file format documentation refs: improve documentation for ref iterator t: use update-ref and show-ref to reading/writing refs refs.h: clarify reflog iteration order
Diffstat (limited to 't/t9020-remote-svn.sh')
-rwxr-xr-xt/t9020-remote-svn.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t9020-remote-svn.sh b/t/t9020-remote-svn.sh
index 6fca08e5e3..9fcfa969a9 100755
--- a/t/t9020-remote-svn.sh
+++ b/t/t9020-remote-svn.sh
@@ -48,8 +48,8 @@ test_expect_success REMOTE_SVN 'simple fetch' '
'
test_debug '
- cat .git/refs/svn/svnsim/master
- cat .git/refs/remotes/svnsim/master
+ git show-ref -s refs/svn/svnsim/master
+ git show-ref -s refs/remotes/svnsim/master
'
test_expect_success REMOTE_SVN 'repeated fetch, nothing shall change' '