gitx icon indicating copy to clipboard operation
gitx copied to clipboard

gitx crashes (most of the time) when I try to open a submodule

Open vinzenzweber opened this issue 12 years ago • 1 comments

crash report on gist: https://gist.github.com/2309575

this happens when double clicking on a submodule in gitx as well as when I simply try to open it from File->Open

vinzenzweber avatar Apr 05 '12 09:04 vinzenzweber

Same here. Maybe this has something to do with new (post git 1.7.8 ?) submodule layout, where ".git" in the submodule folder is a file containing a string like "gitdir: ../../.git/modules/$path". Previously, it used to be a normal .git/ - dir.

[update:] i just compiled v0.8.4-94-gb547c26 and the problem seems to be gone. Maybe it is time to replace the downloadable "stable" 0.8.4 binary with a more current version?

hqx avatar May 18 '12 15:05 hqx