まくまくGitノート
コミットログにファイル名や変更行数を表示する
2010-08-20
$ git log --name-only    # ファイル名を表示
$ git log --stat         # ファイル名と変更行数を表示
2010-08-20