Yann, Thanks a lot for the help, saved me a lot of time to dig, really appreciated.
> What you see here is the output of git log for this commit, not a git > diff of any kind. See `magit-refresh-commit-buffer'. > Unfortunately, there's currently no way to inject custom flags there, > without modifying the function. Yes, and I have just figured this out actually, and I found that the command being sent out for the "diff" was actually: "git log --max-count=1 --pretty=medium --no-abbrev-commit --decorate=full --cc -p <commit>" I will see what I can do on this, not sure whether there is any option in git to control "diff" in "log" command. Thanks, York
