tibirna / qgit

Official git repository for QGit.
Other
175 stars 68 forks source link

fixed recognition of detached branches #49

Closed rhaschke closed 6 years ago

rhaschke commented 6 years ago

Obviously git changed the way how it reports detached branches. Not it reads like this: HEAD detached at ccfb057

This PR fixes the detection in qgit.

tibirna commented 6 years ago

Thanks for the catch and the fix. Merged.