Re: merge command - GSoC progress

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: pgsql-hackers@postgresql.org
Cc: Greg Smith <greg@2ndquadrant.com>, Boxuan Zhai <bxzhai2010@gmail.com>, Robert Haas <robertmhaas@gmail.com>
Date: 2010-07-30T16:33:37Z
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