We can't find the internet

Attempting to reconnect

Something went wrong!

Hang in there while we get back on track

tests: extract create_tree_with_copy_id() helper in a similar way to _executable
merge_tools: make return type of inner apply_merge_builtin() stricter
cli: git fetch: disable default when --branch or --tag is specified
github: bump the github-dependencies group with 3 updates
templater: add builtin `hyperlink()` function
lib: refactor `file_util::relative_path`
cli: rename `FixError::IO` to `FixError::Io`
builtin diff tool: preserve the file metadata when modified
testutils: 3 way merge tree builder and copy id setter
merge tools: refactor builtin tools
tests: exercise remaining text_util functions
clippy: fix elidable_lifetime_names lint
clippy: fix unnested_or_patterns lint
cli: refactor combine_messages_for_editing
clippy: fix format_collect lint
ui: hide progress bar when `--quiet` is specified
clippy: fix nightly unnecessary_sort_by lint
git: bump minimum "git" version to 2.41.0
tests: exercise template evaluating an omitted if-false case
tests: exercise templater error when evaluating a conditional
tests: exercise templater error when labelling
tests: exercise templater error when formatting Timestamp
tests: exercise template parser failing to parse a string pattern
tests: exercise template parser displaying more PEST rules
complete: remove "short" command names from dynamic completion candidates
revset: resolve name@remote symbol to remote tag
revset: add remote_tags() predicate functions
revset: extract common parsing function for remote bookmarks/tags arguments
revset: extract remote bookmark (name, remote) expressions pair to type
bisect: make abort into a non-error
git: fetch explicitly-specified tags as "remote" tags and merge like bookmarks
git: add explicit tag patterns to fetch remote tags to separate ref namespace
git: add type to pass around (bookmark, tag) name patterns
git: return default fetch refspecs as StringExpression
git: don't generate positive/negative refspecs for "not all" expression
git: extract helper that checks if ref pattern is compatible with Git
git: remove sideband message buffering from CLI
git: guarantee that sideband messages are emitted line by line
git: forward unknown stderr outputs of "git" process
git: refactor subprocess callback tests
git: use "git fetch --porcelain" to not write ref updates to stderr
nix: flake update
tests: exercise templater parsing infix Gt expression nodes
tests: exercise templater parsing an empty string
docs: Clean up explanation for `$JJ_CONFIG`
clippy: fix single_char_pattern lint
docs: add --author flag usage examples for the metaedit command
github: bump the github-dependencies group with 4 updates
cli: jj converge (aka jj resolve-divergence) Design Doc
clippy: fix while_let_loop lint
log in

~talya/jj

https://github.com/jj-vcs/jj ·
fork
r/o

revset: resolve name@remote symbol to remote tag 9fa3586c parent 43e9d8b2

Since local symbols are resolved to tags or bookmarks, remote symbols should be resolved in the same way.

authored by Yuya Nishihara

jj / cli

..
examples config: Implement secure-config design doc.
2 months ago
src revset: extract remote bookmark (name, remote) expressions pair to type
2 months ago
testing tests: exercise nonexistent and crashing bisectors 2 months ago
tests bisect: make abort into a non-error
2 months ago
Cargo.toml deps: remove unused rust dependencies
2 months ago
LICENSE cargo: add LICENSE file to each crate we publish
2 years ago
build.rs colocation: rename from "colocated repo" to "colocated workspace"
5 months ago
docs build: fix `cargo publish` by symlinking cli/docs->docs
1 year ago