]> git.proxmox.com Git - cargo.git/commit
cargo new: Don't create a git repo in subdirectory
authorPaul Woolcock <paul@woolcock.us>
Thu, 23 Oct 2014 12:30:36 +0000 (08:30 -0400)
committerPaul Woolcock <paul@woolcock.us>
Fri, 24 Oct 2014 18:34:11 +0000 (14:34 -0400)
commit6c20085429304a5cd3362a15d2f75755d49566a3
treeff6c76bf392b34d62c95c1f91ef5afe6531507a5
parent4194d3d17b426490dca4d528e060b1f98616cd68
cargo new: Don't create a git repo in subdirectory

Running `cargo new` to create a subpackage shouldn't create another
git repository if one exists in a parent directory.

Closes #664
Cargo.lock
src/cargo/ops/cargo_new.rs
src/cargo/util/vcs.rs
tests/test_cargo_new.rs