Gerb Stralko venit, vidit, dixit 04.06.2008 16:05:
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? thanks Jerry
git-ls-files --others --exclude-standard may be what you are looking for. Michael -- 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