mirror of
https://github.com/tpope/vim-fugitive.git
synced 2025-11-12 21:33:53 -05:00
Starting with Git 2.11 cat-file provides --filters option that can be specified instead of "blob" type. This option tells Git to use all filters specified in .gitattributes. This enables diffs for files with filters, for example, git-crypt. Closes #1509