Commit Graph

6 Commits

Author SHA1 Message Date
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 63cfb5eac0.
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