| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -375/+0 |
* | Revert moving tests out of 'git' folder, related to #1030 | Sebastian Thiel | 2020-07-12 | 1 | -0/+375 |
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -375/+0 |
* | Replace deprecated failUnlessRaises alias with assertRaises in tests | Harmon | 2020-02-16 | 1 | -1/+1 |
* | Remove check for Python 2.7 | Harmon | 2020-02-08 | 1 | -6/+0 |
* | Remove and replace compat.string_types | Harmon | 2020-02-08 | 1 | -3/+3 |
* | Fix performance regression, see #906 | Sebastian Thiel | 2019-08-14 | 1 | -1/+2 |
* | use git rev-parse to look for config file | Benjamin Dauvergne | 2019-08-11 | 1 | -2/+1 |
* | Drop support for EOL Python 2.6 | Hugo | 2018-03-18 | 1 | -6/+1 |
* | Merge branch 'bf-includes' of https://github.com/yarikoptic/GitPython into ya... | Sebastian Thiel | 2017-12-11 | 1 | -1/+5 |
|\ |
|
| * | BF: process included files before the rest | Yaroslav Halchenko | 2017-11-27 | 1 | -1/+5 |
* | | RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT | Yaroslav Halchenko | 2017-11-27 | 1 | -3/+3 |
|/ |
|
* | Python 3.6 invalid escape sequence deprecation fixes | Ville Skyttä | 2017-04-09 | 1 | -1/+1 |
* | Spelling fixes | Ville Skyttä | 2017-03-09 | 1 | -1/+1 |
* | fix(leaks, TCs): attempt to cleanup mman before deleting tmp-dirs | Kostis Anagnostopoulos | 2016-12-08 | 1 | -6/+10 |
* | Fixes to support Python 2.6 again. | Andreas Maier | 2016-10-24 | 1 | -5/+12 |
* | Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-... | Sebastian Thiel | 2016-10-22 | 1 | -108/+114 |
|\ |
|
| * | tc-helper: fix minor contexlib abuse | Kostis Anagnostopoulos | 2016-10-17 | 1 | -4/+3 |
| * | helper: minor fix prefix of temp-dirs | Kostis Anagnostopoulos | 2016-10-17 | 1 | -2/+2 |
| * | cygwin, #533: FIX daemon launching | Kostis Anagnostopoulos | 2016-10-14 | 1 | -108/+115 |
| * | cygwin, #533: Try to make it work with Cygwin's Git. | Kostis Anagnostopoulos | 2016-10-14 | 1 | -1/+1 |
* | | Fix some typos | Santiago Castro | 2016-10-20 | 1 | -1/+1 |
|/ |
|
* | remote, #525: FIX BUG push-cmd misses error messages | Kostis Anagnostopoulos | 2016-10-14 | 1 | -16/+8 |
* | config, #525: polish more config-urls | Kostis Anagnostopoulos | 2016-10-12 | 1 | -3/+4 |
* | daemon, #525: simplify exception handling | Kostis Anagnostopoulos | 2016-10-12 | 1 | -33/+5 |
* | daemon, #525: FIX remote urls in config-files | Kostis Anagnostopoulos | 2016-10-12 | 1 | -38/+54 |
* | FIX #526: Do not depend on test-sources | Kostis Anagnostopoulos | 2016-10-11 | 1 | -6/+1 |
* | io: Wrap (probably) allconfig_writers in `with` blocks | Kostis Anagnostopoulos | 2016-10-04 | 1 | -11/+9 |
* | hidden win-errs: Let leaking TCs run till end, then hide | Kostis Anagnostopoulos | 2016-10-04 | 1 | -2/+4 |
* | Appveyor: Set HIDE_WINDOWS_KNOWN_ERRORS=True | Kostis Anagnostopoulos | 2016-10-03 | 1 | -1/+1 |
* | Appveyor: Add and set HIDE_WINDOWS_KNOWN_ERRORS=Falsewinerr_show | Kostis Anagnostopoulos | 2016-10-03 | 1 | -0/+5 |
* | BF: log.info is a function, just pass msg, no .write! | Yaroslav Halchenko | 2016-10-02 | 1 | -2/+2 |
* | BF: @with_rw_directory must return decorated call | Yaroslav Halchenko | 2016-10-02 | 1 | -0/+2 |
* | RF: use @functools.wraps within decorators instead of manual __name__ reassig... | Yaroslav Halchenko | 2016-10-02 | 1 | -3/+6 |
* | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos | 2016-10-01 | 1 | -4/+4 |
* | remote, #519: INCOMPLETE FIX-2 double-decoding push-infos | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+2 |
* | remote, #519: FIX1-of-2 double-decoding push-infos | Kostis Anagnostopoulos | 2016-09-28 | 1 | -2/+6 |
* | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos | 2016-09-28 | 1 | -16/+37 |
* | src: constify is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-28 | 1 | -4/+4 |
* | Win, #519: FIX undead Git-daemon on Windows | Kostis Anagnostopoulos | 2016-09-28 | 1 | -6/+30 |
* | test, #519: Try appveyor advice for never-ending builds | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+1 |
* | src, #519: Improve daemon launch so Win does not stuck | Kostis Anagnostopoulos | 2016-09-27 | 1 | -31/+38 |
* | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-27 | 1 | -4/+4 |
* | win, #519: proc.terminate() instead of kill(SIGTERM) | Kostis Anagnostopoulos | 2016-09-26 | 1 | -3/+2 |
* | Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow kill | Kostis Anagnostopoulos | 2016-09-26 | 1 | -5/+7 |
* | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos | 2016-09-26 | 1 | -0/+2 |
* | test: make git-daemon port configurable via env | Benedikt Morbach | 2015-04-21 | 1 | -3/+7 |
* | test: Make git-daemon only listen on localhost | Benedikt Morbach | 2015-04-21 | 1 | -1/+1 |
* | fix(docs): be clear about exit code handling | Sebastian Thiel | 2015-04-08 | 1 | -3/+11 |
* | Minor Flake8 fixes. | Sebastian Thiel | 2015-02-09 | 1 | -4/+6 |