powerlevel10k
powerlevel10k copied to clipboard
`vcs` prompt does not display with repo that uses SHA-256 object format
I have 2 repos initialized, the repo using SHA-256 for a hashing algorithm is not recognized by the vcs prompt.
test_repo - SHA-1
test_repo_256 - SHA-256
https://git-scm.com/docs/git-init#Documentation/git-init.txt---object-formatltformatgt
I created an issue in the correct repo: https://github.com/romkatv/gitstatus/issues/411
Indeed, gitstatusd does not support SHA-256 repos.
Upstream issue: https://github.com/romkatv/gitstatus/issues/411