Re: merge command - GSoC progress

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Greg Smith <greg(at)2ndquadrant(dot)com>, Boxuan Zhai <bxzhai2010(at)gmail(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>
Subject: Re: merge command - GSoC progress
Date: 2010-07-30 16:33:37
Message-ID: 201007301833.37702.andres@anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Friday 30 July 2010 18:21:49 Greg Smith wrote:
> - break;
> + break;
>
> This happened because you added two invisible tabs to the end of this
> line. This makes the patch larger for no good reason and tends to
If you want to remove changes like this using:
"git checkout -p HEAD"
is very useful if youre using git. It allows you to selectively revert hunks
of not-checked-in changes...

Andres

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jan Urbański 2010-07-30 17:19:43 Re: gincostestimate
Previous Message Robert Haas 2010-07-30 16:31:20 Re: merge command - GSoC progress