I would like to git log file and have it show the full commit details, including all files affected by that commit, like git log --stat=999,999 produces.
For example, git log --stat=999,999 path/to/file shows a diffstat of just that one file and if its associated commit had more files in it then it won't show them. I'd like it to show all files of the commit.