X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/717f9cb47f76dc41fafab28b251176f44415a46b..eb0532270369618a99e2495c41dab98315f73d11:/mrconfig.complex diff --git a/mrconfig.complex b/mrconfig.complex index 3bc577c..2d566c3 100644 --- a/mrconfig.complex +++ b/mrconfig.complex @@ -12,7 +12,7 @@ push = if [ -d "$MR_REPO"/.git ]; then git push; fi # And how to list tags for git and svn. tag = if [ -d "$MR_REPO"/.git ]; then - git tag + git tag -l elsif [ -d "$MR_REPO"/.svn ]; then url=$(LANG=C svn info . | grep -i ^URL: | cut -d ' ' -f 2) svn ls "$(echo '$url' | sed -e 's/trunk/tags/')"