| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #1198 from RyaxTech/replace-password-in-uri-by-stars | Sebastian Thiel | 2021-03-19 | 1 | -2/+5 |
|\ |
|
| * | Put remove password in the utils and use it also in cmd.execute | Michael Mercier | 2021-03-15 | 1 | -12/+3 |
| * | Use urllib instead of custom parsing | Michael Mercier | 2021-03-15 | 1 | -4/+10 |
| * | Replace password in URI by stars if present + test | Michael Mercier | 2021-03-11 | 1 | -1/+7 |
* | | chane HEAD typing to SymbolicReference | Yobmod | 2021-03-16 | 1 | -1/+1 |
* | | fixes from #1202 | Yobmod | 2021-03-16 | 1 | -12/+16 |
* | | add types to git.__init__, compat, db, diff, exc, util | Yobmod | 2021-03-16 | 1 | -16/+8 |
* | | Combined commits to add types to base.py and fun.py | yobmod | 2021-03-04 | 1 | -110/+171 |
|/ |
|
* | docs: fix simple typo, repostory -> repository | Tim Gates | 2020-12-25 | 1 | -1/+1 |
* | rename sublist to subset | Sagi Shadur | 2020-09-29 | 1 | -1/+1 |
* | Rename get_ignored to ignored and fix the documentation | Sagi Shadur | 2020-09-29 | 1 | -2/+2 |
* | Find paths ignored in .gitignore | Sagi Shadur | 2020-09-29 | 1 | -0/+13 |
* | git/repo/base.py: is_dirty(): Fix pathspec handling | Arnaud Patard | 2020-09-28 | 1 | -1/+1 |
* | Add reference to repository to config. | Jeremy Retailleau | 2020-09-02 | 1 | -2/+2 |
* | Fixed all warnings in documentation and updated Makefile to treat warnings as... | Kian Cross | 2020-07-13 | 1 | -3/+3 |
* | Fix exception causes in 7 modules | Ram Rachum | 2020-06-13 | 1 | -2/+2 |
* | Fix param format of Repo.commit | Chenxiong Qi | 2020-02-24 | 1 | -1/+3 |
* | Fix Repo.__repr__ when subclassed | Jan Matějka | 2020-02-08 | 1 | -1/+2 |
* | Remove and replace compat.text_type | Harmon | 2020-02-08 | 1 | -3/+2 |
* | Remove checks for Python 2 and/or 3 | Harmon | 2020-02-08 | 1 | -6/+2 |
* | Remove compat.range | Harmon | 2020-02-08 | 1 | -1/+0 |
* | Remove str import from builtins | Harmon | 2020-02-08 | 1 | -1/+0 |
* | Avoids env var warning when path contains $/%; fix #832 | Rob Kimball | 2019-12-06 | 1 | -1/+2 |
* | removed Unnecessary “else” after “return” | Pratik Anurag | 2019-10-15 | 1 | -6/+3 |
* | git: repo: base: update clone_from env argument description | pawel | 2019-09-30 | 1 | -0/+5 |
* | Returning commit object instead of hash value | Arthur Milchior | 2019-08-14 | 1 | -2/+2 |
* | Snack case as requested in #903 | Arthur Milchior | 2019-08-14 | 1 | -1/+1 |
* | Method stating which commit is being played during an halted rebase | Arthur Milchior | 2019-08-14 | 1 | -0/+11 |
* | Fix performance regression, see #906 | Sebastian Thiel | 2019-08-14 | 1 | -40/+16 |
* | Fix typo in documentation | Loïc Antoine Gombeaud | 2019-08-11 | 1 | -1/+1 |
* | Drop python 2 support, again (revert previous revert) | Sebastian Thiel | 2019-08-11 | 1 | -0/+1 |
* | use git rev-parse to look for config file | Benjamin Dauvergne | 2019-08-11 | 1 | -16/+40 |
* | Revert "Drop python 2.7 support and help with encodings" | Sebastian Thiel | 2019-07-29 | 1 | -1/+0 |
* | Drop python 2.7 support and help with encodings | Sebastian Thiel | 2019-07-20 | 1 | -0/+1 |
* | Revert "This time, use test-requirements." | Sebastian Thiel | 2019-07-20 | 1 | -1/+0 |
* | This time, use test-requirements. | Sebastian Thiel | 2019-07-20 | 1 | -0/+1 |
* | Revert "Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/Gi... | Sebastian Thiel | 2019-07-20 | 1 | -1/+0 |
* | Merge branch 'PR-non-ascii-filenames' of https://github.com/xarx00/GitPython ... | Sebastian Thiel | 2019-07-20 | 1 | -0/+1 |
|\ |
|
| * | builtins module is part of the future package | xarx00 | 2019-04-06 | 1 | -1/+1 |
| * | Fix for: No module named builtins (CI tests error) | xarx00 | 2019-04-06 | 1 | -1/+1 |
| * | added support for non-ascii directories and file names | xarx00 | 2019-04-05 | 1 | -0/+1 |
* | | Add support to pass clone options that can be repeated multiple times | Steven Whitman | 2019-07-06 | 1 | -6/+14 |
* | | Fix typo in docstring | Aurelio Jargas | 2019-06-17 | 1 | -2/+2 |
|/ |
|
* | Added usage example to Repo __init__.py call for Windows users | Alex | 2019-03-15 | 1 | -0/+1 |
* | read workdir from git.config as referenced in man 1 git-config | Björn Lässig | 2018-12-22 | 1 | -1/+15 |
* | The proper way is return, not raise StopIteration | Michael Käufl | 2018-10-21 | 1 | -3/+12 |
* | Respect _common_dir when finding repository config file | Luc Ritchie | 2018-10-13 | 1 | -1/+1 |
* | Allow pathlib.Path in Repo.__init__ | oldPadavan | 2018-07-15 | 1 | -0/+7 |
* | Fix small typo | Riley Martine | 2018-07-15 | 1 | -2/+1 |
* | Rewrite unnecessary dict/list/tuple calls as literals | Hugo | 2018-03-18 | 1 | -8/+8 |