gitx
gitx copied to clipboard
GitX (L) - A gitk clone for OS X
I noticed that gitx refreshes the index each time it gains focus. This can make the app a little slow to switch between. However what is really annoying is that...
I keep Gitx open to see changes in a commit and each time I focus on the app it jumps to the latest commit. Very annoying.
Maybe related to #91. As far as I can tell, PBGitHistoryController: 1. refreshes the history view whenever GitX gains focus 2. tries to restore the selected commit when doing this,...
Gitx commit details view does not remember it's scroll position if it loses focus... this is very frustrating when trying to view changes and switching back and forth with editor...
When typing a commit message, the system spell checker which comes with Lion is seldom a good idea. You can disable this selectively by right clicking a text field, going...
When I try to stash any changes, with or without a message, GitX crashes.
Would you mind to integrate this [patch](https://github.com/dmilith/gitx/commit/18f0ad716c60e7c04de98da690850f97141f8cf7)? https://github.com/dmilith/gitx/commit/18f0ad716c60e7c04de98da690850f97141f8cf7.patch
First of all a big thanks for all the effort going into making GitX even better and creating a graphical interface to more of git's features. An issue I ran...
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
This seems to be a general problem in the sidebar: when removing an item, the next selected item isn't loaded in the right pane until you select something else and...