mirror of
https://github.com/jj-vcs/jj.git
synced 2026-07-08 02:00:44 +08:00
This allows us to express negative refspecs in jj's syntax. We'll need something like `git.fetch-tags = <patterns>` to fetch tags into remote views and merge them accordingly #7528. The default tag patterns can't be set to .git/config because Git processes remote tags differently.