9 Commits (be06dee04ce46de2da222fc9b2be4fc3b68b816d)

Author SHA1 Message Date
mrsdizzie 2ac2a5b0ba Refactor submodule URL parsing (#7100)
Use combination of url.Parse and regex to parse refURL rather than by
hand with indexes & attempt to check if refURL is from same instance and
adjust output to match.

Also now return empty string instead of our original
guess at URL if we are unable to parse it.

Fixes #1526
5 years ago
Lunny Xiao d578b71d61
move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)
* move code.gitea.io/git to code.gitea.io/gitea/modules/git

* fix imports

* fix fmt

* fix misspell

* remove wrong tests data

* fix unit tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* enable Debug to trace the failure tests

* fix tests

* fix tests

* fix tests

* fix tests

* fix tests

* comment commit count tests since git clone depth is 50

* fix tests

* update from code.gitea.io/git

* revert change to makefile
5 years ago
Unknwon 9a2e43bff2 move out git module and #1573 send push hook 9 years ago
Unknwon 3a81fdf092 rename fields 9 years ago
Matthias Pioch 8b92f9cca6 fix workaround for reverse proxy, ssh, submodule 9 years ago
Matthias Pioch 78a4e71245 workaround for reverse proxy, ssh, submodule 9 years ago
Filippo Valsorda 5d5d774e03 Handle submodules without a .gitmodules entry - fix #1023 9 years ago
Unknwon 3f707b3f32 Add basic submodule support 10 years ago
lunnyxiao 150eef93b2 add submodule basic support & buf fixed #478 10 years ago