Re: no test programs in contrib

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: no test programs in contrib
Date: 2014-11-26 15:20:36
Message-ID: 20141126152036.GP1639@alvin.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> writes:
> > This is pretty bulky, but really the vast majority of the changes here
> > are just "git mv".
>
> For ease of review, is there a way to get git to show just the diffs that
> *aren't* git mv? (That is, show changes in a file's content without
> respect to its having moved?)

I think git diff -D -M -B does that. Here's such a diff, which I
obtained from "git show" (otherwise you'd need to "git add" all the new
files, I think, which would be pretty annoying)

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

Attachment Content-Type Size
test_modules_reviewable.patch text/x-diff 21.1 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-11-26 15:23:00 Re: superuser() shortcuts
Previous Message Stephen Frost 2014-11-26 15:18:20 Re: superuser() shortcuts