Skip to content

Commit

Permalink
Remove union merge driver for sln, csproj files
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ethomson committed May 30, 2015
1 parent ba6b4b4 commit 4b67760
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@

# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union

0 comments on commit 4b67760

Please sign in to comment.