| Age | Commit message (Collapse) | Author |
|
critical bug which caused packed-ref files to be written with native line endings, which made git fail to parse it. I wonder why I never noticed this before, or ignored it. Unbelievable \!
|
|
|
|
is push, fetch, pull and clone. This allows progress information to be sent in newer git versions without breaking older ones (ideally)
|
|
|
|
the error was caused by PySide which, when instantiating a QApplication, changed the signal handlers to interrupt, instead of retry operating system calls, which caused git-python to fail subsequently. signal.siginterrupt can be used to fix this behaviour after an QApplication was instatiated.
|
|
platform.system makes a system call itself
|
|
specific subprocess bug occurs.
|
|
adjusted
|