public inbox for elfutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Specify a custom git merge driver for ChangeLog files
@ 2018-03-19 18:33 Dmitry V. Levin
  2018-03-20 23:03 ` Mark Wielaard
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry V. Levin @ 2018-03-19 18:33 UTC (permalink / raw)
  To: elfutils-devel

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
---
 .gitattributes | 1 +
 ChangeLog      | 4 ++++
 2 files changed, 5 insertions(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..ca4ea27
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+ChangeLog	merge=merge-changelog
diff --git a/ChangeLog b/ChangeLog
index 279c3b2..91258e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-19  Dmitry V. Levin  <ldv@altlinux.org>
+
+	* .gitattributes: New file.
+
 2018-02-09  Joshua Watt  <JPEWhacker@gmail.com>
 
 	* configure.ac (HAVE_FALLTHROUGH): New define.
-- 
ldv

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-03-21  0:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-19 18:33 [PATCH] Specify a custom git merge driver for ChangeLog files Dmitry V. Levin
2018-03-20 23:03 ` Mark Wielaard
2018-03-20 23:20   ` Dmitry V. Levin
2018-03-20 23:42     ` Dmitry V. Levin
2018-03-21  0:16     ` Mark Wielaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).