Skip to content
Snippets Groups Projects
Select Git revision
  • 648b86abdd3c6610716a418cd52d8e4186ae11b2
  • master default protected
2 results

.gitmodules

Blame
    • mh's avatar
      66c4fc04
      use https as submodule url · 66c4fc04
      mh authored
      git:// domains might not be allowed in all environments, while cloning
      https through a proxy is fine. -> Make checkout in restrictive
      environments possible.
      66c4fc04
      History
      use https as submodule url
      mh authored
      git:// domains might not be allowed in all environments, while cloning
      https through a proxy is fine. -> Make checkout in restrictive
      environments possible.
    .gitmodules 88 B
    [submodule "3rdparty"]
    	path = 3rdparty
    	url = https://github.com/owncloud/3rdparty.git