dahlbyk / posh-git

A PowerShell environment for Git
http://dahlbyk.github.io/posh-git/
MIT License
7.62k stars 802 forks source link

Performance Optimization: Added an option to get a more concise git status #924

Open zhengweidi opened 2 years ago

zhengweidi commented 2 years ago

Get-GitConciseStatusFromCache returns the number of files instead of the file path to avoid taking too long for IO under a large number of file changes.

image

git-status-cache's pull request is still pending, maybe you can try my repository see also: https://github.com/cmarcusreid/git-status-cache/pull/29 https://github.com/cmarcusreid/git-status-cache-posh-client/pull/14