Files
openide/native/XPlatLauncher
Roman Shevchenko 554dcc21ab [platform] avoiding launcher dialogs for CEF sandbox subprocesses (IJPL-173035)
(cherry picked from commit 0df5725e3f649bbd3cd7472e243456c5e51e4e99)

IJ-CR-155786

GitOrigin-RevId: 40800c5a8a1a968fbcd8785ec6cc409cca073c7a
2025-02-24 08:32:49 +00:00
..

Known issues:

  1. ... invalid data in index - calculated checksum does not match expected; class=Index (10) TLDR: git config --local index.skiphash false && git reset --mixed && git update-index --refresh

check your feature.manyfiles / index.skiphash

git v2.40.0+ causes cargo to fail on our repo with index.skiphash set to true git.manyfiles=true implies index.skiphash=true by default

libgit2 has merged the fix, but didn't release it yet https://github.com/libgit2/libgit2/issues/6531

cargo issue https://github.com/rust-lang/cargo/issues/11857