jj/docs
Stephen Jennings be5eb27f16
Some checks are pending
binaries / Build binary artifacts (push) Waiting to run
website / prerelease-docs-build-deploy (ubuntu-24.04) (push) Waiting to run
Scorecards supply-chain security / Scorecards analysis (push) Waiting to run
fix: Add enabled config for fix tools
Adds an optional `fix.tools.TOOL.enabled` config that disables use of a fix
tool (if omitted, the tool is enabled). This is useful for defining tools in
the user's configuration without enabling them for all repositories:

```toml
# ~/.jjconfig.toml
[fix.tools.rustfmt]
enabled = false
command = ["rustfmt", "--emit", "stdout"]
patterns = ["glob:'**/*.rs'"]
```

Then to enable it in a repository:

```shell
$ jj config set --repo fix.tools.rustfmt.enabled true
```
2025-01-13 17:29:49 +00:00
..
design docs/cli: update URLs to from martinvonz user to jj-vcs org 2024-12-17 12:44:44 -08:00
governance docs: introduce temporary governance voting process 2024-09-12 15:19:46 -07:00
technical docs: improve and convert library design diagram to SVG 2025-01-07 20:32:56 -06:00
bookmarks.md docs: Use "branch" consistently when talking about Git's branches 2025-01-03 10:54:00 -06:00
cli-reference.md docs: Remove trailing whitespace in markdown files 2024-09-13 13:06:28 +02:00
code-of-conduct.md docs: s/socio-economics/socioeconomics/ per codespell suggestion 2024-05-24 11:34:03 +09:00
community_tools.md docs/cli: update URLs to from martinvonz user to jj-vcs org 2024-12-17 12:44:44 -08:00
config.md fix: Add enabled config for fix tools 2025-01-13 17:29:49 +00:00
config.toml docs: document git.fetch and git.push config options 2024-02-09 12:03:42 -06:00
conflicts.md docs: explain long conflict markers 2024-12-25 20:34:40 -06:00
contributing.md contributing: recommend bacon over cargo-watch 2025-01-09 19:39:54 +00:00
design_doc_blueprint.md docs: Remove trailing whitespace in markdown files 2024-09-13 13:06:28 +02:00
design_docs.md docs: Remove trailing whitespace in markdown files 2024-09-13 13:06:28 +02:00
FAQ.md docs: Explain what elided revisions are 2025-01-11 01:18:45 +00:00
filesets.md cli: enable fileset by default 2024-07-24 10:49:46 +09:00
git-comparison.md docs: fix typo in in command 2025-01-10 21:21:08 +00:00
git-compatibility.md docs/cli: update URLs to from martinvonz user to jj-vcs org 2024-12-17 12:44:44 -08:00
github.md docs: Git does not use bookmarks 2024-12-19 20:59:45 -08:00
glossary.md docs: try to clarify that changes are not a first-class concept 2024-11-16 14:20:37 -08:00
index.md docs/cli: update URLs to from martinvonz user to jj-vcs org 2024-12-17 12:44:44 -08:00
install-and-setup.md docs: fix the mkdocs admonition I recently added 2025-01-10 23:09:01 +00:00
operation-log.md bookmarks: update some leftover uses of the word "branch" 2024-09-11 19:19:31 -07:00
related-work.md politics: delete references to Pijul 2024-04-14 13:16:08 -07:00
revsets.md docs: fix typo in builtin_immutable_heads() description 2024-12-31 19:24:36 -06:00
roadmap.md docs/cli: update URLs to from martinvonz user to jj-vcs org 2024-12-17 12:44:44 -08:00
sapling-comparison.md docs: explain that jj was started 3 years before Sapling announcement 2024-06-20 05:24:28 +09:00
templates.md templater: add config(name) function 2025-01-11 01:40:23 +00:00
testimonials.md docs: Remove trailing whitespace in markdown files 2024-09-13 13:06:28 +02:00
tutorial.md tutorial: fix conflict formatting issue 2024-11-25 16:47:59 -06:00
windows.md docs/cli: update URLs to from martinvonz user to jj-vcs org 2024-12-17 12:44:44 -08:00
working-copy.md docs/cli: update URLs to from martinvonz user to jj-vcs org 2024-12-17 12:44:44 -08:00