Potential bug in ls-files (version 1.7.9.5)

2014-07-07 Thread Hamilton Turner
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

Re: Potential bug in ls-files (version 1.7.9.5)

2014-07-07 Thread Jonathan Nieder
Hi Hamilton, Hamilton Turner wrote: 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