Fix implementation of tag/revision support for git.
I somehow missed the case of "branch option not ever set" by using the getOption method to grab the git branch instead of the specific build system "getBranch" method that had been used before. This led to build errors trying to dereference an undefined variable. My apologies for the trouble.
Please register or sign in to comment