Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / martinvonz/jj issues and pull requests

#3574 - copy-info: initial design doc

Pull Request - State: open - Opened by torquestomp 5 months ago - 1 comment

#3572 - templater: include actual type name in error messages

Pull Request - State: closed - Opened by yuja 5 months ago

#3571 - templates: extract common parts from commit_summary templates

Pull Request - State: closed - Opened by yuja 5 months ago

#3570 - docs: fixed usage of old "checkout" command in contributing docs

Pull Request - State: closed - Opened by Kaporos 5 months ago - 2 comments

#3569 - github: bump actions/checkout from 4.1.3 to 4.1.4 in the github-dependencies group

Pull Request - State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, github_actions

#3567 - Fixes a few minor typos in docs and CLI

Pull Request - State: closed - Opened by rowan-walsh 5 months ago

#3566 - docs: make "Arch Linux" a subheading under "Linux"

Pull Request - State: closed - Opened by martinvonz 5 months ago

#3565 - Omit or disallow merge parents to be ancestors

Issue - State: open - Opened by edre 5 months ago - 3 comments

#3564 - rebase: allow `-r` to accept multiple revisions

Pull Request - State: closed - Opened by bnjmnt4n 5 months ago - 2 comments

#3563 - cargo: bump rustix from 0.38.33 to 0.38.34 in the cargo-dependencies group

Pull Request - State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, rust

#3562 - github: bump actions/upload-artifact from 4.3.2 to 4.3.3 in the github-dependencies group

Pull Request - State: closed - Opened by dependabot[bot] 5 months ago - 1 comment
Labels: dependencies, github_actions

#3561 - FR: highlight change ids in rebase advice

Issue - State: closed - Opened by jyn514 5 months ago
Labels: good first issue, polish🪒🐃

#3559 - github: bump EmbarkStudios/cargo-deny-action from 1.6.2 to 1.6.3 in the github-dependencies group

Pull Request - State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, github_actions

#3558 - cargo: bump the cargo-dependencies group with 2 updates

Pull Request - State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, rust

#3556 - git_backend: add a README to conflicted commits

Pull Request - State: closed - Opened by martinvonz 5 months ago

#3555 - Initialization boilerplate is lengthy and error-prone

Issue - State: closed - Opened by cbarrete 5 months ago - 3 comments

#3554 - git: Always use OpenSSL on win32

Pull Request - State: open - Opened by HybridEidolon 5 months ago - 22 comments
Labels: 🪟Windows

#3553 - cli: Clean up template to use `coalesce` where relevant.

Pull Request - State: closed - Opened by algmyr 5 months ago

#3551 - rebase: rewrite `rebase_revision` to use `transform_descendants`

Pull Request - State: closed - Opened by bnjmnt4n 5 months ago - 2 comments

#3550 - Rewrite rebasing in `jj split` using `transform_descendants()`

Pull Request - State: closed - Opened by emesterhazy 5 months ago - 1 comment

#3547 - Add short a `-e` alias for `--edit` to prev and next

Pull Request - State: closed - Opened by emesterhazy 5 months ago

#3544 - github: bump actions/checkout from 4.1.2 to 4.1.3 in the github-dependencies group

Pull Request - State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, github_actions

#3543 - docs: Replace some mentions of `jj co` with `jj new`.

Pull Request - State: closed - Opened by PhilipMetzger 5 months ago

#3542 - templates: use "+" instead of "#" to denote immutable node in ascii graph

Pull Request - State: open - Opened by yuja 5 months ago - 4 comments

#3541 - templater: cache immutable revset fn globally

Pull Request - State: open - Opened by yuja 5 months ago

#3540 - FR: Improve conflict resolving for binary files

Issue - State: open - Opened by ChristianG1984 5 months ago - 7 comments

#3539 - tests: fix mtime flakiness in git gc tests

Pull Request - State: closed - Opened by yuja 5 months ago - 3 comments

#3538 - Use CommitIteratorExt to replace `.map(|c| c.id().clone())`

Pull Request - State: closed - Opened by emesterhazy 5 months ago

#3537 - `test_gc` is very flaky

Issue - State: closed - Opened by thoughtpolice 5 months ago - 2 comments
Labels: 🐛bug, test_flakes

#3536 - github: bump actions/upload-artifact from 4.3.1 to 4.3.2 in the github-dependencies group

Pull Request - State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, github_actions

#3535 - cargo: bump syn from 2.0.59 to 2.0.60 in the cargo-dependencies group

Pull Request - State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, rust

#3533 - cargo: upgrade gix from 0.61.0 to 0.62.0

Pull Request - State: closed - Opened by martinvonz 5 months ago

#3532 - cli: suggest root:"<path>" if cwd-relative path is not in workspace

Pull Request - State: closed - Opened by yuja 5 months ago

#3531 - lib `git.rs`: minor simplification, fixup to 62b14e1f

Pull Request - State: closed - Opened by ilyagr 5 months ago

#3530 - `jj git fetch`re-downloads whole repo

Issue - State: closed - Opened by dpc 5 months ago - 2 comments
Labels: 🐛bug

#3529 - FR: mark locally created changes as such and add `local()` revset (like `mine()`)

Issue - State: open - Opened by dpc 5 months ago - 24 comments
Labels: polish🪒🐃

#3527 - Support extensions of the SymbolResolver in revset evaluation

Pull Request - State: closed - Opened by torquestomp 5 months ago

#3526 - The builtin diff editor for `jj split` mishandles truncating a file to 0 bytes

Issue - State: open - Opened by emesterhazy 5 months ago - 3 comments
Labels: scm-record

#3525 - FR: Support `.ignore`/`.jjignore`, a Git Independent way to ignore files.

Issue - State: open - Opened by PhilipMetzger 5 months ago - 11 comments
Labels: enhancement

#3524 - cargo: bump the cargo-dependencies group with 2 updates

Pull Request - State: closed - Opened by dependabot[bot] 5 months ago
Labels: dependencies, rust

#3523 - FR: `jj log` column alignment

Issue - State: closed - Opened by ebensh 5 months ago - 6 comments
Labels: polish🪒🐃

#3521 - Implement `transform_descendants()`, rewrite `jj parallelize`

Pull Request - State: closed - Opened by martinvonz 6 months ago - 2 comments

#3520 - Move most of `rebase_commit_with_options()` onto new `CommitRewriter` type

Pull Request - State: closed - Opened by martinvonz 6 months ago - 1 comment

#3519 - Prep for `MutableRepo::transform_descendants()`

Pull Request - State: closed - Opened by martinvonz 6 months ago

#3518 - FR: `jj duplicate -d`

Issue - State: open - Opened by dpc 6 months ago - 9 comments
Labels: polish🪒🐃

#3517 - templates: document how to turn on the new node styles

Pull Request - State: closed - Opened by ilyagr 6 months ago - 3 comments

#3516 - lib `git.rs`: remove workaround for a now-fixed libgit2 bug

Pull Request - State: closed - Opened by ilyagr 6 months ago

#3514 - cargo: bump serde_json from 1.0.115 to 1.0.116 in the cargo-dependencies group

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, rust

#3513 - cli: set "node" template labels globally

Pull Request - State: closed - Opened by yuja 6 months ago

#3512 - fileset: parse cwd/root-glob patterns

Pull Request - State: closed - Opened by yuja 6 months ago

#3511 - jj split (and anything with `--interactive`) doesn't support empty files

Issue - State: closed - Opened by matts1 6 months ago - 1 comment
Labels: duplicate

#3510 - bluesky: copy tracing API

Pull Request - State: closed - Opened by torquestomp 6 months ago - 5 comments

#3509 - cargo: bump the cargo-dependencies group with 4 updates

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, rust

#3508 - matchers: refactor RepoPathTree (prep for glob matcher)

Pull Request - State: closed - Opened by yuja 6 months ago

#3506 - Progress indiciator is redrawn too frequently

Issue - State: open - Opened by dpc 6 months ago - 5 comments
Labels: polish🪒🐃

#3505 - FR: Don't make branches slide back

Issue - State: open - Opened by matts1 6 months ago - 14 comments
Labels: enhancement

#3504 - Make `cargo publish` less scary to run in non-colocated repo

Pull Request - State: closed - Opened by martinvonz 6 months ago

#3503 - politics: delete references to Pijul

Pull Request - State: closed - Opened by martinvonz 6 months ago - 1 comment

#3501 - Add template aliases with node symbol configs

Pull Request - State: open - Opened by algmyr 6 months ago

#3501 - Add template aliases with node symbol configs

Pull Request - State: open - Opened by algmyr 6 months ago

#3501 - Add template aliases with node symbol configs

Pull Request - State: closed - Opened by algmyr 6 months ago - 6 comments

#3500 - git: on fetch, pin visible untracked remote refs

Pull Request - State: closed - Opened by yuja 6 months ago

#3500 - git: on fetch, pin visible untracked remote refs

Pull Request - State: closed - Opened by yuja 6 months ago

#3499 - Shiny default graph symbols, take 2

Pull Request - State: closed - Opened by algmyr 6 months ago - 6 comments

#3499 - Shiny default graph symbols, take 2

Pull Request - State: closed - Opened by algmyr 6 months ago - 6 comments

#3499 - Shiny default graph symbols, take 2

Pull Request - State: closed - Opened by algmyr 6 months ago - 6 comments

#3498 - docs: stop mentioning `meld` as the default diff editor

Pull Request - State: closed - Opened by ilyagr 6 months ago

#3498 - docs: stop mentioning `meld` as the default diff editor

Pull Request - State: closed - Opened by ilyagr 6 months ago

#3498 - docs: stop mentioning `meld` as the default diff editor

Pull Request - State: closed - Opened by ilyagr 6 months ago

#3497 - cli: migrate "cat" to matcher API, print symlink target

Pull Request - State: open - Opened by yuja 6 months ago

#3497 - cli: migrate "cat" to matcher API

Pull Request - State: closed - Opened by yuja 6 months ago

#3496 - cargo: bump async-trait from 0.1.79 to 0.1.80 in the cargo-dependencies group

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, rust

#3496 - cargo: bump async-trait from 0.1.79 to 0.1.80 in the cargo-dependencies group

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, rust

#3495 - jj git fetch creates conflicts on remote branches without local changes

Issue - State: closed - Opened by avoinov-k 6 months ago - 3 comments

#3495 - jj git fetch creates conflicts on remote branches without local changes

Issue - State: closed - Opened by avoinov-k 6 months ago - 3 comments

#3495 - jj git fetch creates conflicts on remote branches without local changes

Issue - State: closed - Opened by avoinov-k 6 months ago - 3 comments

#3494 - build(deps-dev): bump idna from 3.6 to 3.7

Pull Request - State: closed - Opened by dependabot[bot] 6 months ago
Labels: dependencies, python

#3493 - FR: `jj untrack --local`, `jj untrack --ignore`

Issue - State: open - Opened by lf- 6 months ago
Labels: enhancement

#3493 - FR: `jj untrack --local`, `jj untrack --ignore`

Issue - State: open - Opened by lf- 6 months ago
Labels: enhancement

#3493 - FR: `jj untrack --local`, `jj untrack --ignore`

Issue - State: open - Opened by lf- 6 months ago
Labels: enhancement

#3492 - config.md: advertise `diffedit3` as an alternative to `meld-3` diff editor

Pull Request - State: closed - Opened by ilyagr 6 months ago - 2 comments

#3491 - cli_util: support multiple extensions consistently

Pull Request - State: closed - Opened by torquestomp 6 months ago

#3491 - cli_util: support multiple extensions consistently

Pull Request - State: open - Opened by torquestomp 6 months ago

#3491 - cli_util: support multiple extensions consistently

Pull Request - State: open - Opened by torquestomp 6 months ago

#3489 - revsets.md: document the `all:` prefix

Pull Request - State: open - Opened by ilyagr 6 months ago

#3489 - revsets.md: document the `all:` prefix

Pull Request - State: open - Opened by ilyagr 6 months ago

#3489 - revsets.md: document the `all:` prefix

Pull Request - State: closed - Opened by ilyagr 6 months ago

#3487 - docs: still referring to `jj co`

Issue - State: closed - Opened by joyously 6 months ago - 1 comment
Labels: documentation

#3486 - EXAMPLE: Rewrite commit to multiple commits

Pull Request - State: closed - Opened by emesterhazy 6 months ago

#3486 - EXAMPLE: Rewrite commit to multiple commits

Pull Request - State: closed - Opened by emesterhazy 6 months ago

#3486 - EXAMPLE: Rewrite commit to multiple commits

Pull Request - State: closed - Opened by emesterhazy 6 months ago