Re: .gitignore files, take two

From: Gurjeet Singh <singh(dot)gurjeet(at)gmail(dot)com>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: .gitignore files, take two
Date: 2010-10-10 04:57:15
Message-ID: AANLkTinx4JZkfDc0hK9KwLnLsaheu_yfMSB3F+WgXb8j@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Sep 21, 2010 at 12:55 AM, Robert Haas <robertmhaas(at)gmail(dot)com> wrote:

> All the build products in a normal build. 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.
>

I have just started to read the thread, so don't know if somebody already
chimed in.

You can avoid the above situation by adding the folowing to ~/.gitconfig or
.git/config

[pager]
status = true

I think I used `git config` command for this, but adding by hand would also
do.

Regards,
--
gurjeet.singh
@ EnterpriseDB - The Enterprise Postgres Company
http://www.EnterpriseDB.com

singh(dot)gurjeet(at){ gmail | yahoo }.com
Twitter/Skype: singh_gurjeet

Mail sent from my BlackLaptop device

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Craig Ringer 2010-10-10 06:56:15 Re: Slow count(*) again...
Previous Message Tom Lane 2010-10-10 04:42:06 Re: .gitignore files, take two