| Age | Commit message (Collapse) | Author |
|
Also store the rename score
|
|
|
|
greater or lower than 24 hours.
Add tests that exercise the new behaviour
|
|
Fixes #743
Signed-off-by: Ruslan Kuprieiev <kupruser@gmail.com>
|
|
|
|
Drop support for EOL Python 2.6 and 3.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix doc typos
|
|
|
|
|
|
Thanks https://github.com/gitpython-developers/GitPython/issues/612#issuecomment-353742459
|
|
BF: process included files before the rest
|
|
|
|
yarikoptic-bf-includes
|
|
|
|
|
|
|
|
|
|
|
|
windows
|
|
|
|
|
|
|
|
I did keep some "bare" except with catch all Exception: , while tried to disable
flake8 complaints where clearly all exceptions are to be catched
|
|
|
|
|
|
Remove trailing slash on drive path
|
|
Fixes issue #694
|
|
commit-msg hook support
|
|
Fix broken progress in clone_from()
|
|
|
|
|
|
|
|
Only gc.collect() under windows
|
|
Converting path in _clone to str before any other operation
|
|
|
|
|
|
|
|
|
|
|
|
as long as line contains "peeled", accept it
fixes the PackingType of packed-Refs not understood:
# pack-refs with: peeled fully-peeled sorted
problem
|