GitHub / gitpython-developers/GitPython / commits
GitPython is a python library used to interact with Git repositories.
SHA | Message | Author | Date | Stats |
---|---|---|---|---|
d79d20d2 | Avoid taking a lock for reading | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
01f09888 | Use NUL character to extract meta and path from git diff |
NHanser <n****s@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
2141eaef | DOC: fix typo |
yogabonito <y****o@u****m>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
62131f39 | Revert the use of typing_extensions in py3.8+ |
Michał Górny <m****y@g****g>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
a3efd245 | Remove Sphinx workaround |
Hugo van Kemenade <h****k@u****m>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
35f7e948 | Extend IterableList[PushInfo] instead of IterableList |
Sjoerd Langkemper <s****b@l****l>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
e67e458e | Specify type for PushInfoList.error |
Sjoerd Langkemper <s****b@l****l>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
8797904d | Fix type handing on PushInfoList |
Sjoerd Langkemper <s****b@l****l>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
63f4ca30 | Add raise_if_error() to tutorial |
Sjoerd Langkemper <s****b@l****l>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
699e223c | Test raise_if_error |
Sjoerd Langkemper <s****b@l****l>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
9240de9f | Rename exception to error, raise_on_error to raise_if_error |
Sjoerd Langkemper <s****b@l****l>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
a9696eff | Sphinx 4.3.0 will be needed for Python 3.10 |
Hugo van Kemenade <h****k@u****m>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
b0630030 | Add support for Python 3.10 |
Hugo van Kemenade <h****k@u****m>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
1481e710 | Test that return value of push is a list-like object |
Sjoerd Langkemper <s****b@l****l>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
3b82fa30 | Let remote.push return a PushInfoList |
Sjoerd Langkemper <s****b@l****l>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
b17bc980 | It's python, so stuff breaks with patches… | Sebastian Thiel <s****l@i****m> | almost 4 years ago | |
ce4afe46 | Revert "Replace wildcard imports with concrete imports" |
Trym Bremnes <t****s@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
cd8b9b2f | Use git interpret-trailers for trailers property |
Ket3r <g****b@p****e>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
53d94b80 | Replace wildcard imports with concrete imports |
Trym Bremnes <t****s@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
5e73cabd | Fix broken test requirements |
Ket3r <g****b@p****e>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
edbf76f9 | Add trailer as commit property |
Peter Kempter <p****r@r****m>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
cdf7ffc3 | Add failing unit test |
Peter Kempter <p****r@r****m>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 4 years ago | |
1746b971 | merge Merge pull request #1346 from rra/type-fixes |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
5f4b4dbf | Fix typing issues with delete_head and Remote.add | Russ Allbery <e****e@e****g> | about 4 years ago | |
2d15c5a6 | prepare new release, bump version patch level… | Sebastian Thiel <s****l@i****m> | about 4 years ago | |
aa507662 | Add a way to force status codes inside AutoInterrupt._terminate, and let test... |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
893ddabd | set timeout to a non-zero value |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
4588efd0 | two spaces before comments |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
e95ee636 | fetch is also to quick on CI, only test pull |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
42b05b0f | make test timeout stricter |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
41514704 | fix typo's |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
144817a7 | make flake8 and mypy happy |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
cd2d5384 | go for pytest.raises and test that the functions run |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
0a58afea | update tests and add a comment about different behaviour of 'push' vs 'fetch' |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
ef0ca654 | reuse kill_after_timeout kwarg |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
b7cd5207 | update docstring |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
d6cdafe2 | reset default timeout to None |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
5ec7967b | propagate kwargs in do_test_fetch |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
5d2dfb18 | also test a call to 'push' with 10s timeout |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
bd4ee0f2 | add test timeout with the old 10 s timeout |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
9925785c | allow for timeout propagation |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
10f24aee | change default fetch timeout to 60 s |
sroet <s****t@h****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
146202cd | Fix title |
Fabian Affolter <f****n@a****h>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
03f198f6 | Fix version discrepancy | Sebastian Thiel <s****l@i****m> | about 4 years ago | |
856c0825 | bump version | Sebastian Thiel <s****l@i****m> | about 4 years ago | |
9d6ddd3c | Update changes.rst |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
0db50a27 | Update changes.rst |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
1da77416 | merge Merge pull request #1337 from Yobmod/main |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
bc2edef8 | Update setup.py |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
58820a5e | Update setup.py |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
e488ce37 | Update setup.py |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
cfcae1d8 | merge Merge pull request #1318 from Yobmod/main |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
bb9b50ff | Update pythonpackage.yml |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
f7fddc1e | Update pythonpackage.yml |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
cb7cbe58 | Update pythonpackage.yml |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
d6017fbe | Update setup.py |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
4ed0531c | Update pythonpackage.yml |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
40f4cebb | Update pythonpackage.yml |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
5da76e8b | Assure CWD is readable after acquiring it | Sebastian Thiel <s****l@i****m> | about 4 years ago | |
ef1ef4db | Add encoding to utf-8 for fetch_info_lines; |
f100024 <f****4@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
bd0fa882 | overhaul CONTIRIBUTING.md | Sebastian Thiel <s****l@i****m> | about 4 years ago | |
12077471 | Use the Git class type definition within Repo classmethods |
Michael Mulich <m****h@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
about 4 years ago | |
5b3669e2 | Don't fail on import if the working dir isn't valid (#1319) | Sebastian Thiel <s****l@i****m> | about 4 years ago | |
3439a3ec | Change CI python 3.10 to rc1 again. Spinx broken either way | Yobmod <y****d@g****m> | about 4 years ago | |
6835c910 | Update changes.rst | Yobmod <y****d@g****m> | about 4 years ago | |
1a71d9ab | Change CI to 3.10.0-beta.4, to get docs to pass | Yobmod <y****d@g****m> | about 4 years ago | |
5835f013 | Update changelog and version | Yobmod <y****d@g****m> | about 4 years ago | |
c35ab1dd | upgrade sphinx for 3.10 compat | Yobmod <y****d@g****m> | about 4 years ago | |
2f42966c | try fix for Protocol buy in 3.10 3 | Yobmod <y****d@g****m> | about 4 years ago | |
1349ddc1 | try fix for Protocol buy in 3.10 2 | Yobmod <y****d@g****m> | about 4 years ago | |
079d7fd6 | try fix for Protocol buy in 3.10 | Yobmod <y****d@g****m> | about 4 years ago | |
4381f6cb | update 3.10 to rc1 in test matrix | Yobmod <y****d@g****m> | about 4 years ago | |
bf0c3327 | add pypy to test matrix | Yobmod <y****d@g****m> | about 4 years ago | |
07078e9f | type fixo | Yobmod <y****d@g****m> | about 4 years ago | |
22e05c4d | type fix | Yobmod <y****d@g****m> | about 4 years ago | |
38f51572 | add type check to conf_encoding (in thoery could be bool or int) | Yobmod <y****d@g****m> | about 4 years ago | |
9d844a62 | merge Merge branch 'master' of https://github.com/Yobmod/GitPython into main | yobmod <y****d@g****m> | about 4 years ago | |
78b99d35 | fix setup.py classifiers, improvefnmatchprocess handler types | yobmod <y****d@g****m> | about 4 years ago | |
ea1a03af | merge Merge pull request #1314 from eric-wieser/patch-1 |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
ec04ea01 | Update test_util.py |
Eric Wieser <w****c@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
d490d66e | Try a better test |
Eric Wieser <w****c@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
70b50e06 | Fix test |
Eric Wieser <w****c@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
a71b6174 | merge Merge branch 'gitpython-developers:main' into patch-1 |
Eric Wieser <w****c@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
8e226ed8 | merge Merge pull request #1315 from eric-wieser/patch-2 |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
70b95964 | merge Merge branch 'master' of https://github.com/Yobmod/GitPython | yobmod <y****d@g****m> | about 4 years ago | |
994f387c | Use get instead of get_value |
Eric Wieser <w****c@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
9c7a44fd | Fix trailing whitespace and incorrect overload |
Eric Wieser <w****c@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
05c77cf0 | merge Merge branch 'main' into patch-1 |
Eric Wieser <w****c@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
0b89bfe8 | Add overload to get_value() |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
335e59dc | Update config.py |
Eric Wieser <w****c@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
ff0ecf7f | Fix mypy |
Eric Wieser <w****c@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
fe54118e | merge Merge pull request #1311 from Yobmod/main |
Dominic <y****d@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
84232f7c | Add Typing :: Typed to setup.py | Yobmod <y****d@g****m> | about 4 years ago | |
39f12bd4 | Do not call get_user_id if it is not needed |
Eric Wieser <w****c@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
8b8aa16e | Improve type of repo.currently_rebasing_on() | Yobmod <y****d@g****m> | about 4 years ago | |
5aa8c340 | Improve type of repo.blame_incremental() | Yobmod <y****d@g****m> | about 4 years ago | |
ecb1f79c | Choose TypedDict! | Yobmod <y****d@g****m> | about 4 years ago | |
ad417ba7 | Test Dataclass in repo.base.blame() 6 | Yobmod <y****d@g****m> | about 4 years ago | |
bc9bcf51 | Test Dataclass in repo.base.blame() 5 | Yobmod <y****d@g****m> | about 4 years ago | |
1aaa7048 | Test Dataclass in repo.base.blame() 4 | Yobmod <y****d@g****m> | about 4 years ago |