Closed (fixed)
Project:
Gittyup drush command
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2010 at 20:14 UTC
Updated:
29 Nov 2010 at 20:30 UTC
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