diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 21:14:59 +0100 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 21:14:59 +0100 |
| commit | a21a9f6f13861ddc65671b278e93cf0984adaa30 (patch) | |
| tree | 67e30aa7a870bedc238ea6eed0e991dc1a80083a /__init__.py | |
| parent | 5bd7d44ff7e51105e3e277aee109a45c42590572 (diff) | |
| download | GitPython-a21a9f6f13861ddc65671b278e93cf0984adaa30.tar.gz GitPython-a21a9f6f13861ddc65671b278e93cf0984adaa30.zip | |
Actor: Moved it from git.objects.util to git.util, adjusted all imports accordingly. Added methods to Actor to retrieve the global committer and author information
Reflog: implemented and tested append_entry method
Diffstat (limited to '__init__.py')
| -rw-r--r-- | __init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/__init__.py b/__init__.py index 7f275b44..483ac091 100644 --- a/__init__.py +++ b/__init__.py @@ -37,7 +37,8 @@ from git.index import * from git.util import ( LockFile, BlockingLockFile, - Stats + Stats, + Actor ) #} END imports |
