summaryrefslogtreecommitdiff
path: root/git/repo/base.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2016-05-19 13:47:40 +0200
committerSebastian Thiel <byronimo@gmail.com>2016-05-19 13:47:40 +0200
commitbebc4f56f4e9a0bd3e88fcca3d40ece090252e82 (patch)
tree63e53d2e4bb0597d2c743af974d499468c37f31f /git/repo/base.py
parent2376bd397f084902196a929171c7f7869529bffc (diff)
downloadgitpython-bebc4f56f4e9a0bd3e88fcca3d40ece090252e82.tar.gz
Use correct mode for executable files
Fixes #430
Diffstat (limited to 'git/repo/base.py')
-rw-r--r--git/repo/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/repo/base.py b/git/repo/base.py
index e115fd4b..c2bd2a62 100644
--- a/git/repo/base.py
+++ b/git/repo/base.py
@@ -628,7 +628,7 @@ class Repo(object):
:note:
ignored files will not appear here, i.e. files mentioned in .gitignore
:note:
- This property is expensive, as no cache is involved. To process the result, please
+ This property is expensive, as no cache is involved. To process the result, please
consider caching it yourself."""
return self._get_untracked_files()