Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor submodule URL parsing (#7100) | mrsdizzie | 2019-06-03 | 1 | -26/+62 |
| | | | | | | | | | | 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 | ||||
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 1 | -0/+87 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | move out git module and #1573 send push hook | Unknwon | 2015-12-09 | 1 | -70/+0 |
| | |||||
* | rename fields | Unknwon | 2015-11-03 | 1 | -1/+2 |
| | |||||
* | fix workaround for reverse proxy, ssh, submodule | Matthias Pioch | 2015-10-24 | 1 | -3/+4 |
| | |||||
* | workaround for reverse proxy, ssh, submodule | Matthias Pioch | 2015-10-24 | 1 | -2/+8 |
| | |||||
* | Handle submodules without a .gitmodules entry - fix #1023 | Filippo Valsorda | 2015-03-10 | 1 | -0/+4 |
| | |||||
* | Add basic submodule support | Unknwon | 2014-09-22 | 1 | -0/+52 |
| | |||||
* | add submodule basic support & buf fixed #478 | lunnyxiao | 2014-09-22 | 1 | -0/+6 |