ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/cli
Chris Krycho b4caef7fe0 cli: do not allow jj init --git in existing Git repo
Allowing `jj init --git` in an existing Git repo creates a second Git
store in `.jj/repo/store/git`, totally disconnected from the existing
Git store. This will only produce extremely confusing bugs for users,
since any operations they make in Git will *not* be reflected in the
jj repo.
2023-11-28 17:31:54 -06:00
..
examples repo_path: add stub RepoPathBuf type, update callers 2023-11-28 07:33:28 +09:00
src cli: do not allow jj init --git in existing Git repo 2023-11-28 17:31:54 -06:00
testing
tests cli: do not allow jj init --git in existing Git repo 2023-11-28 17:31:54 -06:00
build.rs
Cargo.toml cargo: sort dependencies list alphabetically 2023-11-07 23:46:05 +09:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00