diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2015-12-14 19:19:19 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2015-12-14 19:19:19 +0100 |
commit | 4f1110bd9b00cb8c1ea07c3aafe9cde89b3dbf9b (patch) | |
tree | 7e721e4e57feea022699cb667a074ee46c3374e6 /git/cmd.py | |
parent | 0de827a0e63850517aa93c576c25a37104954dba (diff) | |
download | gitpython-4f1110bd9b00cb8c1ea07c3aafe9cde89b3dbf9b.tar.gz |
fix(tree): show that fixing Tree.cache is not possible
The problem is that a per-tree modification API cannot work properly, as the sorting is based
on full paths of all entries within the repository. This feat can only be achieved by the index,
which to my knowledge already does it correctly.
The only fix is to remove the misleading API entirely, which will happen in the next commit.
Related to #369
Diffstat (limited to 'git/cmd.py')
0 files changed, 0 insertions, 0 deletions