I\'m using msysgit (1.7.9), and I\'m looking for the right invocation of the git ls-files command to show just the (tracked) files and directories at the curren
git ls-files
I believe git ls-tree --name-only [branch] will do what you're looking for.
git ls-tree --name-only [branch]