pgsql: Preserve information on use of git-external-diff

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Preserve information on use of git-external-diff
Date: 2018-05-24 14:22:30
Message-ID: E1fLr8Q-0005jO-QZ@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Preserve information on use of git-external-diff

Now that the Working with git wiki page no longer suggests producing
context diffs, we should preserve the information on how to use
git-external-diff for those people who want to view context format
diffs. The most obvious place is in the script itself, so that's what's
done here.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/4431c94c3606ab54594b15ad89c7e71e46b4fb6a

Modified Files
--------------
src/tools/git-external-diff | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-05-24 16:08:04 pgsql: Properly schema-qualify additional object types in getObjectDesc
Previous Message Bruce Momjian 2018-05-24 02:06:41 pgsql: doc: PG 11 rel notes: add PL/pgSQL composite DDL item