rubenwardy
|
38baea3dcf
|
Fix wrong scheme used when Git cloning
Fixes #408
|
2023-01-02 19:14:33 +00:00 |
|
rubenwardy
|
72a95ecfca
|
Fix error with submodule cloning
Call `git submodule update --init` manually rather than using GitPython's
submodule API, as that fails with the following repo as a submodule:
https://files.creativekara.fr/git/naturalslopeslib.git
|
2021-07-18 02:48:19 +01:00 |
|
rubenwardy
|
f4792ac537
|
Fix get_latest_tag() crash on repos with dangling tags
Fixes #272
|
2021-05-04 01:36:54 +01:00 |
|
rubenwardy
|
94bf83c611
|
Add tests for git utils
|
2021-05-03 22:22:17 +01:00 |
|
rubenwardy
|
c11e5c1f99
|
Revert "Fix Git clone error when checking out reference"
This reverts commit 63cfb5eac0c6a67db43b4bd35b1ea09b05c07214.
|
2021-03-02 16:42:38 +00:00 |
|
rubenwardy
|
63cfb5eac0
|
Fix Git clone error when checking out reference
|
2021-03-01 18:10:46 +00:00 |
|
rubenwardy
|
a78fe8ceb9
|
Split importtasks.py
|
2021-02-01 22:43:43 +00:00 |
|