9208:3fc8dfeb6ebe | 9209:b99e7fd55fd3 |
---|---|
1 # -*- coding: utf-8 -*- | |
2 | |
3 # Copyright (c) 2014 - 2022 Detlev Offenbach <detlev@die-offenbachs.de> | |
4 # | |
5 | |
6 """ | |
7 Package implementing the vcs interface to Git. | |
8 | |
9 It consists of the git class, the project helper classes and some | |
10 Git specific dialogs. | |
11 """ |