git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ls-tree and wildcards
@ 2012-05-12 15:07 Ryan McCue
  2012-05-12 15:40 ` Nguyen Thai Ngoc Duy
  2012-05-14 16:43 ` Junio C Hamano
  0 siblings, 2 replies; 6+ messages in thread
From: Ryan McCue @ 2012-05-12 15:07 UTC (permalink / raw)
  To: git

Good evening folks,

I'm attempting to grab relevant information for files in a tree matching 
a given pattern with wildcards. The help for ls-tree indicates that it 
can accept a pattern of files to match, however I'm not able to see that.

$ git ls-tree origin/master
...
100644 blob 8c391e8fb44a38e1389a710ebf8af79612e592a6    screenshot-1.png
100644 blob ecb7159c1c02567e9cd5da83c254c538d331f733    screenshot-2.png
100644 blob f58eea7e27f98c01038262b823aa73ccd64cb01e    screenshot-3.png
100644 blob 07e64def408145660cee657a46947077374762cc    screenshot-4.png
$ git ls-tree origin/master screenshot*
$

(I've also tried quoting to ensure it's not bash playing up)

Is there some issue with the command I'm issuing? The documentation 
seems to indicate that I should be getting back the files which match 
the pattern.

Thanks,

-- 
Ryan McCue
<http://ryanmccue.info/>

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

end of thread, other threads:[~2012-05-15 15:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-12 15:07 ls-tree and wildcards Ryan McCue
2012-05-12 15:40 ` Nguyen Thai Ngoc Duy
2012-05-12 15:46   ` Ryan McCue
2012-05-14 16:43 ` Junio C Hamano
2012-05-15 11:29   ` Nguyen Thai Ngoc Duy
2012-05-15 15:35     ` 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).