diff options
Diffstat (limited to 'git/objects/base.py')
| -rw-r--r-- | git/objects/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/objects/base.py b/git/objects/base.py index 4f078e38..cccb5ec6 100644 --- a/git/objects/base.py +++ b/git/objects/base.py @@ -152,7 +152,7 @@ class IndexObject(Object): def __hash__(self): """ :return: - Hash of our path as index items are uniquely identifyable by path, not + Hash of our path as index items are uniquely identifiable by path, not by their data !""" return hash(self.path) |
