ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/docs
Yuya Nishihara 5649ee4f45 fileset: parse glob characters as identifier
It's inconvenient that we have to quote glob patterns as 'glob:"*.rs"'. Suppose
filesets are usually specified in shell, it's better to allow unquoted strings
if possible. This change also means we'll probably abandon #2101 "make the
parsing of string arguments stricter."

Note that we can no longer introduce ? operator or [] subscript syntax in
filesets.

Closes #4053
2024-07-18 13:49:10 +09:00
..
design
technical
branches.md
cli-reference.md
code-of-conduct.md
community_tools.md
config.md cli: include untracked remote branches in default immutable_heads() 2024-07-15 23:41:07 +09:00
config.toml
conflicts.md
contributing.md cli: include untracked remote branches in default immutable_heads() 2024-07-15 23:41:07 +09:00
design_doc_blueprint.md
design_docs.md
FAQ.md
filesets.md fileset: parse glob characters as identifier 2024-07-18 13:49:10 +09:00
git-comparison.md
git-compatibility.md docs/git-comparison.md: update the Signed_commits bullet 2024-07-17 17:12:34 +02:00
github.md
glossary.md
index.md
install-and-setup.md
operation-log.md
related-work.md
revsets.md revset: add diff_contains(text[, files]) to search diffs 2024-07-18 01:01:16 +09:00
sapling-comparison.md
templates.md templater: add commit.diff().<format>() methods 2024-07-17 18:52:49 +09:00
testimonials.md
tutorial.md cli_util: add missing word in conflict resolution instructions 2024-07-17 08:10:25 +02:00
windows.md
working-copy.md