jj/docs
Yuya Nishihara 2ac9865ce7 revset: exclude @git branches from remote_branches()
As discussed in Discord, it's less useful if remote_branches() included
Git-tracking branches. Users wouldn't consider the backing Git repo as
a remote.

We could allow explicit 'remote_branches(remote=exact:"git")' query by changing
the default remote pattern to something like 'remote=~exact:"git"'. I don't
know which will be better overall, but we don't have support for negative
patterns anyway.
2023-11-08 07:34:30 +09:00
..
design
technical
branches.md
code-of-conduct.md
config.md git: add config to disable abandoning of unreachable commits 2023-11-05 06:10:54 -08:00
config.toml
conflicts.md
contributing.md poetry: Poetry 1.7 issues 2023-11-06 17:10:27 -08:00
FAQ.md FAQ: Add an entry on how Jujutsu saves changes in the working-copy. 2023-11-02 20:29:06 +01:00
git-comparison.md
git-compatibility.md
github.md
glossary.md
index.md
install-and-setup.md
operation-log.md
related-work.md
revsets.md revset: exclude @git branches from remote_branches() 2023-11-08 07:34:30 +09:00
sapling-comparison.md mkdocs: make MkDocs work with more GitHub-like list formatting 2023-11-03 19:15:37 -07:00
templates.md
tutorial.md
working-copy.md