"Gerb Stralko" <gerb.stralko@xxxxxxxxx> writes: > 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? git-status is porcelain, meant for human consumption. For list of untracked files use $ git ls-files --other --exclude-standard -- Jakub Narebski Poland ShadeHawk on #git -- 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