File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ test_atom head push:strip=-1 master
8484test_atom head objecttype commit
8585test_atom head objectsize 171
8686test_atom head objectsize:disk 138
87+ test_atom head deltabase 0000000000000000000000000000000000000000
8788test_atom head objectname $( git rev-parse refs/heads/master)
8889test_atom head objectname:short $( git rev-parse --short refs/heads/master)
8990test_atom head objectname:short=1 $( git rev-parse --short=1 refs/heads/master)
@@ -127,6 +128,8 @@ test_atom tag objecttype tag
127128test_atom tag objectsize 154
128129test_atom tag objectsize:disk 138
129130test_atom tag ' *objectsize:disk' 138
131+ test_atom tag deltabase 0000000000000000000000000000000000000000
132+ test_atom tag ' *deltabase' 0000000000000000000000000000000000000000
130133test_atom tag objectname $( git rev-parse refs/tags/testtag)
131134test_atom tag objectname:short $( git rev-parse --short refs/tags/testtag)
132135test_atom head objectname:short=1 $( git rev-parse --short=1 refs/heads/master)
You can’t perform that action at this time.
0 commit comments