aboutsummaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-11-01 07:38:41 -0700
committerJunio C Hamano <gitster@pobox.com>2013-11-01 07:38:41 -0700
commitc167b76a6249ed0eb4bedd11c5852b2818c276f7 (patch)
treefd7f4fc5986a5733b08901118cff2d2d78b6e5c0 /t
parent583736c0bcf09adaa5621b142d8e43c22354041b (diff)
parentb74cf648036af764a176898763a0ec066a77a92f (diff)
downloadgit-c167b76a6249ed0eb4bedd11c5852b2818c276f7.tar.gz
git-c167b76a6249ed0eb4bedd11c5852b2818c276f7.tar.xz
Merge branch 'jk/for-each-ref-skip-parsing'
* jk/for-each-ref-skip-parsing: for-each-ref: avoid loading objects to print %(objectname)
Diffstat (limited to 't')
-rwxr-xr-xt/t6300-for-each-ref.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t6300-for-each-ref.sh b/t/t6300-for-each-ref.sh
index 752f5cb7d..da5fb6c91 100755
--- a/t/t6300-for-each-ref.sh
+++ b/t/t6300-for-each-ref.sh
@@ -58,6 +58,8 @@ test_atom head parent ''
test_atom head numparent 0
test_atom head object ''
test_atom head type ''
+test_atom head '*objectname' ''
+test_atom head '*objecttype' ''
test_atom head author 'A U Thor <author@example.com> 1151939924 +0200'
test_atom head authorname 'A U Thor'
test_atom head authoremail '<author@example.com>'
@@ -91,6 +93,8 @@ test_atom tag parent ''
test_atom tag numparent ''
test_atom tag object '67a36f10722846e891fbada1ba48ed035de75581'
test_atom tag type 'commit'
+test_atom tag '*objectname' '67a36f10722846e891fbada1ba48ed035de75581'
+test_atom tag '*objecttype' 'commit'
test_atom tag author ''
test_atom tag authorname ''
test_atom tag authoremail ''