tags:

views:

20

answers:

1

Using GitX, how do I view the revision history for a single file? (using the command-line interface preferably)

E.g using GitK this is rather simple;

$ gitk app/models/activity.rb

A: 

Same way, but with gitx instead:

$ gitx app/models/activity.rb

Note that all the commits shown will include the specified file, but the full commit will be shown (i.e., it'll show changes for other files modified in that commit).

mipadi
No dice (I'm running Version 0.7.1).
GlennR
I tried it before posting the answer, and it worked. What happens when you do it?
mipadi