Projects STRLCPY git-open Commits a90d14be
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    git-open
    skipped 50 lines
    51 51  # Github
    52 52  elif grep -q github <<<$giturl; then
    53 53   giturl=${giturl/git\@github\.com\:/https://github.com/}
     54 + 
     55 + # handle SSH protocol (links like ssh://[email protected]/user/repo)
     56 + giturl=${giturl/#ssh\:\/\/git\@github\.com\//https://github.com/}
     57 + 
    54 58   providerUrlDifference=tree
    55 59   
    56 60  # bitbucket
    skipped 53 lines
Please wait...
Page is in error, reload to recover