| Age | Commit message (Collapse) | Author |
|
|
|
Fix small typo and slightly reword docstring.
|
|
This is related to my fix in #658. Apparently, MacOS adds a git
executable that is just a stub which displays an error. This gets past
the try/except I added in #658, and allows all of the GitPython
components to be imported, but since the executable is not *actually*
git, it results in an exception when ``refresh()`` attemepts to run a
``git version``.
|
|
|
|
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
|
|
|
|
|