An open API service providing commit metadata for open source projects.

GitHub / gitpython-developers/GitPython / commits

GitPython is a python library used to interact with Git repositories.

SHA Message Author Date Stats
b8bb60e5 merge Merge pull request #2094 from George-Ogden/join-pathlike Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
18 days ago
c8b58c09 Update test/test_tree.py
Co-authored-by: Copilot <1****t@u****m>
George Ogden <3****n@u****m>
Committed by: GitHub <n****y@g****m>
19 days ago
88e26141 Allow joining path to tree George Ogden <g****n@o****m> 21 days ago
9fa28ae1 Add failing tests for joining paths George Ogden <g****n@o****m> 21 days ago
6d66a02d merge Merge pull request #2093 from gitpython-developers/dependabot/submodules/git/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
25 days ago
f738029a Bump git/ext/gitdb from `65321a2` to `4c63ee6`
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
25 days ago
eecc28d2 merge Merge pull request #2086 from George-Ogden/true-pathlike Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
27 days ago
0cb55fb4 Revert "Add tests with non-ascii characters" George Ogden <g****n@o****m> 28 days ago
17106265 Add tests with non-ascii characters George Ogden <g****n@o****m> about 1 month ago
8434967c Fix type hints George Ogden <g****n@o****m> about 1 month ago
12e15ba7 Validate every fspath with tests George Ogden <g****n@o****m> about 1 month ago
b5abe0fe merge Merge branch 'main' into true-pathlike George Ogden <g****n@o****m> about 1 month ago
0fcf291d merge Merge pull request #2087 from George-Ogden/mypy Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
921ca8a1 Limit mypy version due to Cygwin errors George Ogden <g****n@o****m> about 1 month ago
17225612 Remove redundant str call George Ogden <g****n@o****m> about 1 month ago
df8087a2 Remove a large number of redundant fspaths George Ogden <g****n@o****m> about 1 month ago
57a3af1d Remove redundant `fspath`
Co-authored-by: Copilot <1****t@u****m>
George Ogden <3****n@u****m>
Committed by: George Ogden <g****n@o****m>
about 1 month ago
50aea998 Remove redundant `fspath`
Co-authored-by: Copilot <1****t@u****m>
George Ogden <3****n@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
b3908ed0 Use converted file path
Co-authored-by: Copilot <1****t@u****m>
George Ogden <3****n@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
eb15123b Use cast to allow silent getattrs George Ogden <g****n@o****m> about 1 month ago
b5c834af Remve comment about skipping mypy George Ogden <g****n@o****m> about 1 month ago
086e8323 Fix union type conversion to path George Ogden <g****n@o****m> about 1 month ago
3801505d Convert paths in constructors and large function calls George Ogden <g****n@o****m> about 1 month ago
0414bf78 Replace extra occurrences of str with fspath George Ogden <g****n@o****m> about 1 month ago
a1f094c8 Use git.types.Literal instead of typing.Literal George Ogden <g****n@o****m> about 1 month ago
9decf740 Skip mypy when Python < 3.9 George Ogden <g****n@o****m> about 1 month ago
c7579083 Install mypy for Python >= 3.9 George Ogden <g****n@o****m> about 1 month ago
ca5a2e81 Add missing parentheses around tuple constructor George Ogden <g****n@o****m> about 1 month ago
019f2707 Set __test__ = False in not tested classes George Ogden <g****n@o****m> about 1 month ago
0aba3e7b Stop Lit_commit_ish being imported George Ogden <g****n@o****m> about 1 month ago
a9756bc0 Fix typing so that code can run George Ogden <g****n@o****m> about 1 month ago
8469a129 Fix or ignore all mypy errors George Ogden <g****n@o****m> about 1 month ago
50762f11 Fail remote pipeline when mypy fails George Ogden <g****n@o****m> about 1 month ago
497ca401 Pin mypy==1.18.2 George Ogden <g****n@o****m> about 1 month ago
91d4cc5e Use os.fspath instead of __fspath__ for reading paths George Ogden <g****n@o****m> about 1 month ago
59c3c806 Fix missing path conversion George Ogden <g****n@o****m> about 1 month ago
5d26325f Allow Pathlike paths when creating a git repo George Ogden <g****n@o****m> about 1 month ago
ad1ae5fe Simplify logic with direct path conversion George Ogden <g****n@o****m> about 1 month ago
24abf10d Allow Pathlike urls and destinations when cloning George Ogden <g****n@o****m> about 1 month ago
e3f38ffe Move clone tests into dedicated file George Ogden <g****n@o****m> about 1 month ago
d68efad5 merge Merge pull request #2084 from gitpython-developers/dependabot/github_actions/... dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
98e860d1 Bump actions/checkout from 5 to 6
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 month ago
564a0434 merge Merge pull request #2081 from blahgeek/support-index-v3 Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
107b1b44 make linter happy Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
8a884fea improve unit test Yikai Zhao <y****i@z****v> about 2 months ago
5ad35f98 merge Merge pull request #2082 from gitpython-developers/dependabot/submodules/git/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 months ago
3150ebda Bump git/ext/gitdb from `f8fdfec` to `65321a2`
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
2 months ago
74ff8e5e Support index format v3 Yikai Zhao <y****i@z****v> 2 months ago
271328f0 merge Merge pull request #2078 from extrwi/submodule-update-return-type Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
2 months ago
9dd00812 Use actual return type in annotation for method submodule_update Andreas Oberritter <o****i@s****e> 2 months ago
ba5c10d3 merge Merge pull request #2076 from gitpython-developers/dependabot/github_actions/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
3 months ago
a6247a58 Bump github/codeql-action from 3 to 4
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
3 months ago
0c2bfac0 merge Merge pull request #2075 from bvanelli/2017-support-hasconfig-remote-url Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
3 months ago
6cf86337 fix: Use fnmatch instead. Brunno Vanelli <b****i@g****m> 3 months ago
bcdcccdc feat: Add support for hasconfig git rule. Brunno Vanelli <b****i@g****m> 3 months ago
963b6f8b merge Merge pull request #2074 from emmanuel-ferdman/main Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
3 months ago
7c55a2b8 Fix type hint for `SymbolicReference.reference` property
Signed-off-by: Emmanuel Ferdman <e****n@g****m>
Emmanuel Ferdman <e****n@g****m> 3 months ago
2d4c5415 merge Merge pull request #2071 from gitpython-developers/dependabot/submodules/git/... dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
9f913ec0 Bump git/ext/gitdb from `39d7dbf` to `f8fdfec`
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
c8f0df07 merge Merge pull request #2070 from gitpython-developers/dependabot/github_actions/... dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
ca51dad6 Bump actions/setup-python from 5 to 6
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
4 months ago
6bc047a5 merge Merge pull request #2068 from gitpython-developers/dependabot/submodules/git/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
5 months ago
fe815194 Bump git/ext/gitdb from `335c0f6` to `39d7dbf`
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
546855e3 merge Merge pull request #2067 from gitpython-developers/dependabot/github_actions/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
5 months ago
de6d177a Bump actions/checkout from 4 to 5
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
5 months ago
591ef260 merge Merge pull request #2063 from gitpython-developers/release Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
5 months ago
6ba2c0a2 Prepare a new release Sebastian Thiel <s****l@i****m> 5 months ago
bbb3d00a merge Merge pull request #2062 from t-webber/relative_path_submodules Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
5 months ago
1ee1e781 Add test case for cloning submodules with relative path Tom Webber <t****r@g****m> 5 months ago
ec2e2c8b Allow relative path url in submodules for submodule_update Tom Webber <t****r@g****m> 5 months ago
4d529b71 merge Merge pull request #2060 from NMertsch/2023-fix-gitconfigparser-autodoc Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
6 months ago
80fd2c16 Don't treat sphinx warnings as errors Niklas Mertsch <n****h@w****e> 6 months ago
a4aadb0c Fix name collision Niklas Mertsch <n****h@w****e> 6 months ago
4c7778a9 merge Merge pull request #2057 from gitpython-developers/dependabot/github_actions/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
6 months ago
5033c3ff merge Merge pull request #2056 from gitpython-developers/dependabot/github_actions/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
6 months ago
496392b9 Bump cygwin/cygwin-install-action from 5 to 6
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
bb5c2262 Bump Vampire/setup-wsl from 5.0.1 to 6.0.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
6 months ago
9989a181 merge Merge pull request #2055 from tombedor/version-error Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
7 months ago
ac3437df Add clearer error version for unsupported index error Tom Bedor <t****r@g****m> 7 months ago
2e101998 merge Merge pull request #2054 from EliahKagan/deprecated-classifier Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
b21c32a3 Pass assertion `msg` as a keyword argument in `test_installation` Eliah Kagan <d****e@g****m> 7 months ago
d0868bd5 Remove deprecated license classifier Eliah Kagan <d****e@g****m> 7 months ago
6826b594 Improve failure message whitespace clarity Eliah Kagan <d****e@g****m> 7 months ago
a0e08fe9 Show more information when `test_installation` fails Eliah Kagan <d****e@g****m> 7 months ago
a2ba4804 Have `test_installation` test that operations produce no warnings Eliah Kagan <d****e@g****m> 7 months ago
84632c78 Extract `subprocess.run` logic repeated in `test_installation` Eliah Kagan <d****e@g****m> 7 months ago
953d1616 Comment what `TestInstallation._set_up_venv` does Eliah Kagan <d****e@g****m> 7 months ago
46c439b5 merge Merge pull request #2053 from EliahKagan/cygwin-wheel-packages Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
8e24edfb Use *-wheel packages as a better fix for #2004 Eliah Kagan <d****e@g****m> 7 months ago
66955cc7 Minor CI clarifications Eliah Kagan <d****e@g****m> 7 months ago
d885beaa merge Merge pull request #2052 from EliahKagan/cat-file-nocov Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
088d090e Run `cat_file.py` fixture without site customizations Eliah Kagan <d****e@g****m> 7 months ago
7677c052 merge Merge pull request #2051 from david0/fix-issue-730-relative-submodule Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
7 months ago
1d808917 fix updating submodules with relative urls David <d****0@u****m> 7 months ago
85c8155a merge Merge pull request #2048 from EliahKagan/conservative-quote-removal Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
7 months ago
17d53b09 merge Merge pull request #2049 from EliahKagan/style Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago
a36b8a5a Always use a `def` instead of assigning a `lambda` Eliah Kagan <d****e@g****m> 7 months ago
6f4f7f51 Update Ruff configuration Eliah Kagan <d****e@g****m> 7 months ago
1b79d449 Improve line-ending consistency in requirements files Eliah Kagan <d****e@g****m> 7 months ago
646dc169 merge Merge pull request #2047 from EliahKagan/quoted-empty Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
7 months ago

← Back to repository