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 (0.15.1869) sometimes shows HEAD for origins #312

Closed
tfeb opened this issue May 12, 2014 · 4 comments
Closed

GitX (0.15.1869) sometimes shows HEAD for origins #312

tfeb opened this issue May 12, 2014 · 4 comments

Comments

@tfeb
Copy link

tfeb commented May 12, 2014

I generally work in a repo which is cloned from a bare master repo on the same machine. So my work pattern is something like:

$ git init --bare myproj.git
$ cd ...; git clone .../myproj.git; cd myproj
$ vi .gitignore; git add .gitignore; git commit -m ...; git push origin master
... git commits ...
$ git push
...

Previously, GitX would show master and origin/master (and other branches of course if they exist). After 0.15.1869 it also shows, for some repos (not all, and I don't understand which ones) origin/HEAD. This isn't really a bug, but I don't think it's useful either. There is an example screenshot below (the weird commit names are intentional: the commits are done by a script every hour).

I am using running 10.9.2 using the git that comes with OSX (or with Xcode perhaps). I'm not building GitX from source, just using the binary and letting it update itself when it wants.

Feel free to close this if it's either intentional or not worth fixing!

Example screenshot

@rowanj rowanj closed this as completed in ec77647 May 16, 2014
@rowanj
Copy link
Owner

rowanj commented May 16, 2014

Special thanks for the great report, including pics, description, and relevant version numbers 👍

@tfeb
Copy link
Author

tfeb commented May 16, 2014

I've just tried 0.15.1899 which fixes this: thanks. It said an odd thing about "locked with a password" when updating but I just hit cancel and it did it anyway...

@rowanj
Copy link
Owner

rowanj commented May 16, 2014

That is a very odd thing to encounter, perhaps it's an interaction with auto-updates replacing the bundle and 10.9.2. Do you have GitX installed in /Applications, or somewhere else?

@tfeb
Copy link
Author

tfeb commented May 16, 2014

It's in /Local/Applications which is where I keep local things: it's a directory I can write to as a non-admin user basically. My guess is that it was some transient 10.9.* oddness, since it didn't happen for 0.15.1869. I'll let you know if it happens again (assuming you want to: it's not exactly a blocking problem...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants