GitHub / gitpython-developers/GitPython / commits
GitPython is a python library used to interact with Git repositories.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 9448c082 | Fix flake8 | Sebastian Thiel <s****l@i****m> | about 5 years ago | |
| 4119a576 | merge Merge pull request #1226 from muggenhor/testing |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| 9f12c8c3 | fix(types): get the os.PathLike type as correctly as possible |
Giel van Schijndel <g****l@m****u>
Committed by: Sebastian Thiel <s****l@i****m> |
about 5 years ago | |
| 043e15fe | ci: check types with mypy | Giel van Schijndel <g****l@m****u> | about 5 years ago | |
| 76ba0924 | improvement(mypy): ignore false positives | Giel van Schijndel <g****l@m****u> | about 5 years ago | |
| 8470777b | improvement: teach mypy how to deal with wildcard-imported objects | Giel van Schijndel <g****l@m****u> | about 5 years ago | |
| c8857818 | improvement: teach mypy that Object.type is not always supposed to be None | Giel van Schijndel <g****l@m****u> | about 5 years ago | |
| 6a233359 | fix(mypy): properly describe link between parameter and return types | Giel van Schijndel <g****l@m****u> | about 5 years ago | |
| 74a1b17a | test(mypy): don't complain about missing type hints for 'gitdb' | Giel van Schijndel <g****l@m****u> | about 5 years ago | |
| 6d06f5af | test(mypy): don't give errors for every unannotated function | Giel van Schijndel <g****l@m****u> | about 5 years ago | |
| 4f9d492e | test(tox): verify type annotations | Giel van Schijndel <g****l@m****u> | about 5 years ago | |
| 70aa1ab6 | test: sort MANIFEST.in and add missing test-requirements.txt | Giel van Schijndel <g****l@m****u> | about 5 years ago | |
| 0767cc52 | Ask contributors to keep commits small (even though PRs can be big) |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| b85fec1e | fix flake | Sebastian Thiel <s****l@i****m> | about 5 years ago | |
| e0a78242 | test(clone): verify stderr for a failing clone into a non-empty dir |
Giel van Schijndel <g****l@m****u>
Committed by: Sebastian Thiel <s****l@i****m> |
about 5 years ago | |
| 36440f79 | Fix missing stderr when the progress parameter of _clone is None |
Jingyang Liang <s****e@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 5 years ago | |
| 3211ae9d | Revert compiling GitCommand shell messages |
jmcgill298 <j****b@n****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 5 years ago | |
| f8e22326 | Use typing-extensions only on Python < 3.8 | Michał Górny <m****y@g****g> | about 5 years ago | |
| d0fb22b4 | Update remote.py |
Spring Burst <1****3@u****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 5 years ago | |
| 184cc1fc | Remove windows special handling |
Spring Burst <1****3@u****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 5 years ago | |
| b10de37f | Fix publishing branches | Sebastian Thiel <s****l@i****m> | about 5 years ago | |
| 46b204d1 | bump patch level | Sebastian Thiel <s****l@i****m> | about 5 years ago | |
| 9e7314c5 | Restore CI operation |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| c03da67a | Set daemon attribute instead of using setDaemon method that was deprecated in... |
Karthikeyan Singaravelan <t****i@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 5 years ago | |
| 651a81de | refactor; add failing test to validate #1210 | Sebastian Thiel <s****l@i****m> | about 5 years ago | |
| ea43defd | Run actions on main branch | Sebastian Thiel <s****l@i****m> | about 5 years ago | |
| 14fc8bd3 | Create FUNDING.yml |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| d1297f65 | merge Merge pull request #1198 from RyaxTech/replace-password-in-uri-by-stars |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
about 5 years ago | |
| d283c83c | Use continue instead of raising error | Michael Mercier <m****r@r****h> | over 5 years ago | |
| d906f31a | remove comment | Sebastian Thiel <s****l@i****m> | over 5 years ago | |
| 6643a9fe | merge Merge pull request #1202 from Yobmod/main |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| c93e971f | chane HEAD typing to SymbolicReference | Yobmod <y****d@g****m> | over 5 years ago | |
| a728b0a4 | fixes from #1202 | Yobmod <y****d@g****m> | over 5 years ago | |
| 5232c89d | add types to git.__init__, compat, db, diff, exc, util | Yobmod <y****d@g****m> | over 5 years ago | |
| 9562ae2e | rebase on master | Yobmod <y****d@g****m> | over 5 years ago | |
| ffddedf5 | Use copy and not inplace remove password + working case test | Michael Mercier <m****r@r****h> | over 5 years ago | |
| 50cbafc6 | Add more test and remove password also from error logs | Michael Mercier <m****r@r****h> | over 5 years ago | |
| f7968d13 | Put remove password in the utils and use it also in cmd.execute | Michael Mercier <m****r@r****h> | over 5 years ago | |
| f7180d50 | Use urllib instead of custom parsing | Michael Mercier <m****r@r****h> | over 5 years ago | |
| 690722a6 | Fix changes.rst… | Sebastian Thiel <s****l@i****m> | over 5 years ago | |
| cbddc30a | Set an end-date for python 3.5 support | Sebastian Thiel <s****l@i****m> | over 5 years ago | |
| 48c1e9b4 | merge Merge pull request #1193 from bertwesarg/revert-sorted-kwargs |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| b650c4f2 | Better assert message | Michael Mercier <m****r@r****h> | over 5 years ago | |
| 1d43a751 | Use format instead of f-string | Michael Mercier <m****r@r****h> | over 5 years ago | |
| 63c31b60 | merge Merge pull request #1192 from Yobmod/main |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 3a4fc6ab | Replace password in URI by stars if present + test | Michael Mercier <m****r@r****h> | over 5 years ago | |
| 5df76d45 | Restore order of operators before executing the git command only for < py3.6 | Bert Wesarg <b****g@g****m> | over 5 years ago | |
| 45d1cd59 | Remove support for Python 3.5 | Bert Wesarg <b****g@g****m> | over 5 years ago | |
| 85ebfb2f | Combined commits to add types to base.py and fun.py | yobmod <y****d@g****m> | over 5 years ago | |
| 20f4a9d4 | merge Merge pull request #1188 from Yobmod/main |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 2fd9f6ee | add types to git.compat and git.diff | yobmod <y****d@g****m> | over 5 years ago | |
| 90c4db1f | Use UTF-8 encoding when getting information about packed refs |
Klyahin Aleksey <m****2@o****u>
Committed by: Sebastian Thiel <s****l@i****m> |
over 5 years ago | |
| 71e28b8e | add types to git.db and git.exc | yobmod <y****d@g****m> | over 5 years ago | |
| a094ac18 | add types to git.util and git.__init__ | yobmod <y****d@g****m> | over 5 years ago | |
| 5b0028e1 | start add types to util.py | yobmod <y****d@g****m> | over 5 years ago | |
| ad4079dd | add types to base.py and fun.py | yobmod <y****d@g****m> | over 5 years ago | |
| 26ccee15 | add newlines | yobmod <y****d@g****m> | over 5 years ago | |
| 300261de | add newline | yobmod <y****d@g****m> | over 5 years ago | |
| b4fe2766 | move cmd.py types to another branch, mark typing import as unused | yobmod <y****d@g****m> | over 5 years ago | |
| 2d92fee0 | add py.typed, mypy.ini and git/types.py | yobmod <y****d@g****m> | over 5 years ago | |
| 9c6178f5 | add testrunner.py to run all tests (as hook for static analysis) | yobmod <y****d@g****m> | over 5 years ago | |
| af7913cd | update .gitignore prior to types | yobmod <y****d@g****m> | over 5 years ago | |
| 1f2f3e84 | drop py3.4 support | yobmod <y****d@g****m> | over 5 years ago | |
| e62078d0 | bump patch level | Sebastian Thiel <s****l@i****m> | over 5 years ago | |
| 0eec9b86 | merge Merge pull request #1184 from Yobmod/main |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 803aca26 | add python 3.9 support | yobmod <y****d@g****m> | over 5 years ago | |
| f9b0e75c | rebase on master | yobmod <y****d@g****m> | over 5 years ago | |
| c34c23a8 | rmv temp file | Yobmod <y****d@g****m> | over 5 years ago | |
| 2f8320b7 | drop python 3.4, update .gitignore | Yobmod <y****d@g****m> | over 5 years ago | |
| b3778ec3 | merge Merge pull request #1126 from larsks/feature/changelog |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| b6b661c0 | add a changelog entry for #1124 | Lars Kellogg-Stedman <l****s@o****m> | over 5 years ago | |
| a880c5f4 | merge Merge pull request #1124 from larsks/feature/replace |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| 36811a2e | add replace method to git.Commit | Lars Kellogg-Stedman <l****s@o****m> | over 5 years ago | |
| e1cd58ba | fix changes.rst | Sebastian Thiel <s****l@i****m> | over 5 years ago | |
| 7988bb8c | version bump | Sebastian Thiel <s****l@i****m> | over 5 years ago | |
| 9de64500 | merge Merge pull request #1119 from yvolchkov/master |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| af86f05d |
Fix inheritance issue at commit.iter_items
Signed-off-by: Yuri Volchkov <y****i@v****g> |
Yuri Volchkov <y****i@v****g>
Committed by: Yuri Volchkov <y****v@g****m> |
over 5 years ago | |
| 3c19a6e1 | fix universal_newlines TypeError |
x-santiaga-x <s****b@y****u>
Committed by: Sebastian Thiel <s****l@i****m> |
over 5 years ago | |
| 4a1339a3 | Make git.cmd.Git.CatFileContentStream iterable |
Hex052 <e****f@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 5 years ago | |
| 037d62a9 | fix(fetch): use the correct FETCH_HEAD from within a worktree |
Giel van Schijndel <G****l@t****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 5 years ago | |
| dd3cdfc9 | Add license argument to setup.py | Harmon <H****8@g****m> | over 5 years ago | |
| 2765dfd7 | Fix package name in intro docs to reflect actual pypi name (with capitalization) |
Kevin Reynolds <k****s@r****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 5 years ago | |
| f653af66 | fix flake | Sebastian Thiel <s****l@i****m> | over 5 years ago | |
| d8cad756 | fix tests the fast way | Sebastian Thiel <s****l@i****m> | over 5 years ago | |
| 21e21d04 | First attempt to fix failing test of #1103 | Sebastian Thiel <s****l@i****m> | over 5 years ago | |
| 3dd71d3e | prepare release | Sebastian Thiel <s****l@i****m> | over 5 years ago | |
| 69b75e16 | Fix handle_diff_line for -z option. |
Martin Liska <m****a@s****z>
Committed by: Sebastian Thiel <s****l@i****m> |
over 5 years ago | |
| 82189398 | try fixing up test fixtures and implementation | Sebastian Thiel <s****l@i****m> | over 5 years ago | |
| 3cb7288d | Add '-z' on top of '--raw' to avoid path name mangling | Sebastian Thiel <s****l@i****m> | over 5 years ago | |
| 696e4edd | fix universal_newlines TypeError | Jim Wisniewski <j****i@f****m> | over 5 years ago | |
| 1e4211b2 | docs: fix simple typo, repostory -> repository |
Tim Gates <t****s@i****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 5 years ago | |
| 24f75e7b | Added ability to define git environment in submodule add/update methods |
Igor Solovey <i****y@r****a>
Committed by: Sebastian Thiel <s****l@i****m> |
over 5 years ago | |
| bfbd5ece | change decode type and add replace flag |
Davide Spadini <s****e@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 5 years ago | |
| 9541d6bf | bump patch level | Sebastian Thiel <s****l@i****m> | over 5 years ago | |
| 08989071 |
Fix default actor name handling
Signed-off-by: Athos Ribeiro <a****s@r****m> |
Athos Ribeiro <a****s@r****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 5 years ago | |
| e30a597b | bump patch level | Sebastian Thiel <s****l@i****m> | over 5 years ago | |
| c96476be |
Get system user id in a lazy manner
Signed-off-by: Athos Ribeiro <a****s@r****m> |
Athos Ribeiro <a****s@r****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 5 years ago | |
| 0c6e6701 | Keep flake happy |
Xavier Verges <x****s@e****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 5 years ago | |
| 4ba76d68 | Do not break convention when updating sys.path |
Xavier Verges <x****s@e****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 5 years ago | |
| 7cd47aee | Bump patch level | Sebastian Thiel <s****l@i****m> | over 5 years ago |