aboutsummaryrefslogtreecommitdiff
path: root/git/util.py
AgeCommit message (Expand)Author
2020-03-21Do not error in race condition of directory existingAlanCoding
2020-02-25Remove now unnecessary explicit Unicode string literal prefixesHarmon
2020-02-08Remove unnecessary check for logging.NullHandler for Python 2.6Harmon
2020-02-08Remove no longer used compat importsHarmon
2020-02-08Remove and replace compat.MAXSIZEHarmon
2020-02-08Remove checks for Python 2 and/or 3Harmon
2019-10-23fix Loop variable used outside the loopAnil Khatri
2019-10-15removed Unnecessary “else” after “return”Pratik Anurag
2019-10-15removed trailing whitespacesPratik Anurag
2019-10-15renamed unused variablesPratik Anurag
2019-09-30Revert "Remove control character stripping."Sebastian Thiel
2019-09-30Try to fix tests; get more debug outputSebastian Thiel
2019-09-30Update util.pyUri Baghin
2019-09-30Update util.pyUri Baghin
2019-09-30Remove control character stripping.Uri Baghin
2019-09-28Take advantage of universal newlines.Uri Baghin
2019-09-10Fix #889: Add DeepSource config and fix some major issuesMohit Solanki
2019-07-21Fix `AttributeError` when searching a remote by nameCésar Izurieta
2019-07-20Revert "Revert "Revert "Implement update call when the object is "up to date"...Sebastian Thiel
2019-07-20Revert "Revert "Implement update call when the object is "up to date" #871""Sebastian Thiel
2019-07-20Revert "Implement update call when the object is "up to date" #871"Sebastian Thiel
2019-07-20Implement update call when the object is "up to date" #871Thomas Johannesmeyer
2019-07-06Fix regex to support empty email addresses i.e. 'name <>'Sebastian Thiel
2018-10-14Apply fix for #564Sebastian Thiel
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