summaryrefslogtreecommitdiff
path: root/git/test/test_git.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #889: Add DeepSource config and fix some major issuesMohit Solanki2019-09-101-5/+8
* Fix Git.transform_kwargFrantišek Nečas2019-07-291-0/+1
* Exclude kwarg when NoneAndrew Rabert2018-08-051-1/+3
* Add test that raises TypeError in git.execute(..., output_stream=file)Dmitry Nikulin2018-08-051-0/+6
* Replace function call with set literalHugo2018-03-181-1/+1
* BF(WIN): where could report multiple hits, so choose firstYaroslav Halchenko2017-11-281-1/+1
* BF(WIN): use where instead of which while looking for gitYaroslav Halchenko2017-11-281-1/+4
* Merge branch 'master' into masterSebastian Thiel2017-09-281-0/+9
|\
| * Renamed refresh to setup and removed alias function & added unittestOdegard, Ken2017-07-091-0/+9
* | test if it accepts environment variables in commandsAnson Mansfield2017-07-191-0/+15
|/
* Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-04-091-1/+1
* Spelling fixesVille Skyttä2017-03-091-2/+2
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-13/+15
|\
| * src: import os.path as ospKostis Anagnostopoulos2016-10-161-13/+15
* | Fix flake8 errorBenjamin Poldrack2016-10-191-1/+1
* | Add a test for persistent git optionsBenjamin Poldrack2016-10-181-0/+14
|/
* remote, #525: pump fetch-infos instead of GIL-read stderrKostis Anagnostopoulos2016-10-131-12/+9
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-2/+2
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-8/+6
* Proc, #519: Rework error-exc msgs & log thread-pumps errorsKostis Anagnostopoulos2016-09-281-2/+4
* Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos2016-09-281-6/+3
* src: constify is_<platform>() callsKostis Anagnostopoulos2016-09-281-18/+19
* test, #519: Try appveyor advice for never-ending buildsKostis Anagnostopoulos2016-09-281-1/+0
* src, #519: collect all is_<platform>() callsKostis Anagnostopoulos2016-09-271-2/+2
* Win, #519: FIX WinHangs: Popen() CREATE_NEW_PROCESS_GROUP to allow killKostis Anagnostopoulos2016-09-261-2/+3
* test, #519: Popen() universal_newlin.es NoWindow in WinfoesKostis Anagnostopoulos2016-09-261-0/+2
* test, #519: FIX appveyor conda & failures in py2.6 `assertRaisesRegexp`Kostis Anagnostopoulos2016-09-261-1/+0
* apveyor, #519: FIX incomplete Popen pumpKostis Anagnostopoulos2016-09-261-3/+5
* win: GC.collect on all TC.tearDown to fix appveyor hang runsKostis Anagnostopoulos2016-09-261-0/+4
* test, deps: FIX `mock` deps on py3.Kostis Anagnostopoulos2016-09-251-1/+5
* fix(cmd): allow any kind of status messageSebastian Thiel2016-06-131-1/+0
* Need spaces in Emacs style encoding commentSteven Colby2016-05-181-1/+1
* Support repeated kwargsVincent Driessen2016-04-191-0/+4
* fix(test): update to changes.Marcos Dione2015-08-201-1/+1
* fix(travis): get py2.6 to workSebastian Thiel2015-07-031-1/+1
* fix(cmd): work with py3Sebastian Thiel2015-07-031-2/+6
* fix(cmd): don't open stdout when fetchingSebastian Thiel2015-07-031-11/+21
* test(git): remove unnecessary fixtureSebastian Thiel2015-07-031-14/+12
* fix(cmd): line parsingSebastian Thiel2015-07-031-0/+17
* fix(git-test): assure test does works on linuxSebastian Thiel2015-06-261-1/+2
* fix(test_git): handle `select.poll()` missingSebastian Thiel2015-06-101-6/+10
* fix(test_cmd): handle GitCommandNotFound in testSebastian Thiel2015-04-081-5/+2
* Added 'insert_kwargs_after' flag for consumption by _call_process.Sebastian Thiel2015-02-211-0/+4
* Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel2015-01-221-15/+9
* Added test for `sshkey` context manager.Sebastian Thiel2015-01-221-4/+19
* Intermediate commit on my way to get this finalized.Sebastian Thiel2015-01-221-12/+28
* Add a few testsJonas Trappenberg2015-01-211-0/+20
* Improved windows test suite.Sebastian Thiel2015-01-061-1/+6
* Fixed test_git once againSebastian Thiel2015-01-061-2/+12
* fixed test_gitSebastian Thiel2015-01-061-2/+2