| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make Iterable deprecation warning on subclassing | Yobmod | 2021-06-24 | 1 | -4/+6 |
| | | |||||
| * | Rename Iterable due to typing.Iterable. Add deprecation warning | Yobmod | 2021-06-24 | 1 | -5/+39 |
| | | |||||
| * | Make IterableList generic and update throughout | Yobmod | 2021-06-24 | 1 | -6/+16 |
| | | |||||
| * | Update typing-extensions version in requirements.txt | Yobmod | 2021-06-23 | 1 | -4/+8 |
| | | |||||
| * | fixed case where progress was no longer shown if a single error occured | mxrch | 2021-05-21 | 1 | -1/+1 |
| | | |||||
| * | add types to index.fun.py | Yobmod | 2021-05-17 | 1 | -0/+1 |
| | | |||||
| * | flake8 and mypy fixes | Yobmod | 2021-05-16 | 1 | -1/+4 |
| | | |||||
| * | Merge pull request #1240 from Yobmod/addtypes | Sebastian Thiel | 2021-05-14 | 1 | -7/+4 |
| |\ | | | | | revert util.expand_path() due to regression | ||||
| | * | revert util.expand_path() due to regression | yobmod | 2021-05-13 | 1 | -7/+4 |
| | | | |||||
| * | | remove comments | Sebastian Thiel | 2021-05-13 | 1 | -2/+1 |
| |/ | |||||
| * | flake8 and mypy fixes | yobmod | 2021-05-13 | 1 | -10/+0 |
| | | |||||
| * | Add types to cmd.py Git | yobmod | 2021-05-13 | 1 | -6/+19 |
| | | |||||
| * | Add types to cmd.py Git | yobmod | 2021-05-12 | 1 | -3/+29 |
| | | |||||
| * | flake8 fixes | yobmod | 2021-05-08 | 1 | -3/+4 |
| | | |||||
| * | add initial types to remote.py | yobmod | 2021-05-03 | 1 | -7/+40 |
| | | |||||
| * | add types to git.compat and git.diff | yobmod | 2021-03-02 | 1 | -4/+5 |
| | | |||||
| * | add types to git.util and git.__init__ | yobmod | 2021-03-01 | 1 | -53/+58 |
| | | |||||
| * | start add types to util.py | yobmod | 2021-02-28 | 1 | -83/+109 |
| | | |||||
| * | Fix default actor name handling | Athos Ribeiro | 2020-10-23 | 1 | -1/+1 |
| | | | | | | | | | In c96476b, the new default_name nested function does not contain a retun statement. This leads to an issue when the environment variables are not present, where the actor name would not be set. Signed-off-by: Athos Ribeiro <athos@redhat.com> | ||||
| * | Get system user id in a lazy manner | Athos Ribeiro | 2020-10-22 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | Calling getpass.getuser may lead to breakage in environments where there is no entries in the /etc/passwd file for the current user. Setting the environment variables for the git user configurations should prevents GitPython from using values from /etc/passwd. However, doing so will not prevent reading /etc/passwd and looking for an entry with the current user UID. This patch changes the behavior described above so GitPython will perform a lazy evaluation of /etc/passwd, only doing so when the environment variables for the git user configuration are not available. Signed-off-by: Athos Ribeiro <athos@redhat.com> | ||||
| * | Fixed all warnings in documentation and updated Makefile to treat warnings ↵ | Kian Cross | 2020-07-13 | 1 | -2/+3 |
| | | | | | as errors. | ||||
| * | Fix exception causes in 7 modules | Ram Rachum | 2020-06-13 | 1 | -7/+7 |
| | | |||||
| * | Do not error in race condition of directory existing | AlanCoding | 2020-03-21 | 1 | -1/+1 |
| | | |||||
| * | Remove now unnecessary explicit Unicode string literal prefixes | Harmon | 2020-02-25 | 1 | -1/+1 |
| | | |||||
| * | Remove unnecessary check for logging.NullHandler for Python 2.6 | Harmon | 2020-02-08 | 1 | -5/+0 |
| | | |||||
| * | Remove no longer used compat imports | Harmon | 2020-02-08 | 1 | -1/+0 |
| | | |||||
| * | Remove and replace compat.MAXSIZE | Harmon | 2020-02-08 | 1 | -5/+3 |
| | | |||||
| * | Remove checks for Python 2 and/or 3 | Harmon | 2020-02-08 | 1 | -5/+1 |
| | | |||||
| * | fix Loop variable used outside the loop | Anil Khatri | 2019-10-23 | 1 | -2/+2 |
| | | |||||
| * | removed Unnecessary “else” after “return” | Pratik Anurag | 2019-10-15 | 1 | -3/+2 |
| | | |||||
| * | removed trailing whitespaces | Pratik Anurag | 2019-10-15 | 1 | -1/+1 |
| | | |||||
| * | renamed unused variables | Pratik Anurag | 2019-10-15 | 1 | -1/+1 |
| | | |||||
| * | Revert "Remove control character stripping." | Sebastian Thiel | 2019-09-30 | 1 | -2/+11 |
| | | | | | This reverts commit b207f0e8910a478ad5aba17d19b2b00bf2cd9684. | ||||
| * | Try to fix tests; get more debug output | Sebastian Thiel | 2019-09-30 | 1 | -1/+0 |
| | | |||||
| * | Update util.py | Uri Baghin | 2019-09-30 | 1 | -1/+1 |
| | | |||||
| * | Update util.py | Uri Baghin | 2019-09-30 | 1 | -1/+1 |
| | | |||||
| * | Remove control character stripping. | Uri Baghin | 2019-09-30 | 1 | -11/+3 |
| | | |||||
| * | Take advantage of universal newlines. | Uri Baghin | 2019-09-28 | 1 | -90/+83 |
| | | |||||
| * | Fix #889: Add DeepSource config and fix some major issues | Mohit Solanki | 2019-09-10 | 1 | -3/+2 |
| | | |||||
| * | Fix `AttributeError` when searching a remote by name | César Izurieta | 2019-07-21 | 1 | -3/+6 |
| | | | | | | | Running code like `'origin' in git.Repo('path/to/existing/repository').remotes` raises an AttributeError instead of returning a boolean. This commit fixes that behaviour by catching the error when doing an identity match on `IterableList`. | ||||
| * | Revert "Revert "Revert "Implement update call when the object is "up to ↵ | Sebastian Thiel | 2019-07-20 | 1 | -15/+0 |
| | | | | | | | | | | date" #871""" This reverts commit 9b628dccf4102d2a63c6fc8cd957ab1293bafbc6. Definitely doesn't work https://travis-ci.org/gitpython-developers/GitPython/builds/561361507 | ||||
| * | Revert "Revert "Implement update call when the object is "up to date" #871"" | Sebastian Thiel | 2019-07-20 | 1 | -0/+15 |
| | | | | | | | This reverts commit 3bf002e3ccc26ec99e8ada726b8739975cd5640e. Try again | ||||
| * | Revert "Implement update call when the object is "up to date" #871" | Sebastian Thiel | 2019-07-20 | 1 | -15/+0 |
| | | | | | | | | | This reverts commit 687c8f0494dde31f86f98dcb48b6f3e1338d4308. Causes https://travis-ci.org/gitpython-developers/GitPython/jobs/561359367 Reopen #871 | ||||
| * | Implement update call when the object is "up to date" #871 | Thomas Johannesmeyer | 2019-07-20 | 1 | -0/+15 |
| | | | | | Fixes #871 | ||||
| * | Fix regex to support empty email addresses i.e. 'name <>' | Sebastian Thiel | 2019-07-06 | 1 | -2/+2 |
| | | | | | Fixes #833 | ||||
| * | Apply fix for #564 | Sebastian Thiel | 2018-10-14 | 1 | -1/+1 |
| | | | | | | | As suggested in this comment https://github.com/gitpython-developers/GitPython/issues/564#issuecomment-298257402 | ||||
| * | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | 2018-03-18 | 1 | -4/+4 |
| | | |||||
| * | Drop support for EOL Python 2.6 | Hugo | 2018-03-18 | 1 | -4/+1 |
| | | |||||
| * | Fix doc typos | samuela | 2018-03-04 | 1 | -2/+2 |
| | | |||||
| * | RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXT | Yaroslav Halchenko | 2017-11-27 | 1 | -11/+6 |
| | | | | | | I did keep some "bare" except with catch all Exception: , while tried to disable flake8 complaints where clearly all exceptions are to be catched | ||||
