GitHub / libgit2/pygit2 / commits
Python bindings for libgit2
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 79283f54 | Update cibuildwheel | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| dac8cfb4 | improve types according to test/test_filter.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| aec06dd0 | improve types according to test/test_diff.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| b30c1a70 | improve types according to test/test_describe.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| dce6c0de | improve types according to test/test_describe.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 35ba6fdd | merge Merge remote-tracking branch 'BenediktSeidl/typing-3' | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| 99b1c684 | add types to test/test_credentials.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 25c98a80 | improve types according to test/test_config.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 8ec1937c | fix typing in test/test_commit_trailer.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| efc112a7 | improve types according to test/test_commit_gpg.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 5ad24877 | improve types according to test/test_commit.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 4dcfc884 | improve types according to test/test_cherrypick.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| b84bc40b | improve types according to test/test_branch.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 992c6e10 | fix typing in test_branch_empty.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| b9a10be9 | improve types according to test/test_blob.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| dc1c22cc | fix create branch example in docs | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 41a76dd0 | make sure imports stay sorted | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 3955534c | sort imports with "ruff check --select I --fix" | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 58d12711 | create type interface for _libgit2.ffi | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| ffe28ac0 | Release 1.18.1 | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| 0d7e6f9d | improve type according to test/test_blame.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 11f9a676 | imporve types accoding to test/test_attributes.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| f40d129e | improve types according to test/test_archive.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 7528441a | improve types according to tests/test_apply_diff.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| a59944b6 | improve types according to test/test_submodule.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 6569d661 | fix typing in test folder | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 1978e14d | add mypy ci step | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 7fbdc1d2 | fix typing in pygit2/__init__.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 4503f5ac | fix typing in pygit2/blob.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 5911b0cb | typing: ignore some errors | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 650141d4 | fix mypy issue in pygit2/filter.py | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 0e95587a | fix and silence typing in repository | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 867a065a | test_add_conflict xfail in macos | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| 62bf1345 | Improve readability of test_add_conflict | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| 59bda2e2 | Simplify: do not cache Index.conflicts | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| 0df1e172 | typing: submodules | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 570cdeff | improve typing: add constants | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 42e835fb | Update changelog | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| 375f238a | Improve typing: add Branches to Repository | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 4b3f85d4 | Improve typing: add RemotesCollection to Repository | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 823af24a | Improve typing: add References to Repository | Benedikt Seidl <B****l@g****e> | about 1 year ago | |
| 81cdaf03 | index: map git_index_conflict_add | Edmundo Carmona Antoranz <e****z@g****m> | about 1 year ago | |
| bc0cf9f4 | Repository: get an instance of MergeFileResult from git_merge_file_from_index | Edmundo Carmona Antoranz <e****z@g****m> | about 1 year ago | |
| c4fc955f | Update cibuildwheel | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| 588f48a8 | index - Add remove_directory | Andrew McNulty <a****2@g****m> | about 1 year ago | |
| eb876eea | Update OpenSSL to 3.3 | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| b84c912c | Update to libgit2 1.9.1 | J. David Ibáñez <j****p@g****m> | about 1 year ago | |
| 14c60e15 | merge Merge remote-tracking branch 'Andrej730/define-all' | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| fdb927e7 | stub - fix issues with literal types | Andrej730 <a****v@g****m> | over 1 year ago | |
| f02dce28 | Categorize __all__ symbols | Andrej730 <a****v@g****m> | over 1 year ago | |
| dc634cd9 | list all previously imported symbols in __all__ (411 symbols) | Andrej730 <a****v@g****m> | over 1 year ago | |
| 1ae5088a | Revert "export symbols using `__all__` to avoid typing errors" | Andrej730 <a****v@g****m> | over 1 year ago | |
| 293bd9ad | stub - remove deprecated and removed Object.hex and Object.oid | Andrej730 <a****v@g****m> | over 1 year ago | |
| 8a4c4cb7 | export symbols using `__all__` to avoid typing errors | Andrej730 <a****v@g****m> | over 1 year ago | |
| 894a4dc0 | Fix type annotations for clone_repository | Sebastian Hamann <c****e@a****m> | over 1 year ago | |
| 778c13ed | Release 1.18.0 | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| 89c7515a | Rename flag to flags in Blob's diff/diff_to_buffer | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| 19e614f7 | merge Merge remote-tracking branch 'eantoranz/diff_blob_context_lines' | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| 044e30e0 | repository - diff blobs: consider the values of context_lines and interhunk_l... | Edmundo Carmona Antoranz <e****z@g****m> | over 1 year ago | |
| accc0a69 | ci: bump wheel and lint workflows to 3.13 - tested version |
CJ Steiner <c****r@g****m>
Committed by: J. David Ibáñez <j****p@g****m> |
over 1 year ago | |
| e209584b | Update tests.yml - bump run-on-arch to v3 |
csteiner <4****r@u****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 212cae3f | Update Changelog | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| 4c3c551f | doc: warn against using init_repository() to open a repository. | Adrien Nader <a****r@c****m> | over 1 year ago | |
| c4b9c2e8 | Re-add _cache_enums | Mathieu Parent <m****t@i****r> | over 1 year ago | |
| db587ad1 | Add proxy option to clone_repository | Mathieu Parent <m****t@i****r> | over 1 year ago | |
| 84310f3c | ruff check | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| de2b4e53 | Enable multi-threaded pack file creation | Michał Kępień <m****l@i****g> | over 1 year ago | |
| d0879d84 | Update changelog | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| 12c575ea | ruff check | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| 8810e4cb | Deprecate passing str to Repository.merge | Iliyas Jorio <i****s@j****o> | over 1 year ago | |
| b1a54e03 | Update Changelog | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| f0f1e97b | merge Merge remote-tracking branch 'jorio/merge-annotate-from-ref' | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| 8c080cdf | Merge: Annotate commit from Reference | Iliyas Jorio <i****s@j****o> | over 1 year ago | |
| c46ab085 | Type stubs: Remove outdated Oid.hex | Iliyas Jorio <i****s@j****o> | over 1 year ago | |
| 6e4b3a84 | Docs: Clarify oid.raw, str(oid), remove reference to Python 2 | Iliyas Jorio <i****s@j****o> | over 1 year ago | |
| 23402159 | Add Oid.__bool__ | Iliyas Jorio <i****s@j****o> | over 1 year ago | |
| 54547587 | Upgrade to manylinux_2_28 | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| eba02496 | CI: get back PowerPC wheels | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| 711a439e | CI: build wheels on a real ARM runner | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| 0f542687 | merge Merge remote-tracking branch 'jorio/push_transfer_progress' | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| 47ca99a8 | CI: Run tests on a real ARM runner | Iliyas Jorio <i****s@j****o> | over 1 year ago | |
| 7bccdffe | Rewrite test_push_options without mocking RemoteCallbacks | Iliyas Jorio <i****s@j****o> | over 1 year ago | |
| 3d029936 | Add RemoteCallbacks.push_transfer_progress | Iliyas Jorio <i****s@j****o> | over 1 year ago | |
| 91efd23b | Test CheckoutCallbacks.checkout_progress | Iliyas Jorio <i****s@j****o> | over 1 year ago | |
| 08b2b409 | [DATALAD RUNCMD] run codespell throughout fixing few left typos automagically |
Yaroslav Halchenko <d****n@o****m>
Committed by: J. David Ibáñez <j****p@g****m> |
over 1 year ago | |
| 2ce74eb6 | More name ignores for codespell |
Yaroslav Halchenko <d****n@o****m>
Committed by: J. David Ibáñez <j****p@g****m> |
over 1 year ago | |
| 0c562287 | Fix some ambigous typos |
Yaroslav Halchenko <d****n@o****m>
Committed by: J. David Ibáñez <j****p@g****m> |
over 1 year ago | |
| 17496fd0 | Add github action to codespell master on push and PRs |
Yaroslav Halchenko <d****n@o****m>
Committed by: J. David Ibáñez <j****p@g****m> |
over 1 year ago | |
| 4b58f5f1 | Add rudimentary codespell config |
Yaroslav Halchenko <d****n@o****m>
Committed by: J. David Ibáñez <j****p@g****m> |
over 1 year ago | |
| 6a4192a7 | More typing | Mathieu Parent <m****t@g****m> | over 1 year ago | |
| ff414d53 | It looks like pypy supports fspath already | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| eff97341 | test_nonunicode xfails in in macOS/Windows | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| 43bbe11d | Make ruff happy and update mailmap | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| d2249402 | Fix condition check for current remote name in rename method (#1342) |
Karl Malmros <4****a@u****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| a011e261 | Release 1.17.0 | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| f362f1d4 | CI: cibuildwheel 3 will require Python 3.11+ | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| ae9514c7 | Explicitly build PyPy wheels - cibuildwheel 2.21.3 -> 2.22.0 (#1339) |
Kyle Gottfried <6****0@u****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| 7154c1b8 | Update pyproject.toml - do not skip pp3 |
Kyle Gottfried <6****0@u****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
| c229dfd0 | Downgrade OpenSSL back to 3.2.3 | J. David Ibáñez <j****p@g****m> | over 1 year ago | |
| a1e7ca4b | Update changelog | J. David Ibáñez <j****p@g****m> | over 1 year ago |