Thu, 06 Apr 2023 09:32:12 +0200
Version Control Systems
- fixed an issue triggered by loading very old project files (i.e. those containing a no longer supported programmin language like Python2)
# -*- coding: utf-8 -*- # Copyright (c) 2014 - 2023 Detlev Offenbach <detlev@die-offenbachs.de> # """ Module defining configuration variables for the Git package. """ # Available protocols for the repository URL ConfigGitSchemes = [ "file", "ftp", "ftps", "git", "http", "https", "rsync", "ssh", "ssh+scp", ]