Skip to content

Commit 5610d9f

Browse files
telezhnayagitster
authored andcommitted
ref-filter: add tests for deltabase
Test new formatting option deltabase. Signed-off-by: Olga Telezhnaia <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 33311fa commit 5610d9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

t/t6300-for-each-ref.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ test_atom head push:strip=-1 master
8484
test_atom head objecttype commit
8585
test_atom head objectsize 171
8686
test_atom head objectsize:disk 138
87+
test_atom head deltabase 0000000000000000000000000000000000000000
8788
test_atom head objectname $(git rev-parse refs/heads/master)
8889
test_atom head objectname:short $(git rev-parse --short refs/heads/master)
8990
test_atom head objectname:short=1 $(git rev-parse --short=1 refs/heads/master)
@@ -127,6 +128,8 @@ test_atom tag objecttype tag
127128
test_atom tag objectsize 154
128129
test_atom tag objectsize:disk 138
129130
test_atom tag '*objectsize:disk' 138
131+
test_atom tag deltabase 0000000000000000000000000000000000000000
132+
test_atom tag '*deltabase' 0000000000000000000000000000000000000000
130133
test_atom tag objectname $(git rev-parse refs/tags/testtag)
131134
test_atom tag objectname:short $(git rev-parse --short refs/tags/testtag)
132135
test_atom head objectname:short=1 $(git rev-parse --short=1 refs/heads/master)

0 commit comments

Comments
 (0)