Merge pull request #12 from eyal0/add_svg

Add support for svg images
This commit is contained in:
Ewan Mellor
2020-06-22 20:37:13 -07:00
committed by GitHub

View File

@ -68,6 +68,7 @@ addattr gif
addattr jpeg
addattr jpg
addattr png
addattr svg
echo '+ git config --global alias.diff-image '"'"'!f() { cd -- "${GIT_PREFIX:-.}"; GIT_DIFF_IMAGE_ENABLED=1 git diff "$@"; }; f'"'"
git config --global alias.diff-image '!f() { cd -- "${GIT_PREFIX:-.}"; GIT_DIFF_IMAGE_ENABLED=1 git diff "$@"; }; f'