aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/object.go')
-rw-r--r--plumbing/object.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plumbing/object.go b/plumbing/object.go
index 23abd4f..3304da2 100644
--- a/plumbing/object.go
+++ b/plumbing/object.go
@@ -13,7 +13,7 @@ var (
)
// Object is a generic representation of any git object
-type Object interface {
+type EncodedObject interface {
Hash() Hash
Type() ObjectType
SetType(ObjectType)