pgsql: gitattributes: Make syntax compatible with older Git versions

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: gitattributes: Make syntax compatible with older Git versions
Date: 2013-11-13 03:02:40
Message-ID: E1VgQj2-0001oS-3W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

gitattributes: Make syntax compatible with older Git versions

Avoid the use of **, which was only introduced in Git version 1.8.2.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c0764a542530c7ebf8abd2766d256d49d27e90e8

Modified Files
--------------
.gitattributes | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2013-11-13 03:04:27 Re: Re: [COMMITTERS] pgsql: Fix whitespace issues found by git diff --check, add gitattribut
Previous Message Peter Eisentraut 2013-11-13 02:51:20 Re: [COMMITTERS] pgsql: Replace duplicate_oids with Perl implementation