Next: How does branching and pushing work?, Previous: How to install the gitman info manual?, Up: FAQ - How to …? [Contents][Index]
Git supports showing diffs for encrypted files, but has to be told to do so. Since Magit just uses Git to get the diffs, configuring Git also affects the diffs displayed inside Magit.
git config --global diff.gpg.textconv "gpg --no-tty --decrypt" echo "*.gpg filter=gpg diff=gpg" > .gitattributes