[PATCH] Git/WinGit: Add default textconv for .dot
commit6cd0154fc56e700dc7d474f983e26631bf0d8c51
authorKirill Smelkov <kirr@mns.spb.ru>
Sun, 13 Mar 2011 11:52:50 +0000 (13 14:52 +0300)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sun, 13 Mar 2011 15:12:06 +0000 (13 16:12 +0100)
tree339676b0549ce5041ac34ba3074194659bff4653
parentb272952e4fa11772725deefa4044a2c954dcfbe0
[PATCH] Git/WinGit: Add default textconv for .dot

As suggested by Consul on the list:

    Is it possible to make the antiword handling Word templates (*.dot)
    as well as documents (*.doc) by default?

    It works fine, if I add

    [diff "antiword"]
            textconv = antiword -f

    into the config file and

    *.dot diff=antiword

    into the attributes file, but this is repository specific.
    Can we make this behavior default?

Suggested-by: Alex Ivanov <void@aleksoft.net>
Signed-off-by: Kirill Smelkov <kirr@landau.phys.spbu.ru>
Acked-by Alex Ivanov <void@aleksoft.net>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
bin/astextplain
etc/gitattributes