Paul Irish
ce8fb12532
Merge pull request #55 from ffes/gitlab-ssh
...
Handle GitLab's default SSH notation
2016-11-02 22:54:08 -07:00
Frank Fesevur
36f9a77956
Handle GitLab's default SSH notation
...
On GitLab the default SSH style is like git@gitlab.example.com:user/repo
Now it recognizes this format as well on your own GitLab installation.
2016-10-27 14:01:14 +02:00
Paul Irish
485bb31427
Merge pull request #51 from evoactivity/patch-1
...
Handle gitlab using SSH remote URL
2016-08-15 19:39:55 -07:00
Paul Irish
afd7fee2b2
Merge pull request #49 from neoascetic/patch-1
...
Fix gist opening
2016-08-15 19:26:09 -07:00
Liam Potter
6f07f14de5
Handle gitlab using SSH remote URL
...
You need to add another config option to remove the port, but this is now working for me. Could be improved by adding an option for the protocol as well, I'm using `http` instead of `https`, I've left that as is for now though.
2016-08-15 13:19:17 +01:00
David O'Trakoun
6bba8cb0cd
Merge pull request #50 from karlhorky/pedantic-uppercasing
...
Pedantically uppercase characters
2016-08-12 15:56:29 -04:00
Karl Horky
abc2c0aa26
Pedantically uppercase characters
2016-08-12 18:56:55 +02:00
Pavel Puchkin
730aea638e
Fix gist opening
2016-08-12 09:50:18 +03:00
Paul Irish
a6902ab5cc
1.1.1
2016-08-11 23:46:22 -07:00
Paul Irish
9851542371
use local binaries for tests.
2016-08-11 23:44:39 -07:00
Paul Irish
9d536d85b8
Merge pull request #48 from kyuden/standard_error
...
Use Standard error output
2016-08-11 23:44:24 -07:00
kyuden
2f190289a4
Output as standard error
2016-08-12 03:05:29 +09:00
kyuden
e93db94020
Exit as naming error about branch of issue
2016-08-12 02:56:41 +09:00
Paul Irish
76193236a2
readme rejiggle 🏋
2016-08-05 15:47:41 -07:00
Paul Irish
2523ce5db1
readme: open issue wording tweak
2016-08-05 15:40:14 -07:00
kangaroo5383
c5ec7264a8
Easily track and open the relevant github issue via branch naming convention ( #46 )
...
* Open issue using ‘git open issue’
* Update doc to reflect new functionality
2016-08-05 15:38:03 -07:00
Paul Irish
0b414e8b1d
readme: related projects
2016-08-05 14:28:42 -07:00
Paul Irish
9b6b3d2ab2
readme: npm package is up to date
2016-08-05 11:27:05 -07:00
Paul Irish
aa4aac688f
Merge pull request #45 from karstenmueller/master
...
added windows powershell
2016-08-05 08:02:22 -07:00
Karsten Müller
b7891d5e3a
added windows powershell
2016-08-05 15:14:59 +02:00
David O'Trakoun
f97f28e6fe
alternates
2016-07-23 12:55:10 -04:00
David O'Trakoun
556f1c3f74
Merge branch 'master' of github.com:paulirish/git-open
2016-07-23 12:49:22 -04:00
David O'Trakoun
ee5d185c50
changelog
2016-07-23 12:49:14 -04:00
David O'Trakoun
d14f3e1ebc
Merge pull request #44 from davidosomething/omz-dash-naming
...
stick to dashed plugin name for OMZ install
2016-07-23 12:47:32 -04:00
David O'Trakoun
ced130f13d
stick to dashed plugin name for OMZ install
2016-07-23 12:46:34 -04:00
David O'Trakoun
490146aacc
1.1.0
2016-07-22 02:01:22 -04:00
David O'Trakoun
f2f9b4ad93
Merge pull request #41 from unixorn/minor-format-cleanup
...
Make spacing after header lines consistent
2016-07-12 16:38:23 -04:00
Joe Block
6a64e8b563
Make spacing after header lines consistent
...
There were a couple of headers that didn't have a blank line after them,
made them consistent with the others.
2016-07-12 14:15:21 -05:00
David O'Trakoun
d0244ac3a2
Merge pull request #39 from nwinkler/bitbucket-server
...
Atlassian Stash has been renamed to Bitbucket Server
2016-07-12 11:01:21 -04:00
Nils Winkler
aa0f9642db
Atlassian Stash has been renamed to Bitbucket Server
...
Adjusted readme and comments in code
2016-07-12 10:38:31 +02:00
David O'Trakoun
7ae7710856
Merge pull request #38 from davidosomething/readme
...
readme additions and formatting
2016-07-11 23:12:23 -04:00
David O'Trakoun
ecf07f6822
merge, format, and update readme
2016-07-11 23:11:55 -04:00
David O'Trakoun
37c94bb6a1
Merge pull request #37 from unixorn/Add-framework-install-instructions
...
Make installable as a ZSH plugin by o-m-z compatible ZSH frameworks
2016-07-11 22:57:28 -04:00
Joe Block
baffcda135
Add missing / in ~/.zshrc
2016-07-11 16:45:30 -07:00
Joe Block
7b800bcbc0
Switch to prepending ourself to $PATH
2016-07-11 16:44:10 -07:00
David O'Trakoun
579cd7cc89
readme additions and formatting
2016-07-11 19:25:06 -04:00
Joe Block
f11ff5a7ec
Make installable as a ZSH plugin by o-m-z compatible ZSH frameworks
2016-07-11 13:45:43 -07:00
David O'Trakoun
55a5b96a9f
Merge pull request #36 from Naereen/patch-1
...
Convert ssh:// link to a https:// one
2016-07-08 15:39:48 -04:00
Lilian Besson
c2e65077f4
It works with both types of URL now
...
It works with either ``ssh://git@bitbucket.org/user/repo.git`` or ``ssh://git@bitbucket.org:user/repo.git``.
2016-07-08 18:44:35 +02:00
Lilian Besson
f79712de8b
Better handling of SSH protocol for Bitbucket
2016-07-08 17:32:57 +02:00
Lilian Besson
421888c04a
Convert ssh:// link to a https:// one
...
The script was failing on a Bitbucket repo using ssh instead of https. Now it should be fixed.
2016-07-08 13:07:48 +02:00
Paul Irish
f73d3e6aca
Merge pull request #31 from pborenstein/home
...
Add git-home as an alias for git-open
2015-09-11 13:37:54 -07:00
Philip Borenstein
107121df1a
Add git-home as an alias for git-open
2015-09-10 12:12:31 -04:00
Paul Irish
a90d14bec5
Merge pull request #30 from oluckyman/ssh-protocol
...
Add support for repos cloned via SSH
2015-08-26 11:32:22 -05:00
oluckyman
040ee55aa7
Add support for repos cloned via SSH
2015-08-25 20:02:04 +02:00
Paul Irish
9dced58c8c
Merge pull request #27 from davidosomething/with-rev
...
Open to source in current dir
2015-05-20 03:28:56 -07:00
Paul Irish
0ca24161b9
Merge pull request #26 from davidosomething/master
...
Open bitbucket on source view to be more like github
2015-05-20 03:26:56 -07:00
David O'Trakoun
b62ca9a09f
open src to current path
2015-05-09 01:31:24 -04:00
David O'Trakoun
88ce0da6d8
portability updates - use user specified BROWSER if available, use user's env set bash (e.g. if they use brew bash instead of OSX bash)
2015-05-09 01:26:44 -04:00
David O'Trakoun
9fa1918f42
rev parse is useless
2015-05-09 01:22:18 -04:00