Re: .gitignore files, take two

Peter Eisentraut <peter_e@gmx.net>

From: Peter Eisentraut <peter_e@gmx.net>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2010-09-21T14:27:59Z
Lists: pgsql-hackers
On tis, 2010-09-21 at 00:55 -0400, Robert Haas wrote:
> One of the infelicities of
> git is that 'git status' shows the untracked files at the bottom.  So
> if you have lots of unignored stuff floating around, the information
> about which files you've actually changed or added to the index
> scrolls right off the screen.

Perhaps you knew this, but 'git status -uno' is moderately useful
against that.