The text below is from an private email of Pieter's, republished with permission. This applies to the HEAD of the gitx code.
-- In the history view, you can switch to the tree subview (using the buttons at the bottom). With the github version, you can rightclick a file and select 'show history for this file'. The top view then will only show commits touching that path, and you can switch back to detail view to see the diffs. On Aug 16, 10:32 pm, Stephen Bannasch <[email protected]> wrote: > >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!
