ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Jun Wu eacab648b0 working_copy: clean up ".git" automatically
TreeState::write_tree leaves a ".git" file in the working copy. This is
undesirable but more problematic on Windows - The second time
TreeState::write_tree would panic because Repository::init_opts will fail
with a Permission Denied error.

This seems to be a libgit2 defect. But for now let's just remove ".git"
automatically. This makes `cargo test --test smoke_test` pass on Windows.
2021-03-14 15:49:42 -07:00
..
protos view: add tracking of "public" heads (copying Mercurial's phase concept) 2021-01-16 11:48:35 -08:00
src working_copy: clean up ".git" automatically 2021-03-14 15:49:42 -07:00
tests working_copy: avoid std::os::unix on Windows 2021-03-14 15:49:22 -07:00
build.rs rustfmt: configure to group imports 2021-03-14 10:46:25 -07:00
Cargo.toml cargo: release 0.1.1 2021-01-03 23:06:46 -08:00