There was an error while loading. Please reload this page.
1 parent 8ec7e32 commit ca2ab61Copy full SHA for ca2ab61
1 file changed
git/index/util.py
@@ -70,8 +70,8 @@ def post_clear_cache(func: Callable[..., _T]) -> Callable[..., _T]:
70
to allow it to be lazily reread later.
71
72
:note:
73
- This decorator will not be required once all functions are implemented natively
74
- which in fact is possible, but probably not feasible performance wise.
+ This decorator is required because not all functions related to
+ :class:`~git.index.base.IndexFile` are implemented natively.
75
"""
76
77
@wraps(func)
0 commit comments