git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Potential bug in ls-files (version 1.7.9.5)
@ 2014-07-07 21:46 Hamilton Turner
  2014-07-07 22:22 ` Jonathan Nieder
  0 siblings, 1 reply; 2+ messages in thread
From: Hamilton Turner @ 2014-07-07 21:46 UTC (permalink / raw)
  To: git

I'd appreciate if someone could confirm that this is a bug in git, as this works
as expected with git 1.8.5.2.

I'm not sure if this 1.7.X is still supported, but I think it's still
the latest git-core available
in Ubuntu 12.04 repositories.

I'm having problems with git ls-files --others --ignored
--exclude-standard not listing some ignored files.

My project has this directory structure

.
├── aspnet
│   ├── .gitignore
│   ├── __init__.py
│   ├── lib
│   │   ├── <lots of big stuff>

My aspnet/.gitignore lists lib/*, and git add aspnet/lib/foo reports
that this path is ignored.

But git ls-files --others --ignored --exclude-standard does not list
the files under lib. These are untracked files, they do show up in
output if I do git ls-files --others, but not if I provide the ignored
flag.

With 1.8.5.2, all of the files under lib are listed if I ls-files
--ignored --others --exclude-standard

Tracks http://stackoverflow.com/questions/24620108/show-all-ignored-files-in-git

Thanks,

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

end of thread, other threads:[~2014-07-07 22:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-07 21:46 Potential bug in ls-files (version 1.7.9.5) Hamilton Turner
2014-07-07 22:22 ` Jonathan Nieder

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).