On Tue, Oct 12, 2010 at 14:14, Kirill Likhodedov <Kirill.Likhodedov@xxxxxxxxxxxxx> wrote: > The behavior of ls-files is inconsistent in Windows and Mac. > > I want to see which files were changed in the specific directory of my working tree, so I call ls-files: >> git ls-files -douvm --exclude-standard -- MYDIR > Well, it is an... unconventional way to do that. May I suggest you consider using "git diff --name-status" or just "git status" next time? > Looks like a bug. Maybe a bug of porting Git to windows, but the behavior is the same on msys-git and cygwin-git. Maybe. Both ports share a fair amount of Windows-related code. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html