Make "git resolve" take the merge message in $3
authorLinus Torvalds <torvalds@g5.osdl.org>
Sat, 9 Jul 2005 00:38:44 +0000 (17:38 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sat, 9 Jul 2005 00:38:44 +0000 (17:38 -0700)
commit3ba513c32e7b9102187d94d1c43f33d9559fb334
tree8121f48b07e68ea9fb3e5c1c7b6d4b68b915bca5
parent69a97f1d9bb9455b634564e91f33479ffc35c02b
Make "git resolve" take the merge message in $3

It used to do "Merge $3" as the message, but that ends up being
inconvenient, and much more easily done inside git-pull-script instead.

This makes the third argument to "git resolve" much easier to explain.
git-pull-script
git-resolve-script