Skip to content

Commit

Permalink
Rollup merge of rust-lang#50809 - kennytm:show-cargo-lock-diff, r=ale…
Browse files Browse the repository at this point in the history
…xcrichton

GitHub: Stop treating Cargo.lock as a generated file.

We do want to inspect the changes to Cargo.lock, hiding the diff by default would make it easier to miss important details like rust-lang#50629 (comment) and rust-lang#50696 (review)
  • Loading branch information
kennytm committed May 16, 2018
2 parents 8366780 + 2d46b90 commit 3c261a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
src/etc/installer/gfx/* binary
*.woff binary
src/vendor/** -text
Cargo.lock -merge
Cargo.lock -merge linguist-generated=false

0 comments on commit 3c261a4

Please sign in to comment.