From 815ce8cb1df6708682691f732c30f10ca1aecc88 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 20 Aug 2019 06:56:46 -0700 Subject: [PATCH] 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. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f0b1c67bd0fdd..a7de7ce85593c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,7 +8,7 @@ src/etc/installer/gfx/* binary *.woff binary src/vendor/** -text -Cargo.lock -merge linguist-generated=false +Cargo.lock linguist-generated=false # Older git versions try to fix line endings on images, this prevents it. *.png binary