aboutsummaryrefslogtreecommitdiff
path: root/git/util.py
AgeCommit message (Expand)Author
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
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2014-01-28Fix missed import from d3a7282Dave Brondsema
2013-10-09[#5330] Ensure wait() is called on git processesCory Johns
2011-06-13Submodule now uses a specialized method to remove its trees to allow read-onl...Sebastian Thiel
2011-06-13Made remote line parsing more stable. On windows it can be that we encounter ...Sebastian Thiel
2011-06-08util: Added test for iterable list, and implemented __contains__ and __del__ ...Sebastian Thiel
2011-06-08log: non-existing logs no longer throw an exception, but are ignored. Fixed c...Sebastian Thiel
2011-06-07Parse more git-fetch operation log codes.jez
2011-06-07Added conditional usage of the --progress flag to all relevant methods, that ...Sebastian Thiel
2011-06-07Add progress tracking for git-clone.jez
2011-01-12OSX Signal handling: removed previous hack to fix it somehow using sleep - th...Sebastian Thiel
2011-01-12sleep ui hack fix: removed platform.system() to use sys.platform instead, as ...Sebastian Thiel