guberm / tortoisegit

Automatically exported from code.google.com/p/tortoisegit
0 stars 0 forks source link

Review the difference of patch of 2 similar/individual commits #2456

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
New feature!
(2nd order diff.)
For better way to review updated PR against original PR.

What steps?
1. Select 2 similar/individual commits in Log Message dialog
2. Right click => "Show diff of patches" item in context menu
3. make first patch file in temp folder for first commit
4. make second patch file in temp folder for second commit
5. Invoke TortoiseGitMerge to compare these 2 patch files

With this feature, I can review the changed line(s) coming from new updated PR, 
even review the changed log message.

Attached file "git-repo1.zip" is a testing repo.
(based on \test\UnitTests\resources\git-repo1)

Attached file "ex.png" is the final result I want.

Original issue reported on code.google.com by yuelinho...@gmail.com on 12 Mar 2015 at 6:05

Attachments: