]> git.proxmox.com Git - cargo.git/commit
Auto merge of #7570 - twe4ked:already-existing-git-ignore-comment, r=alexcrichton
authorbors <bors@rust-lang.org>
Mon, 11 Nov 2019 18:37:02 +0000 (18:37 +0000)
committerbors <bors@rust-lang.org>
Mon, 11 Nov 2019 18:37:02 +0000 (18:37 +0000)
commitdd3466881e2f5d72626d676fc1246ee70cd62daa
tree096cc92fae05999fd734c430f11cc3546ca8e0fb
parentcb50a1991a8b36f386bfbc80da8c446557fa4920
parentc42f2eeb0e7807de2c56e3cd6932f1ef6cdb3312
Auto merge of #7570 - twe4ked:already-existing-git-ignore-comment, r=alexcrichton

Only include "already existing ..." comment in gitignore on conflict

I found the comment a bit confusing when I've used `cargo init` when I haven't had any conflicts. I thought it was meaning that my existing entries would be all commented out so I thought there was a bug of some kind.

This PR changes the comment to only be included when there are conflicting entries in the existing file.