summaryrefslogtreecommitdiff
path: root/g
diff options
context:
space:
mode:
authorAndras Timar <atimar@novell.com>2011-04-11 20:06:16 +0200
committerAndras Timar <atimar@novell.com>2011-04-27 21:13:12 +0200
commit066300b5aa1326b16f72add98836a5908f5bf78e (patch)
treef42703e412e85c8380da020c43c602457a05e9ec /g
parent63e01f740843188d45184aae5791ebc9fee51dee (diff)
use git hook instead of gitattributes filter for *.po files
Diffstat (limited to 'g')
-rwxr-xr-xg6
1 files changed, 0 insertions, 6 deletions
diff --git a/g b/g
index 2d601b5e09f8..7fbf6834764d 100755
--- a/g
+++ b/g
@@ -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