diff --git a/git-open b/git-open index 84ce330..9df3c95 100755 --- a/git-open +++ b/git-open @@ -57,8 +57,7 @@ elif grep -q github <<<$giturl; then elif grep -q bitbucket <<<$giturl; then giturl=${giturl/git\@bitbucket\.org\:/https://bitbucket.org/} providerUrlDifference="src" - rev=$(git rev-parse HEAD) - branch="${rev}?at=${branch}" + branch="?at=${branch}" # Atlassian Stash elif grep -q "/scm/" <<<$giturl; then