aboutsummaryrefslogtreecommitdiff
path: root/git/util.py
AgeCommit message (Expand)Author
2016-10-01repo-TCs, #519: FIX config resource leaksKostis Anagnostopoulos
2016-10-01ci: restore ci log-level to normal, coverage on Win-AppveyorKostis Anagnostopoulos
2016-09-28remote, #519: FIX1-of-2 double-decoding push-infosKostis Anagnostopoulos
2016-09-28Win, hook, #519: Consume Hook Popen-proc out of GILKostis Anagnostopoulos
2016-09-28Win, #519: FIX with_rw_directory() to remove read-only dirsKostis Anagnostopoulos
2016-09-28src: constify is_<platform>() callsKostis Anagnostopoulos
2016-09-27src, #519: collect all is_<platform>() callsKostis Anagnostopoulos
2016-09-26test, #519: Popen() pump: remove WaitGroupKostis Anagnostopoulos
2016-06-13fix(misc): various cleanupSebastian Thiel
2016-05-30Make sure that stderr is converted to bytesBarry Scott
2016-05-30Fix flake8 complaintsBarry Scott
2016-05-29Return stderr lines from a pull() call that failsBarry Scott
2016-05-29chore(remote): better super-class call syntaxSebastian Thiel
2016-05-29chore(flake8): whitespace ...Sebastian Thiel
2016-05-29Fix traceback because _seen_ops is not initialisedBarry Scott
2016-05-29fix(remote): Add CallableRemoteProgressSebastian Thiel
2016-05-29chore(misc): cleanup and docsSebastian Thiel
2016-05-28The progress arg to push, pull, fetch and clone is now a python callable.Barry Scott
2016-05-25fix(RemoteProgress): improve message sanitizationSebastian Thiel
2016-02-14fix(cmd): allow improved errors during clone operationSebastian Thiel
2015-12-02Forgot to update _num_op_codesThibault Clerice
2015-12-02Added CHECKING_OUT as a logged operationThibault Clerice
2015-07-28don't 'log' to stderr in `RemoteProgress`Sebastian Thiel
2015-06-26fix(logging): monkeypatch logging with NullHandlerSebastian Thiel
2015-04-16fix(indent): flake-8 happynessSebastian Thiel
2015-04-15fix(util): Correct number of op codesMatt Jordan
2015-04-15fix(util): Handle 'Finding sources' messages in RemoteProgressMatt Jordan
2015-04-08fix(remote): allow to raise during push/fetchSebastian Thiel
2015-04-08fix(docs): be clear about exit code handlingSebastian Thiel
2015-01-21Fixed regression in test-suite for IndexFileSebastian Thiel
2015-01-20Fixed flake8 and a minor test regression.Sebastian Thiel
2015-01-20Greatly improved possible safety of Submodule.update(), which is used by defa...Sebastian Thiel
2015-01-19Improved unicode handling when using os.environ or GitConfigParserSebastian Thiel
2015-01-14Fixed some doc strings to build correctly with sphinxSebastian Thiel
2015-01-07Made sure commits accept unicode or unicode charactersSebastian Thiel
2015-01-07Fix flake8Sebastian Thiel
2015-01-07Using a wait-group seems to properly sync the threads for buffer depletionSebastian Thiel
2015-01-07Implemented non-blocking operations using poll()Sebastian Thiel
2015-01-06test_index worksSebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-11-15Merge branch 'sf-master' of https://github.com/johnsca/GitPython into johnsca...Sebastian Thiel
2014-11-14Simplified get_user_id() and fixed possible python3 compatiblity issue.Sebastian Thiel
2014-06-26Add patch from to 0.3 branch.William Gibb