X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/2ccc38f4061497e18172d3e9a470c3d489a0e23e..c00fe8afd2ae2e21fca7ad8408e674ae4f300d54:/mrconfig.complex?ds=inline diff --git a/mrconfig.complex b/mrconfig.complex index d329cf3..11f7f6f 100644 --- a/mrconfig.complex +++ b/mrconfig.complex @@ -11,7 +11,7 @@ svn_cleanup = svn cleanup "$@" git_gc = git gc "$@" git_push = git push "$@" git_tag = git tag -l -svn_tag = svn ls "$(LC_MESSAGES=C svn info . | grep -i ^URL: | cut -d ' ' -f 2 | sed -e 's/trunk/tags/')" +svn_tag = svn ls "$(LC_ALL=C svn info . | grep -i ^URL: | cut -d ' ' -f 2 | sed -e 's/trunk/tags/')" # This hack is here because git-pull stupidly outputs tag info to stderr. # Shut it up but let real errors through, for use in cron. quietupdate = mr -s -n update 3>&1 1>/dev/null 2>&3 | egrep -v '(storing tag|tag: )' || true