diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-19 00:27:31 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-19 00:27:31 +0100 |
commit | a8014d2ec56fd684dc81478dee73ca7eda0ab8a7 (patch) | |
tree | 88826789a5ee673d22675a9dec8d8ea30db8ee51 /lib | |
parent | a25e1d4aa7e5898ab1224d0e5cc5ecfbe8ed8821 (diff) | |
download | gitpython-a8014d2ec56fd684dc81478dee73ca7eda0ab8a7.tar.gz |
Updated gitdb submodule, and added note about how the submodule package manages its dependencies
Diffstat (limited to 'lib')
m--------- | lib/git/ext/gitdb | 0 | ||||
-rw-r--r-- | lib/git/objects/submodule/__init__.py | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/lib/git/ext/gitdb b/lib/git/ext/gitdb -Subproject 2ddc5bad224d8f545ef3bb2ab3df98dfe063c5b +Subproject 2a048f43d89112ff1f78ee05b59a9663e981f63 diff --git a/lib/git/objects/submodule/__init__.py b/lib/git/objects/submodule/__init__.py index 8b137891..82df59b0 100644 --- a/lib/git/objects/submodule/__init__.py +++ b/lib/git/objects/submodule/__init__.py @@ -1 +1,2 @@ - +# NOTE: Cannot import anything here as the top-level _init_ has to handle +# our dependencies |