From: Joey Hess Date: Wed, 21 Dec 2011 16:47:48 +0000 (-0400) Subject: update X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/93d98915c787ccdf363e1bb6eceb0786f441c43f?ds=sidebyside update --- diff --git a/mrconfig.complex b/mrconfig.complex index a29c8c0..b96c5bf 100644 --- a/mrconfig.complex +++ b/mrconfig.complex @@ -9,8 +9,8 @@ include = cat /usr/share/mr/* 2>/dev/null || true # Teach mr to run a few git and svn specific commands. svn_cleanup = svn cleanup "$@" git_gc = git gc "$@" -git_tag = git tag -l -svn_tag = svn ls "$(LC_ALL=C svn info . | grep -i ^URL: | cut -d ' ' -f 2 | sed -e 's/trunk/tags/')" +git_tags = git tag -l +svn_tags = svn ls "$(LC_ALL=C svn info . | grep -i ^URL: | cut -d ' ' -f 2 | sed -e 's/trunk/tags/')" # I prefer to git-svn rebase to fetch git_svn_update = git svn rebase # Tests used below.