X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/52a0974a2497b483d88c49377283c9b8f2520a85..93d98915c787ccdf363e1bb6eceb0786f441c43f:/mrconfig.complex 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.