mirror of
https://github.com/airblade/vim-gitgutter.git
synced 2025-11-08 11:33:48 -05:00
This tells git-show to output the smudged version of a file if a clean/smudge filter is defined for it. In turns this allows us to diff the buffer contents (which is smudged) against the reference version. However patches cannot be applied. See the man pages for git-show and gitattributes for more information. See #796, #435.