Plugins/VcsPlugins/vcsGit/__init__.py@31b0306f0ecc
Plugins/VcsPlugins/vcsGit/__init__.py
Wed, 06 Feb 2019 19:21:41 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Wed, 06 Feb 2019 19:21:41 +0100
- changeset 6703
- 31b0306f0ecc
- parent 6645
-
ad476851d7e0
- permissions
- -rw-r--r--
Git Interface: changed code to cope with 'scp like' repository URLs.
# -*- coding: utf-8 -*-
# Copyright (c) 2014 - 2019 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Package implementing the vcs interface to Git.
It consists of the git class, the project helper classes and some
Git specific dialogs.
"""