cmarcusreid / git-status-cache

High performance cache for git repository status. Clients can retrieve information via named pipe.
MIT License
16 stars 4 forks source link

Added an option to return the number of changed files #29

Open zhengweidi opened 1 year ago

zhengweidi commented 1 year ago

Returns the number of files instead of the file path to avoid taking too long for IO under a large number of file changes.

66F8B613-1E59-46da-95E8-76A9690BFE18