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

GetRefStatus should not attempt to find upstream when not on a branch. #7

Closed cmarcusreid closed 9 years ago

cmarcusreid commented 9 years ago

Git.GetRefStatus.FailedToFindUpstream Failed to find remote tracking reference. { "repositoryPath": "E:/git/", "localBranch": "5165b22", "result": "Generic Error", "lastError": "Reference 'HEAD' is not a local branch." }

cmarcusreid commented 9 years ago

Resolved by 4d3b760f12187b01ce438f3ac11d3ddfd599724a.