Skip to content

Commit

Permalink
try to avoid merge conflicts in GitInfo.txt (#5715)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneDelcroix authored Apr 3, 2019
1 parent 6950db8 commit cc05cd2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@

# Always checkout docs using unix line endings because mdoc uses unix line endings even on windows
/docs/**/*.xml text eol=lf

# avoid overriding GitInfo.txt on merge
GitInfo.txt merge=ours
2 changes: 2 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[merge "ours"]
driver = true

0 comments on commit cc05cd2

Please sign in to comment.