Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
*.fsproj text merge=union
*.dbproj text merge=union

# Release notes are append-only unordered lists; union merge avoids conflicts
# when multiple PRs each add an entry under the same heading.
docs/release-notes/**/*.md text merge=union

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
Expand Down
Loading