git log with name
$ git log --name-status ...
git log with name (one entry)
$ git log --name-status -1 commit fbf829b7245f7d76ea02a44ab0a62427214b7575 Author: Timmy WillisonDate: Mon Nov 30 11:30:31 2015 -0500 Attributes: exclusively lowercase A-Z in attribute names Fixes gh-2730 Close gh-2749 M src/attributes/attr.js M test/unit/attributes.js