vlad-git icon indicating copy to clipboard operation
vlad-git copied to clipboard

Using a branch containing the word 'head' always deploys HEAD from master

Open chredd opened this issue 10 years ago • 0 comments

Happens because of this line: https://github.com/jbarnette/vlad-git/blob/master/lib/vlad/git.rb#L15 Gave us quite the headache before finding the cause. :)

Is 'head' a protected word for branches in vlad-git, or can this check be rewritten to be more specific and thus allowing branches with 'head' in it?

chredd avatar Sep 22 '14 13:09 chredd