aboutsummaryrefslogtreecommitdiff
path: root/git/util.py
AgeCommit message (Expand)Author
2018-03-18Rewrite unnecessary dict/list/tuple calls as literalsHugo
2018-03-18Drop support for EOL Python 2.6Hugo
2018-03-04Fix doc typossamuela
2017-11-27RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko
2017-09-28Merge branch 'master' of https://github.com/Plazmaz/GitPython into Plazmaz-ma...Sebastian Thiel
2017-08-25util: move expand_path from repo/base and use it in Git class initAlexis Horgix Chotard
2017-03-09Spelling fixesVille Skyttä
2016-12-08Merge pull request #541 from andy-maier/py26_fixesSebastian Thiel
2016-12-08Merge pull request #554 from nvie/masterVincent Driessen
2016-12-08chore(lint): flake8Sebastian Thiel
2016-12-07Don't change the meaning of string literalsVincent Driessen
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
2016-10-20Fix some typosSantiago Castro
2016-10-16ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements`Kostis Anagnostopoulos
2016-10-16src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-16cygwin, #533: polish abs-paths in `git add` commandsKostis Anagnostopoulos
2016-10-14cygwin, #533: Allow '/cygdrive/c/' paths on repo initKostis Anagnostopoulos
2016-10-14cygwin, #533: Try to make it work with Cygwin's Git.Kostis Anagnostopoulos
2016-10-14remote, #525: FIX BUG push-cmd misses error messagesKostis Anagnostopoulos
2016-10-13remote, #525: pump fetch-infos instead of GIL-read stderrKostis Anagnostopoulos
2016-10-13test, #525: allow disabling freeze errors separatelyKostis Anagnostopoulos
2016-10-11FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-04hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos
2016-10-02RF: use @functools.wraps within decorators instead of manual __name__ reassig...Yaroslav Halchenko
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
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