]> git.cworth.org Git - lmno-todo/commitdiff
Specify "union" merge strategy for the TODO file
authorCarl Worth <cworth@cworth.org>
Sat, 4 Jul 2020 16:37:52 +0000 (09:37 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 4 Jul 2020 16:37:52 +0000 (09:37 -0700)
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 [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..72c2395
--- /dev/null
@@ -0,0 +1 @@
+TODO merge=union