Suppose I have two versions v0.1 and v0.2. In between, there are about 20 commits. Now if I want to make a kind of code review on the two versions, gitweb only offers me the possibility to make diffs between each commit. I would just like a diff of all commits done in between the two versions . Is that possible? On the command line it would look like this:
git diff v0.1 v0.2
However, git will open for each file once my diff viewer (meld) and I have no way to see all the changes at once (in one file).
Maybe someone already encountered the same problem and can tell me what to do there?
Greetings limepix