From 93d98915c787ccdf363e1bb6eceb0786f441c43f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 21 Dec 2011 12:47:48 -0400 Subject: [PATCH] update --- mrconfig.complex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2