Skip to content

Commit 815ce8c

Browse files
committedAug 20, 2019
Allow git to merge Cargo.lock
This commit backs out #46539 in order to fully leverage #63579 where `git` should be able to merge `Cargo.lock` nowadays with only minimal conflicts.
1 parent f86521e commit 815ce8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
src/etc/installer/gfx/* binary
99
*.woff binary
1010
src/vendor/** -text
11-
Cargo.lock -merge linguist-generated=false
11+
Cargo.lock linguist-generated=false
1212

1313
# Older git versions try to fix line endings on images, this prevents it.
1414
*.png binary

0 commit comments

Comments
 (0)
Please sign in to comment.