マージ後、次のログを取得します:
git merge --no-ff feature/seamless_registration
Auto-merging cpanfile
CONFLICT (content): Merge conflict in cpanfile
Auto-merging bin/myapp
CONFLICT (content): Merge conflict in bin/myapp
Resolved 'bin/myapp' using previous resolution.
Resolved 'cpanfile' using previous resolution.
Automatic merge failed; fix conflicts and then commit the result.
この後、このマージの競合がどのように解決されるかを確認できます。
$git diff cpanfile
...
しかし、元のマージの競合を表示するにはどうすればよいですか?
man git rerere
そのようなコマンドはないようです