gtoolkit
gtoolkit copied to clipboard
GT Crashes when inspecting remote HEAD branches
To recreate:
- Open the git tool and select a repository.
- Go to the commits tab and double-click to inspect a commit
- Select the Raw inspector on the commit and double-click the
repository
slot to inspect it - Select the Remotes tab on the repository inspect, which will list all the remotes
- Double-click the HEAD remote branch
- CRASH
I believe the problem is that HEAD isn't a true remote branch but a pointer to one of the other branches and this is causing an illegal FFI call to libgit