Hello, I am wondering if there is currently a way to determine how many files are changed/deleted/added in a single commit? Something pretty much like ``` git show --pretty="format:" --name-only SHA | wc -l ``` Thanks!