jj/cli
George Christou 5fedd36fd0 git init: prefer upstream over origin for trunk() alias
When both `origin` and `upstream` are present, prefer `upstream` over `origin`
as the default remote for the `trunk()` alias.

This allows developers working on forks to have `trunk()` automatically point
to the `main` branch of the upstream repository rather than their fork's
origin. This is common when using the `gh` CLI to set up repositories.

Resolves #7228
2025-08-17 11:59:17 +00:00
..
examples cli lib: make use of Self consistent 2025-07-27 00:12:02 +00:00
src git init: prefer upstream over origin for trunk() alias 2025-08-17 11:59:17 +00:00
testing revset: insert HeadsRange in Ancestors for nested range/filter 2025-08-02 01:40:23 +00:00
tests git init: prefer upstream over origin for trunk() alias 2025-08-17 11:59:17 +00:00
build.rs build.rs: separate commit ids if compiling at a merge commit 2025-07-08 02:38:21 +00:00
Cargo.toml tests: use jsonschema directly instead of taplo(1) 2025-08-08 16:19:30 +00:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00