summaryrefslogtreecommitdiff
path: root/lib/git/objects/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/objects/base.py')
-rw-r--r--lib/git/objects/base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/git/objects/base.py b/lib/git/objects/base.py
index 6a51eed3..bb15192d 100644
--- a/lib/git/objects/base.py
+++ b/lib/git/objects/base.py
@@ -141,6 +141,7 @@ class Object(LazyMixin):
self.repo.git.cat_file(self.type, self.sha, output_stream=ostream)
return self
+
class IndexObject(Object):
"""
Base for all objects that can be part of the index file , namely Tree, Blob and