Skip to content
Snippets Groups Projects
Select Git revision
  • 17756ebf5bb7c2bdf9e949f3fc517c39ed284600
  • 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