diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-01-21 18:34:58 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-01-21 18:34:58 +0100 |
commit | e4d3809161fc54d6913c0c2c7f6a7b51eebe223f (patch) | |
tree | 1eebc9f43a1302c537da84e9a7219918da131f45 /git/objects/base.py | |
parent | e48e52001d5abad7b28a4ecadde63c78c3946339 (diff) | |
download | gitpython-e4d3809161fc54d6913c0c2c7f6a7b51eebe223f.tar.gz |
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
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 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: |