| Commit message (Expand) | Author | Age | Files | Lines |
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -281/+0 |
* | Revert moving tests out of 'git' folder, related to #1030 | Sebastian Thiel | 2020-07-12 | 1 | -0/+281 |
* | tests: move to root dir | Konrad Weihmann | 2020-07-12 | 1 | -281/+0 |
* | Remove now unnecessary explicit Unicode string literal prefixes | Harmon | 2020-02-25 | 1 | -2/+2 |
* | Remove test.lib.asserts and use unittest.mock.patch directly | Harmon | 2020-02-16 | 1 | -3/+2 |
* | Replace assert_true with assertTrue | Harmon | 2020-02-16 | 1 | -3/+2 |
* | Replace raises with assertRaises | Harmon | 2020-02-16 | 1 | -5/+2 |
* | Replace assert_equal with assertEqual | Harmon | 2020-02-16 | 1 | -16/+15 |
* | Remove and replace assert_match with assertRegex | Harmon | 2020-02-16 | 1 | -2/+1 |
* | Remove outdated checks for unittest.mock existence | Harmon | 2020-02-16 | 1 | -6/+1 |
* | Replace deprecated assertEquals alias with assertEqual in TestGit | Harmon | 2020-02-16 | 1 | -4/+4 |
* | Replace deprecated failUnlessRaises alias with assertRaises in tests | Harmon | 2020-02-16 | 1 | -2/+2 |
* | Remove checks for Python 2 and/or 3 | Harmon | 2020-02-08 | 1 | -9/+3 |
* | Fix #889: Add DeepSource config and fix some major issues | Mohit Solanki | 2019-09-10 | 1 | -5/+8 |
* | Fix Git.transform_kwarg | František Nečas | 2019-07-29 | 1 | -0/+1 |
* | Exclude kwarg when None | Andrew Rabert | 2018-08-05 | 1 | -1/+3 |
* | Add test that raises TypeError in git.execute(..., output_stream=file) | Dmitry Nikulin | 2018-08-05 | 1 | -0/+6 |
* | Replace function call with set literal | Hugo | 2018-03-18 | 1 | -1/+1 |
* | BF(WIN): where could report multiple hits, so choose first | Yaroslav Halchenko | 2017-11-28 | 1 | -1/+1 |
* | BF(WIN): use where instead of which while looking for git | Yaroslav Halchenko | 2017-11-28 | 1 | -1/+4 |
* | Merge branch 'master' into master | Sebastian Thiel | 2017-09-28 | 1 | -0/+9 |
|\ |
|
| * | Renamed refresh to setup and removed alias function & added unittest | Odegard, Ken | 2017-07-09 | 1 | -0/+9 |
* | | test if it accepts environment variables in commands | Anson Mansfield | 2017-07-19 | 1 | -0/+15 |
|/ |
|
* | Python 3.6 invalid escape sequence deprecation fixes | Ville Skyttä | 2017-04-09 | 1 | -1/+1 |
* | Spelling fixes | Ville Skyttä | 2017-03-09 | 1 | -2/+2 |
* | Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-... | Sebastian Thiel | 2016-10-22 | 1 | -13/+15 |
|\ |
|
| * | src: import os.path as osp | Kostis Anagnostopoulos | 2016-10-16 | 1 | -13/+15 |
* | | Fix flake8 error | Benjamin Poldrack | 2016-10-19 | 1 | -1/+1 |
* | | Add a test for persistent git options | Benjamin Poldrack | 2016-10-18 | 1 | -0/+14 |
|/ |
|
* | remote, #525: pump fetch-infos instead of GIL-read stderr | Kostis Anagnostopoulos | 2016-10-13 | 1 | -12/+9 |
* | src: No PyDev warnings | Kostis Anagnostopoulos | 2016-10-04 | 1 | -2/+2 |
* | io, #519: ALL open() --> with open() | Kostis Anagnostopoulos | 2016-10-01 | 1 | -8/+6 |
* | Proc, #519: Rework error-exc msgs & log thread-pumps errors | Kostis Anagnostopoulos | 2016-09-28 | 1 | -2/+4 |
* | Win, #519: FIX with_rw_directory() to remove read-only dirs | Kostis Anagnostopoulos | 2016-09-28 | 1 | -6/+3 |
* | src: constify is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-28 | 1 | -18/+19 |
* | test, #519: Try appveyor advice for never-ending builds | Kostis Anagnostopoulos | 2016-09-28 | 1 | -1/+0 |
* | src, #519: collect all is_<platform>() calls | Kostis Anagnostopoulos | 2016-09-27 | 1 | -2/+2 |
* | Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow kill | Kostis Anagnostopoulos | 2016-09-26 | 1 | -2/+3 |
* | test, #519: Popen() universal_newlin.es NoWindow in Winfoes | Kostis Anagnostopoulos | 2016-09-26 | 1 | -0/+2 |
* | test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp` | Kostis Anagnostopoulos | 2016-09-26 | 1 | -1/+0 |
* | apveyor, #519: FIX incomplete Popen pump | Kostis Anagnostopoulos | 2016-09-26 | 1 | -3/+5 |
* | win: GC.collect on all TC.tearDown to fix appveyor hang runs | Kostis Anagnostopoulos | 2016-09-26 | 1 | -0/+4 |
* | test, deps: FIX `mock` deps on py3. | Kostis Anagnostopoulos | 2016-09-25 | 1 | -1/+5 |
* | fix(cmd): allow any kind of status message | Sebastian Thiel | 2016-06-13 | 1 | -1/+0 |
* | Need spaces in Emacs style encoding comment | Steven Colby | 2016-05-18 | 1 | -1/+1 |
* | Support repeated kwargs | Vincent Driessen | 2016-04-19 | 1 | -0/+4 |
* | fix(test): update to changes. | Marcos Dione | 2015-08-20 | 1 | -1/+1 |
* | fix(travis): get py2.6 to work | Sebastian Thiel | 2015-07-03 | 1 | -1/+1 |
* | fix(cmd): work with py3 | Sebastian Thiel | 2015-07-03 | 1 | -2/+6 |
* | fix(cmd): don't open stdout when fetching | Sebastian Thiel | 2015-07-03 | 1 | -11/+21 |