auto-complete / popup-el

Visual Popup Interface Library for Emacs
GNU General Public License v3.0
446 stars 96 forks source link

Use SSH submodule URLs #49

Closed olegshaldybin closed 10 years ago

olegshaldybin commented 10 years ago

Easier to clone behind the proxy.

syohex commented 10 years ago

@olegshaldybin Git submodules of popup-el is used only unit test, especially travis-ci. It is only for developers, not users. git submodule works well on travis, it is no problem.

olegshaldybin commented 10 years ago

@syohex This is actually a problem for el-get, as it runs 'git submodule update' as a part of recipe installation, and if you're behind proxy it can time out. Not a big deal though.

syohex commented 10 years ago

@olegshaldybin I see, I will pull request el-get recipe of popup-el. Thanks for information.

syohex commented 10 years ago

@olegshaldybin el-get recipe is updated. I hope git submodule command is no longer executed for installing or updating popup-el.

olegshaldybin commented 10 years ago

@syohex Perfect, thanks.