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