interdiff
creates a unified format diff that expresses the difference between two diffs
Questions tagged [interdiff]
2 questions
2
votes
2 answers
How to compare content of two commits?
Someone git push --force and I get merge conflict.
Comparing local and remote branches I can see that (1) last two commits are replaced by (2) only one. And new 242ab72 commit was added.
Now I want to analyze how commit 5892f6b differs from…

Eugen Konkov
- 22,193
- 17
- 108
- 158
1
vote
1 answer
How to install patchutils on Windows 10
I already have Git and Git Bash installed. I find it inconvenient to create an "interdiff" between two patch files in Git Bash using only git commands. I would like to install patchutils, so that I can use the interdiff command -- and thus create…

mbomb007
- 3,788
- 3
- 39
- 68