| Commit message (Expand) | Author | Age | Files | Lines |
| * | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 2 | -387/+0 |
| * | Revert moving tests out of 'git' folder, related to #1030 | Sebastian Thiel | 2020-07-12 | 2 | -0/+387 |
| * | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 2 | -387/+0 |
| * | Remove test.lib.asserts and use unittest.mock.patch directly | Harmon | 2020-02-16 | 2 | -10/+0 |
| * | Replace assert_false with assertFalse | Harmon | 2020-02-16 | 1 | -5/+1 |
| * | Replace assert_true with assertTrue | Harmon | 2020-02-16 | 1 | -2/+1 |
| * | Replace raises with assertRaises | Harmon | 2020-02-16 | 1 | -2/+1 |
| * | Replace assert_raises with assertRaises | Harmon | 2020-02-16 | 1 | -3/+1 |
| * | Replace assert_not_equal with assertNotEqual | Harmon | 2020-02-16 | 1 | -2/+1 |
| * | Replace assert_equal with assertEqual | Harmon | 2020-02-16 | 1 | -2/+1 |
| * | Remove and replace assert_match with assertRegex | Harmon | 2020-02-16 | 1 | -13/+1 |
| * | Remove old, no longer used assert methods | Harmon | 2020-02-16 | 1 | -37/+1 |
| * | Remove outdated checks for unittest.mock existence | Harmon | 2020-02-16 | 1 | -5/+1 |
| * | 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 |
| * | src: No PyDev warnings | Kostis Anagnostopoulos | 2016-10-04 | 1 | -7/+7 |
| * | 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 |