You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You want the --cherry-mark option to git log which marks commits with an equals sign when their patch content is the same.
git log --decorate --graph --oneline --cherry-mark --boundary A...B
The text was updated successfully, but these errors were encountered:
https://stackoverflow.com/questions/8569699/is-there-a-way-to-compare-two-diffs-or-patches
https://stackoverflow.com/questions/11459040/is-there-a-way-to-check-if-two-different-git-commits-are-equal-in-content
The text was updated successfully, but these errors were encountered: