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
84
84
test_atom head objecttype commit
85
85
test_atom head objectsize 171
86
86
test_atom head objectsize:disk 138
87
+ test_atom head deltabase 0000000000000000000000000000000000000000
87
88
test_atom head objectname $( git rev-parse refs/heads/master)
88
89
test_atom head objectname:short $( git rev-parse --short refs/heads/master)
89
90
test_atom head objectname:short=1 $( git rev-parse --short=1 refs/heads/master)
@@ -127,6 +128,8 @@ test_atom tag objecttype tag
127
128
test_atom tag objectsize 154
128
129
test_atom tag objectsize:disk 138
129
130
test_atom tag ' *objectsize:disk' 138
131
+ test_atom tag deltabase 0000000000000000000000000000000000000000
132
+ test_atom tag ' *deltabase' 0000000000000000000000000000000000000000
130
133
test_atom tag objectname $( git rev-parse refs/tags/testtag)
131
134
test_atom tag objectname:short $( git rev-parse --short refs/tags/testtag)
132
135
test_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