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
link|improve this question
feedback

2 Answers

try

gitx -- app/models/activity.rb
link|improve this answer
feedback

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).

link|improve this answer
No dice (I'm running Version 0.7.1). – GlennR Jul 23 '10 at 7:36
I tried it before posting the answer, and it worked. What happens when you do it? – mipadi Jul 23 '10 at 12:55
GitX shows me nada: See screenshot here: skitch.com/glennr/r4r59/… – GlennR Apr 14 '11 at 14:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.