jj/tests
Martin von Zweigbergk 326654952e cli: respect Git's core.excludesFile config (#87)
It probably doesn't make sense to respect Git's `core.excludesFile`
config when not running in a Git-backed repo, but we also already
respect `.gitignore` files in the working copy regardless of backend,
so at least it's consistent with that. We can revisit it when the
native backend becomes a reasonable choice.

Closes #87.
2022-03-12 10:48:06 -08:00
..
smoke_test.rs tests: set user and email in e2e tests 2022-03-10 12:38:07 -08:00
test_git_push.rs cli: when pushing all branches (the default), skip open commit 2022-03-12 10:46:58 -08:00
test_gitignores.rs cli: respect Git's core.excludesFile config (#87) 2022-03-12 10:48:06 -08:00
test_global_opts.rs tests: set user and email in e2e tests 2022-03-10 12:38:07 -08:00
test_init_command.rs cli: when initializing repo backed by Git repo, check out Git's HEAD 2022-03-10 12:53:40 -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