On Wednesday 04 June 2008, Gerb Stralko wrote: > Is there a way to list only the untracked files in git? git status > works, but i need to do some parsing in order to get a list of > untracked files. Something like git status --show-only-untracked? Is git ls-files -o what you want? (Depending on your use case, you might also find the --exclude-standard and --directory options useful as well. See the git-ls-files manual page for details) ...Johan -- Johan Herland, <johan@xxxxxxxxxxx> www.herland.net -- 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