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 @@ -83,6 +83,7 @@ test_atom head push:strip=1 remotes/myfork/master
83
83
test_atom head push:strip=-1 master
84
84
test_atom head objecttype commit
85
85
test_atom head objectsize 171
86
+ test_atom head objectsize:disk 138
86
87
test_atom head objectname $( git rev-parse refs/heads/master)
87
88
test_atom head objectname:short $( git rev-parse --short refs/heads/master)
88
89
test_atom head objectname:short=1 $( git rev-parse --short=1 refs/heads/master)
@@ -124,6 +125,8 @@ test_atom tag upstream ''
124
125
test_atom tag push ' '
125
126
test_atom tag objecttype tag
126
127
test_atom tag objectsize 154
128
+ test_atom tag objectsize:disk 138
129
+ test_atom tag ' *objectsize:disk' 138
127
130
test_atom tag objectname $( git rev-parse refs/tags/testtag)
128
131
test_atom tag objectname:short $( git rev-parse --short refs/tags/testtag)
129
132
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