-
Notifications
You must be signed in to change notification settings - Fork 205
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
Comments
Special thanks for the great report, including pics, description, and relevant version numbers 👍 |
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... |
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 |
It's in |
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:
Previously, GitX would show
master
andorigin/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!
The text was updated successfully, but these errors were encountered: