Skip to content

Commit 4b67760

Browse files
committed
Remove union merge driver for sln, csproj files
The union merge driver is not appropriate for sln or csproj files. It is useful (as described by Junio) to "merge two shopping lists". This will work in trivial examples for sln and csproj files, for example when one branch adds a new file and the other branch does too, but it will often silently produce corrupt output.
1 parent ba6b4b4 commit 4b67760

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33

44
# Custom for Visual Studio
55
*.cs diff=csharp
6-
*.sln merge=union
7-
*.csproj merge=union

0 commit comments

Comments
 (0)