
26 Feb
2007
26 Feb
'07
6:54 p.m.
On Mon, Feb 26, 2007 at 02:15:38PM +0100, Wolfgang Denk wrote:
In message 528646bc0702201547o28480db3g8973c63764fd58ce@mail.gmail.com you wrote:
If an alternative command can be used to do the same thing, would you consider accepting this patch? Have you tried: 'git-ls-files --others'?
It doesn't do what I want. For example:
-> cg-status ... ? LOG/ ? board/amcc/yellowstone/ -> git-ls-files --others LOG/cam5200.ERR LOG/cam5200.MAKELOG ->
The first command shows me that there is a stale (empty) directory left, the second doesn't.
Try "git ls-files --others --directory". And for cleaning absolutely everything, "git clean -x -d".
-Scott