Re: [HACKERS] [PATCH] Add diff directives to gitattributes

2016-11-29 Thread Michael Paquier
On Wed, Nov 30, 2016 at 5:16 AM, Tom Lane wrote: > ilm...@ilmari.org (Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?=) writes: >> Attached is a patch which adds diff= directives to .gitattributes for C, >> Perl and (X|SG)ML files. This makes word diffs and the function >> indicator in the diff chunk he

Re: [HACKERS] [PATCH] Add diff directives to gitattributes

2016-11-29 Thread Tom Lane
ilm...@ilmari.org (Dagfinn Ilmari =?utf-8?Q?Manns=C3=A5ker?=) writes: > Attached is a patch which adds diff= directives to .gitattributes for C, > Perl and (X|SG)ML files. This makes word diffs and the function > indicator in the diff chunk header and more useful. Could you provide some examples

[HACKERS] [PATCH] Add diff directives to gitattributes

2016-11-29 Thread Dagfinn Ilmari Mannsåker
Hi hackers, Attached is a patch which adds diff= directives to .gitattributes for C, Perl and (X|SG)ML files. This makes word diffs and the function indicator in the diff chunk header and more useful. >From 57d7d4ec5b94783bf68b2959128e33c28547a6b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn