ファイルだけみたいなら
$ git log --name-only commit 681083c502fada84b65f50fcd330c1c98221202c Author: Yuya Adachi <moguriso> Date: Tue Jul 29 18:41:25 2014 +0900 temp commit js/main.js
状態もみたいなら
$ git log --name-status $ git log --name-status commit 681083c502fada84b65f50fcd330c1c98221202c Author: Yuya Adachi <moguriso> Date: Tue Jul 29 18:41:25 2014 +0900 temp commit M js/main.js
この程度だと大差ないけど。。。