jj icon indicating copy to clipboard operation
jj copied to clipboard

Some repos fail with`Caused by: unsupported extension name extensions.preciousobjects; class=Repository (6)`

Open shavitmichael opened this issue 4 months ago • 0 comments

Description

This looks like it might be an issue in libgit2, which just had a fix merged in last week https://github.com/libgit2/libgit2/pull/6886 .

Steps to Reproduce the Problem

repo init -u https://android.googlesource.com/platform/manifest -b main
cd .repo/manifests
jj git init --colocate
touch t
jj describe -m "t"

Actual Behavior

Error: Git operation failed
Caused by: unsupported extension name extensions.preciousobjects; class=Repository (6)

Specifications

  • Platform: nixpkgs
  • Version: jj 0.17.1

shavitmichael avatar Oct 03 '24 06:10 shavitmichael