Re: .gitignore files, take two

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: .gitignore files, take two
Date: 2010-09-21 14:31:31
Message-ID: AANLkTincKH5N-Je88QTRs7zp=PJ6gmyw0wfutoZqXW5L@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Sep 21, 2010 at 16:27, Peter Eisentraut <peter_e(at)gmx(dot)net> wrote:
> 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.

It is, but that one has the problem of not showing any untracked files
- so if you forgot to add a file/directory you *wanted* to be added,
it will also be hidden with -uno.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2010-09-21 14:38:05 Re: .gitignore files, take two
Previous Message Peter Eisentraut 2010-09-21 14:27:59 Re: .gitignore files, take two