-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gitx does not show detached head in the tree #189
Comments
I think GitX only loads commits that are linked from a ref; so if you're ahead of any ref I understand the issue. If HEAD is in the linked section of the tree, however, you should see at least that the commit's "dot" is orange. Fix will be to load add HEAD to the loaded refs. |
Got it. This is a regression from the last sparkle version. I frequently have a head not on any of the linked tree. Your fix sounds good and I might get to it on Monday.
On Fri, Jun 7, 2013 at 6:32 PM, Rowan James [email protected]
|
This bug is really annoying. Any chances that this might be fixed and a new version released sometime soon? |
I don't have time to work on it. My work around had been to drop to a On Thu, Jul 3, 2014, 6:27 AM, Daniel Miller [email protected]
|
Yep, new version coming soon. |
Rewire/fix MGScopeBar compile errors, etc.
When committing on a detached head (ahead of any tag or branch) it does not show up in the tree.
clicking on "detached head" does not highlight any commit, because it is not visible.
The text was updated successfully, but these errors were encountered: