From f3a05ea071392077eb5629a34f33037acab7cab4 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sat, 4 Jul 2020 09:37:52 -0700 Subject: [PATCH] Specify "union" merge strategy for the TODO file This gives the semantics that I described in the previous commit. Conflicts will be resolved by keeping both sides in the file, and without conflict markers. This is not expected to be perfect, but is expected to be easy for people to fix up without having to think much about it. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..72c2395 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +TODO merge=union -- 2.43.0