Commit a8917339 authored by Kirill Smelkov's avatar Kirill Smelkov

Mdiff: Show diff that a merge brings to mainline

parent 7ee60de7
#!/bin/sh
# M <merge-sha1>
# show what was merged
# show what was merged in gitk
M=$1
gitk $M~..$M^2
#!/bin/sh
# Mdiff <merge-sha1>
# show diff that a merge brings to mainline
M=$1
git diff $M~...$M^2
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment