jj/tests
Martin von Zweigbergk bbf4ba4118 cli: on jj init --git-repo, point to Git repo's .git/
When using an internal Git repo (`jj init --git`), we make
`.jj/repo/store/git_target` point directly to the repo (which is bare
in that case). It makes sense to do the same when using an external
Git repo (`jj init --git-repo`), so the contents of
`.jj/repo/store/git_target` doesn't depend on whether the user
included the `.git/` on the CLI.
2022-03-05 09:37:48 -08:00
..
smoke_test.rs tests: pass timestamps via env vars for reproducible hashes 2022-03-05 08:48:42 -08:00
test_global_opts.rs tests: pass timestamps via env vars for reproducible hashes 2022-03-05 08:48:42 -08:00
test_init_command.rs cli: on jj init --git-repo, point to Git repo's .git/ 2022-03-05 09:37:48 -08:00
test_ui.rs cli: parse file names as relative and using platform separator 2021-06-09 22:56:02 -07:00
test_untrack_command.rs cli: clarify error message when jj untrack argument is not ignored 2022-03-02 22:43:09 -08:00