diff options
author | Andras Timar <atimar@novell.com> | 2011-04-11 20:06:16 +0200 |
---|---|---|
committer | Andras Timar <atimar@novell.com> | 2011-04-27 21:13:12 +0200 |
commit | 066300b5aa1326b16f72add98836a5908f5bf78e (patch) | |
tree | f42703e412e85c8380da020c43c602457a05e9ec /g | |
parent | 63e01f740843188d45184aae5791ebc9fee51dee (diff) |
use git hook instead of gitattributes filter for *.po files
Diffstat (limited to 'g')
-rwxr-xr-x | g | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -38,12 +38,6 @@ function update_hooks() if [ "$PWD" != "$RAWBUILDDIR" -a ! -e .gitattributes ]; then ln -s $RAWBUILDDIR/.gitattributes . fi - if [ -z "$(git config filter.po.clean)" ] ; then - git config filter.po.clean 'msgcat - --no-wrap' - fi - if [ -z "$(git config filter.po.smudge)" ] ; then - git config filter.po.smudge cat - fi } # extra params for some commands, like log |