vote up 0 vote down star

I am using the eclipse plugin for Git on Mac OS 10.6, and I cannot figure out how to compare two version of a file. I can pull up the file's history, and see all of the commits, with their messages, but I can't figure out how to see what changed in each commit.

This was very easy with subversion, and I'm sure its easy with Git, if you know where to look (but apparently, I don't).

Any pointers would be greatly appreciated.

To elaborate on my question, is there a way to access git-diff in the eclipse plugin?

flag

1  
The relevant git command is git-diff. Is there simply no implementation of that in the Eclipse plugin? – Jefromi Sep 8 at 22:25
I guess that is a more succinct way of asking; thank you. I edited the question to mention 'git-diff'. – pkaeding Sep 8 at 22:27
Yeah, I figured it was what you meant; it was just the title of your question that threw me off. I did find some things suggesting that you need to enable git as the quickdiff provider in the workspace preferences to allow you to set a revision as a quickdiff baseline and get the advertised quickdiff feature to work. I don't use Eclipse though, so I can't test it. – Jefromi Sep 8 at 22:35

1 Answer

vote up 0 vote down

There are some clues at the egit newsgroup, How to compare a file with the history?

link|flag

Your Answer

Get an OpenID
or

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