src/eric7/Plugins/VcsPlugins/vcsGit/Config.py

Thu, 14 Jul 2022 10:21:36 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 14 Jul 2022 10:21:36 +0200
branch
eric7
changeset 9230
70f269d529e4
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
permissions
-rw-r--r--

Made the 'git blame' dialog a little bit more resilient.

# -*- coding: utf-8 -*-

# Copyright (c) 2014 - 2022 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",
]

eric ide

mercurial