Projects STRLCPY git-open Commits d0244ac3
🤬
  • ■ ■ ■ ■ ■
    README.md
    skipped 70 lines
    71 71  - gitlab.com
    72 72  - Gitlab custom hosted (see below)
    73 73  - bitbucket.org
    74  -- Atlassian Stash
     74 +- Atlassian Bitbucket Server (formerly _Atlassian Stash_)
    75 75   
    76 76  #### Gitlab support
    77 77   
    skipped 33 lines
    111 111  - **2016-07-11** - Changelog started (readme formatting and installation
    112 112   instructions updated)
    113 113   
    114  - 
  • ■ ■ ■ ■ ■
    git-open
    skipped 67 lines
    68 68   providerUrlDifference="src/${rev}/${git_pwd}"
    69 69   branch="?at=${branch}"
    70 70   
    71  -# Atlassian Stash
     71 +# Atlassian Bitbucket Server
    72 72  elif grep -q "/scm/" <<<$giturl; then
    73 73   re='(.*)/scm/(.*)/(.*)\.git'
    74 74   if [[ $giturl =~ $re ]]; then
    skipped 38 lines
    113 113  $open "$giturl" &> /dev/null
    114 114  exit 0
    115 115   
    116  - 
Please wait...
Page is in error, reload to recover