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
8383test_atom head push:strip=-1 master
8484test_atom head objecttype commit
8585test_atom head objectsize 171
86+ test_atom head objectsize:disk 138
8687test_atom head objectname $( git rev-parse refs/heads/master)
8788test_atom head objectname:short $( git rev-parse --short refs/heads/master)
8889test_atom head objectname:short=1 $( git rev-parse --short=1 refs/heads/master)
@@ -124,6 +125,8 @@ test_atom tag upstream ''
124125test_atom tag push ' '
125126test_atom tag objecttype tag
126127test_atom tag objectsize 154
128+ test_atom tag objectsize:disk 138
129+ test_atom tag ' *objectsize:disk' 138
127130test_atom tag objectname $( git rev-parse refs/tags/testtag)
128131test_atom tag objectname:short $( git rev-parse --short refs/tags/testtag)
129132test_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