Great job on GitX, I believe it is the best solution on the market.
There is one feature that I sorely miss and I would be willing to help
work on it. I would like to be able to select one file or folder and
then have the UI stick to that file. Operations I would like to have
1. see the commits that affect it (git log -- target)
2. then select a given commit and see diffs between that commit and
HEAD (git diff ..commit.. -- target)
3. see the version of the file at that commit (git show REVISION:full/
path/in/git/repo)
I got the code out of github. I am thinking this would be another view
in addition to the repo and cached views you have at the top.
Opinions?
I would love to se this feature!