From e4d3809161fc54d6913c0c2c7f6a7b51eebe223f Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Wed, 21 Jan 2015 18:34:58 +0100 Subject: Added advance usage examples to tutorial and made minor fixes. GIT_PYTHON_TRACE would actually fail (now) if we debugged archive operations. Related to #239 --- git/objects/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/objects/base.py') diff --git a/git/objects/base.py b/git/objects/base.py index 42876fc8..77d0ed63 100644 --- a/git/objects/base.py +++ b/git/objects/base.py @@ -135,7 +135,7 @@ class IndexObject(Object): :param repo: is the Repo we are located in :param binsha: 20 byte sha1 - :param mode: + :param mode: is the stat compatible file mode as int, use the stat module to evaluate the infomration :param path: -- cgit v1.2.1