git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug] for-each-ref: %(object) and %(type) unimplemented
@ 2008-06-25 15:01 Lea Wiemann
  2008-06-25 16:08 ` Jeff King
  0 siblings, 1 reply; 11+ messages in thread
From: Lea Wiemann @ 2008-06-25 15:01 UTC (permalink / raw)
  To: Git Mailing List

Try the following on a repository with tag objects in it:

git for-each-ref --format='%(object)'
git for-each-ref --format='%(type)'

Each command prints only newlines.  The %(type) and %(object) options 
are not rejected with an error message (like "%(doesnotexist)"), but 
they don't seem to be implemented.  "%(tag)" works though.

Anyone care to implement the missing options?  Or should they rather be 
removed from the documentation?

-- Lea

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2008-06-26  8:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-25 15:01 [Bug] for-each-ref: %(object) and %(type) unimplemented Lea Wiemann
2008-06-25 16:08 ` Jeff King
2008-06-25 16:14   ` Jeff King
2008-06-25 19:08     ` Mikael Magnusson
2008-06-25 19:38       ` Junio C Hamano
2008-06-25 20:36         ` Mikael Magnusson
2008-06-26  5:35     ` Jeff King
2008-06-26  5:37       ` [PATCH 1/2] improve for-each-ref test script Jeff King
2008-06-26  5:38       ` [PATCH 2/2] for-each-ref: implement missing tag values Jeff King
2008-06-26  8:08       ` [Bug] for-each-ref: %(object) and %(type) unimplemented Jeff King
2008-06-26  8:21         ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).