OK, I think this used to work, but it doesn't anymore. The reason for
this is that when you run 'gitx README.txt' the following gets
executed:

9/7/09 10:40:10 PM GitX[52768] Starting command `/opt/git/bin/git log
-z --early-output --topo-order --pretty=format:%H%e%an%s%P%at
Site` in dir /Users/pieter/projects/GitX/.git

The problem here is that we run it in the .git directory, not in the
root of the repository, or, preferably, in the current git directory.

Now that I know what the problem is, it should be possible to fix it :)

Reply via email to