"Rafael Garcia-Suarez" <rgarciasuarez@gmail.com> writes:Probably because git-status is porcelain, and is meant to be used by end user, not in scripts. To list all untracked files you can use plumbing command, namely "git ls-files --others" (Show other files in the output), or perhaps "git ls-files -o --directory --no-empty-directory --exclude-standard" If you want to use git command in script, it is better to find appropriate plumbing command to do what you want, for example git-ls-files instead of git-status to list untracked files, git-symbolic-ref instead of git-branch to get current branch name, etc. -- Jakub Narebski Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Hiten Pandya | Re: up? (emacs docbook xml ide) |
| Martin Michlmayr | Network slowdown due to CFS |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
git: | |
| Christos Zoulas | Re: Boot device confusion |
| Manuel Bouyer | Re: NFSv3 bug |
| Anders Magnusson | Re: setsockopt() compat issue |
| Martin Husemann | Re: Compressed vnd handling tested successfully |
