Skip to content
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

Closed
magicseth opened this issue Jun 7, 2013 · 5 comments · May be fixed by #235
Closed

gitx does not show detached head in the tree #189

magicseth opened this issue Jun 7, 2013 · 5 comments · May be fixed by #235
Labels

Comments

@magicseth
Copy link

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.

@rowanj
Copy link
Owner

rowanj commented Jun 8, 2013

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.

@magicseth
Copy link
Author

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. 

  • seth

On Fri, Jun 7, 2013 at 6:32 PM, Rowan James [email protected]
wrote:

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.

Reply to this email directly or view it on GitHub:
#189 (comment)

@millerdev
Copy link

This bug is really annoying. Any chances that this might be fixed and a new version released sometime soon?

@magicseth
Copy link
Author

I don't have time to work on it. My work around had been to drop to a
command line and add a tag. Reload gitx and then delete the tag when I'm
done.

On Thu, Jul 3, 2014, 6:27 AM, Daniel Miller [email protected]
wrote:

This bug is really annoying. Any chances that this might be fixed and a
new version released sometime soon?


Reply to this email directly or view it on GitHub
#189 (comment).

@rowanj
Copy link
Owner

rowanj commented Jul 21, 2014

Yep, new version coming soon.

@rowanj rowanj closed this as completed in b9fe73e Jul 27, 2014
ssp pushed a commit to ssp/gitx that referenced this issue May 23, 2021
Rewire/fix MGScopeBar compile errors, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants