Git development
 help / color / mirror / Atom feed
* b5227d8 changes meaning of "ls-files -x 'pattern'"
@ 2009-12-14 15:51 Sitaram Chamarty
  2009-12-14 16:15 ` Michael J Gruber
  2009-12-14 18:25 ` Jeff King
  0 siblings, 2 replies; 4+ messages in thread
From: Sitaram Chamarty @ 2009-12-14 15:51 UTC (permalink / raw)
  To: Git Mailing List

Hello,

Before b5227d8, the following two commands would produce different
outputs (say on git.git):

    git ls-files
    git ls-files -x '*.c'

>From b5227d8 onward, they produce the same output.  The second command
no longer excludes *.c files.

I was unable to understand the commit message completely but it sounds
like this was intentionally changed to do this.

I've never been real clear on ls-files, and was wondering if someone
would be able to clarify the various ways of using it, including why
this change was made and is there a way (using some other combination of
flags perhaps) to get a list of files without *.c (to continue this
example).

Thanks,

Sitaram

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

end of thread, other threads:[~2009-12-17 12:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-14 15:51 b5227d8 changes meaning of "ls-files -x 'pattern'" Sitaram Chamarty
2009-12-14 16:15 ` Michael J Gruber
2009-12-14 18:25 ` Jeff King
2009-12-17 12:54   ` Sitaram Chamarty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox