From aa0f9642db4d2d546d396b5096ecac7f7f268883 Mon Sep 17 00:00:00 2001 From: Nils Winkler Date: Tue, 12 Jul 2016 10:35:54 +0200 Subject: [PATCH] Atlassian Stash has been renamed to Bitbucket Server Adjusted readme and comments in code --- README.md | 3 +-- git-open | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7130851..826c756 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ git-open can automatically guess the corresponding repository page for remotes - gitlab.com - Gitlab custom hosted (see below) - bitbucket.org -- Atlassian Stash +- Atlassian Bitbucket Server (formerly _Atlassian Stash_) #### Gitlab support @@ -110,4 +110,3 @@ http://opensource.org/licenses/MIT - **2016-07-11** - Changelog started (readme formatting and installation instructions updated) - diff --git a/git-open b/git-open index 50dacfa..a5a07e0 100755 --- a/git-open +++ b/git-open @@ -68,7 +68,7 @@ elif grep -q bitbucket <<<$giturl; then providerUrlDifference="src/${rev}/${git_pwd}" branch="?at=${branch}" -# Atlassian Stash +# Atlassian Bitbucket Server elif grep -q "/scm/" <<<$giturl; then re='(.*)/scm/(.*)/(.*)\.git' if [[ $giturl =~ $re ]]; then @@ -112,4 +112,3 @@ esac # open it in a browser $open "$giturl" &> /dev/null exit 0 -