Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRetrofit `repo` class as context-man to cleanup global mman on repo-delete #555
Conversation
Current coverage is 94.50% (diff: 92.00%)
|
@ankostis Do you think I should wait till tomorrow until I cut the release to be able to include this one? Or would you prefer to just have this released separately at a later time? |
Sorry @Byron , I've just seen your message. I'm not exactly sure what happened and you could not include my PR in 2.1.1. |
Even though the implementation seems to be in place, it would certainly be nice to include an example in the |
Apologies for not having the time, Too overloaded to fix the TCs in the next weeks :-( |
I think so too :)! Sorry for the incredible delays. |
Some changes for this release:
See #553 for difficulties when working on Windows, where open file-handles actually "lock" the underlying files, and repos cannot be deleted.
More changes:
cmd._call_process()
.gitpython.util.rmtree()
for deleting repos in Windows where blobs are readonly.