> 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.

OK, so finally this works:

"git log --max-count=1 --pretty=medium --no-abbrev-commit --decorate=full --cc
-p <path>  --ignore-space-at-eol"

The question is, however, is it a good idea to make this configurable in Magit?


Thanks,


York

Reply via email to