rowanj / gitx

Fork of Pieter's nice git GUI for OS X. Includes branch/tag sidebar and various fixes. Current development focus is on removing legacy git command line usage in favour of libgit2 and objective-git.
http://rowanj.github.com/gitx
Other
2.15k stars 204 forks source link

GitX cashes #463

Open niko-lay opened 7 years ago

niko-lay commented 7 years ago

GitX silently crashes if I trying to open clone of this repo https://github.com/tekezo/Karabiner-Elements.git Here is full crash log gitx_crash.txt

tiennou commented 7 years ago

GitX (libgit2 actually) doesn't support shallow repositories, which the --depth 1 options asks. You should git fetch --unshallow so that you get the complete history.

niko-lay commented 7 years ago

I think it's bad behavior for GitX. It should show some error message and after it can close.