If you specify the --git-tag option either via the command line or an @alias the gittyup command attempts to perform the following commands.
`git fetch $origin`
`git checkout $tag ./`
The "./" at the end of the git tag command causes the tag checkout to fail, and since we're already cd'ing in to the git root directly it isn't necessary.
Comments
Comment #1
eojthebravehttp://drupal.org/cvs?commit=451424