summaryrefslogtreecommitdiff
path: root/git_remote_helpers/__init__.py
blob: 00f69cbeda277b24e8ab35cb7db2c25cc0cc122e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/env python

"""Support library package for git remote helpers.

Git remote helpers are helper commands that interfaces with a non-git
repository to provide automatic import of non-git history into a Git
repository.

This package provides the support library needed by these helpers..
The following modules are included:

- git.git - Interaction with Git repositories

- util - General utility functionality use by the other modules in
         this package, and also used directly by the helpers.
"""