Commit graph

67 commits

Author SHA1 Message Date
Brent Beardsley 28b9a2e858 simplified the open command by using a case stmt 2015-02-23 16:20:19 -08:00
Brent Beardsley b81a0014dd Add support for self-hosted Gitlab. Fixes #8. 2015-02-23 16:20:19 -08:00
Nils Winkler 5046786893 Added support for Atlassian Stash.
Stash remote URLs always contain /scm/, I'm using that to detect a repo
hosted on Stash. The web URL for Stash repos is using a different
format, where it inserts "projects" and "repos" to separate the project
and the repo.

I had to move the branch detection to the top, since Stash is using a
different format for selecting the branch.

I've only tried this with HTTPS URLs, not with git: URLs - there's
probably some more code needed for this.
2015-02-05 14:21:11 +01:00
Brent Beardsley 830af3263d use start on msys-git and cygstart on cygwin 2015-02-04 13:33:16 -07:00
Brent Beardsley d4c845289a support cygwin/msys-git 2015-02-04 11:15:30 -07:00
Francesc Rosas 516ed8b881 Replace sed by --short 2015-02-03 00:08:03 +00:00
Paul Irish 2d1e41d99a Pipe stdout and stderr to /dev/null
thx @mslinn . fixes #11
2015-02-02 15:46:37 -08:00
Jens Aronsson 353390eb4b Updated bitbucket url.
Bitbucket repo url doesn't use "/tree" but "/branch" instead.
2015-02-02 23:49:42 +01:00
Paul Irish 7414df1aa6 Merge pull request #4 from RedWolves/issue-2-bitbucket
Added support for bitbucket
2015-02-02 10:01:27 -08:00
Paul Irish 4ca56753ae Merge pull request #6 from eush77/true-output
Discard git-rev-parse's output
2015-02-02 10:01:22 -08:00
Eugene Sharygin 3e4858b1a2 Discard git-rev-parse's output 2015-02-01 12:50:56 +03:00
Eugene Sharygin 26ead23b2c Set /bin/bash as the interpreter 2015-02-01 12:40:37 +03:00
Ralph Whitbeck 6101e0a5ed Added support for bitbucket, ref gh-2 2015-01-24 21:35:37 -05:00
Paul Irish f247c48c78 linux support. fixes #1 2015-01-24 14:22:12 -08:00
Paul Irish d63e5c56f8 link to url 2015-01-24 14:17:10 -08:00
Paul Irish 26d6f093ae code comments. 2015-01-24 13:34:36 -08:00
Paul Irish ed88ae5cf3 now available at git open. Boom. 2015-01-24 13:34:07 -08:00
Renamed from gh.sh (Browse further)