>From 018a186636ba4078496f56a945d25087bca127a3 Mon Sep 17 00:00:00 2001 Message-Id: From: Stefano Lattarini Date: Thu, 26 Apr 2012 17:47:14 +0200 Subject: [PATCH] maint: don't use "union" merge driver for NEWS anymore The use of the "union" merge driver to avoid conflicts in NEWS has proven to be problematic, as it often silently produced mis-merges (instead of spurious conflicts, but a spurious conflict is better than a mis-merge). Also, our new branching policy (see automake bug#11153 for a description) should greatly mitigate the problem of merge conflicts in NEWS. For further discussion, see: Signed-off-by: Stefano Lattarini --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 5126add..0d86adb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1 @@ -NEWS merge=union *.texi* diff=texinfo -- 1.7.9.5