From 3be082ae4a3d0b40d360648b20fb7caa14c0a9fc Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 20 Oct 2016 17:57:39 +0200 Subject: Make it easier to deal with changelog conflicts See https://medium.com/@nettsundere/on-reducing-changelog-merge-conflicts-1eb23552630b#.dcl1qlj7d for details. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..a19ade07 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +CHANGELOG.md merge=union -- cgit v1.2.3