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

Add current stashes to response. #12

Closed cmarcusreid closed 8 years ago

cmarcusreid commented 8 years ago

Address https://github.com/cmarcusreid/git-status-cache/issues/11. Need to verify that this does not substantially impact performance before merging. (If there is overhead, we can address by making the status query a separate request.)

DoCode commented 8 years ago

Many thanks... I'll testing this in evening and give you some feedback

Sent from my Windows Phone


From: Marcus Reidmailto:notifications@github.com Sent: ‎06.‎09.‎2015 16:47 To: cmarcusreid/git-status-cachemailto:git-status-cache@noreply.github.com Subject: [git-status-cache] Add current stashes to response. (#12)

Address #11https://github.com/cmarcusreid/git-status-cache/issues/11. Need to verify that this does not substantially impact performance before merging. (If there is overhead, we can address by making the status query a separate request.)


You can view, comment on, or merge this pull request online at:

https://github.com/cmarcusreid/git-status-cache/pull/12

Commit Summary

File Changes

Patch Links:

— Reply to this email directly or view it on GitHubhttps://github.com/cmarcusreid/git-status-cache/pull/12.

cmarcusreid commented 8 years ago

I'll need to update the posh-git pull request before you will see this in the prompt, but you can see the raw information using Get-GitStatusFromCache.

DoCode commented 8 years ago

Working very fast on large repo (compiled with vs2015) :-)

cmarcusreid commented 8 years ago

I also measured on my end with 10 stashes and observed no performance impact. Looks like we're good to go!