You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug vcpkg.exe --x-builtin-ports-root=./ports --x-builtin-registry-versions-dir=./versions x-add-version --all --verbose results in a warning:
"warning: skipping detection of local changes due to unexpected format in git status output" - when git status is clean.
Environment
OS: Windows 11 23H2, PowerShell 7.4.6, Windows Terminal
To Reproduce
Steps to reproduce the behavior:
C:\Users\PatrikHuber\Projects\vcpkg-registry [main ≡]> git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
My git status is "as clean as it can get".
C:\Users\PatrikHuber\Projects\vcpkg-registry [main ≡]> & ${env:VCPKG_ROOT}\vcpkg.exe --x-builtin-ports-root=./ports --x-builtin-registry-versions-dir=./versions x-add-version --all --verbose
warning: skipping detection of local changes due to unexpected format in git status output
added version 1.0.0 to C:\Users\PatrikHuber\Projects\vcpkg-registry\versions\t-\template-project.json (new file)
added version 1.0.0 to C:\Users\PatrikHuber\Projects\vcpkg-registry\versions\baseline.json
C:\Users\PatrikHuber\Projects\vcpkg-registry [main ≡ +1 ~1 -0 !]>
Why do I receive a "warning: skipping detection of local changes due to unexpected format in git status output"?
Expected behavior
No warning.
The text was updated successfully, but these errors were encountered:
And I'm using vcpkg from Visual Studio (VS 17.12.3) - no modifications:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\vcpkg> .\vcpkg.exe --version
vcpkg package management program version 2024-09-30-ab8988503c7cffabfd440b243a383c0a352a023d
See LICENSE.txt for license information.
Describe the bug
vcpkg.exe --x-builtin-ports-root=./ports --x-builtin-registry-versions-dir=./versions x-add-version --all --verbose
results in a warning:"warning: skipping detection of local changes due to unexpected format in git status output" - when git status is clean.
Environment
To Reproduce
Steps to reproduce the behavior:
My git status is "as clean as it can get".
Why do I receive a
"warning: skipping detection of local changes due to unexpected format in git status output"
?Expected behavior
No warning.
The text was updated successfully, but these errors were encountered: