ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/docs
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
..
technical docs: add technical doc about a conflict design 2022-03-09 21:08:41 -08:00
branches.md
code-of-conduct.md
conflicts.md docs: add technical doc about a conflict design 2022-03-09 21:08:41 -08:00
contributing.md
git-comparison.md docs: start describing differences compared to Git 2022-03-11 22:47:36 -08:00
git-compatibility.md cli: respect Git's core.excludesFile config (#87) 2022-03-12 10:48:06 -08:00
operation-log.md
related-work.md
revsets.md
tutorial.md
working-copy.md