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
43f3b52f Don't install black on Cygwin Eliah Kagan <d****e@g****m> over 2 years ago
d70ba694 Extract all "import gc" to module level Eliah Kagan <d****e@g****m> over 2 years ago
68272aa0 merge Merge pull request #1763 from gitpython-developers/dependabot/github_actions/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d1cb8c72 Bump actions/setup-python 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>
over 2 years ago
4a9922fb merge Merge pull request #1761 from EliahKagan/callback-limitations Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
58547d82 Customize CodeQL Eliah Kagan <d****e@g****m> over 2 years ago
83b7ec61 Set up CodeQL Eliah Kagan <d****e@g****m> over 2 years ago
2f017ac8 Avoid making it look like kill_process works on Windows Eliah Kagan <d****e@g****m> over 2 years ago
f42a63bf Document more Git.execute kill_after_timeout limitations Eliah Kagan <d****e@g****m> over 2 years ago
a58a6be0 merge Merge pull request #1760 from EliahKagan/noqa Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
41d22b27 Overhaul noqa directives Eliah Kagan <d****e@g****m> over 2 years ago
cf5cb847 Small docstring copyedits Eliah Kagan <d****e@g****m> over 2 years ago
e54277fc Compare types in test_orig_head with "is" Eliah Kagan <d****e@g****m> over 2 years ago
86fcb1b5 be even more generous with 'extra-time' to wait on MacOS Sebastian Thiel <s****l@i****m> over 2 years ago
2b69bac5 merge Merge pull request #1759 from EliahKagan/subdir Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d7bf2316 merge Merge branch 'GitPython-1616' Sebastian Thiel <s****l@i****m> over 2 years ago
c09ac1ab Test InvalidGitRepositoryError in repo subdir Travis Runner <d****e@g****m> over 2 years ago
9277ff56 Avoid another tempdir content assumption in test Travis Runner <d****e@g****m> over 2 years ago
ad570de4 Avoid unsafe assumptions about tempdir content in tests Travis Runner <d****e@g****m> over 2 years ago
f0e7e410 merge Merge pull request #1758 from EliahKagan/gitignore Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b9d09c1f Group .gitignore entries by purpose Travis Runner <d****e@g****m> over 2 years ago
fe082ad5 merge Merge pull request #1755 from EliahKagan/void Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
39e2dff3 Don't return with operand when conceptually void Travis Runner <d****e@g****m> over 2 years ago
b8ee9be1 merge Merge pull request #1754 from EliahKagan/no-taskkill Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
3f21391e Remove unused TASKKILL fallback in AutoInterrupt Eliah Kagan <d****e@g****m> over 2 years ago
a30b3b73 merge Merge pull request #1751 from EliahKagan/fromtree Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
3dbf5b3b merge Merge pull request #1753 from EliahKagan/fds Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7c423b4d merge Merge pull request #1752 from EliahKagan/ci-macos Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
78d63d9e Let close_fds be True on all platforms Eliah Kagan <d****e@g****m> over 2 years ago
d15f891c macOS needs even more extra time in test_blocking_lock_file Eliah Kagan <d****e@g****m> over 2 years ago
c16e4f37 Restore longer extra time for Windows, and add for macOS Eliah Kagan <d****e@g****m> over 2 years ago
f6f335ff Temporarily break test_blocking_lock_file on Windows Eliah Kagan <d****e@g****m> over 2 years ago
789baa1c Use macOS 13 on CI Eliah Kagan <d****e@g****m> over 2 years ago
2813e94c Add macOS test jobs to CI matrix Eliah Kagan <d****e@g****m> over 2 years ago
12bbacee Add xfail mark for new test_index_mutation failure Eliah Kagan <d****e@g****m> over 2 years ago
96acc221 merge Merge pull request #1745 from EliahKagan/ci-windows Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a2644da0 merge Merge pull request #1748 from EliahKagan/setup-locale Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5f86515d merge Merge pull request #1749 from EliahKagan/rmtree-lchmod Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
782c0629 Add myself to AUTHORS Eliah Kagan <d****e@g****m> over 2 years ago
e3597180 Revert "Add xfail marks for IndexFile.from_tree failures" Eliah Kagan <d****e@g****m> over 2 years ago
2fabe71b Further document cygpath test parameter collections Eliah Kagan <d****e@g****m> over 2 years ago
a09e5383 Don't mock the lchmod functions, and explain why Eliah Kagan <d****e@g****m> over 2 years ago
6727d0e5 Always read metadata files as UTF-8 in setup.py Eliah Kagan <d****e@g****m> over 2 years ago
e00fffc9 Shorten comments on _decode steps Eliah Kagan <d****e@g****m> over 2 years ago
3303c740 Improve readability of WinBashStatus class Eliah Kagan <d****e@g****m> over 2 years ago
1808dddf Adding dubious ownership handling Mario Alvarado <m****o@i****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 2 years ago
b07e5c7d Put back WSL on Windows CI Eliah Kagan <d****e@g****m> over 2 years ago
9ac24388 Handle encodings better; make the sum type "public" Eliah Kagan <d****e@g****m> over 2 years ago
d779a754 Don't assume WSL-related bash.exe error is English Eliah Kagan <d****e@g****m> over 2 years ago
496acaac Handle multiple encodings for WSL error messages Eliah Kagan <d****e@g****m> over 2 years ago
d5ed266f Use bytes in bash.exe check; retest no-distro case Eliah Kagan <d****e@g****m> over 2 years ago
7ff3cee6 Make _WinBashStatus instances carry all their info Eliah Kagan <d****e@g****m> over 2 years ago
8621e892 Reword comment in _WinBashStatus.check for clarity Eliah Kagan <d****e@g****m> over 2 years ago
0b7ee178 Refine TestSubmodule.test_rename xfail condition Eliah Kagan <d****e@g****m> over 2 years ago
0ae5dd19 Revert "Treat XPASS status as a test failure" Eliah Kagan <d****e@g****m> over 2 years ago
82c361e7 Correct TestSubmodule.test_rename xfail condition Eliah Kagan <d****e@g****m> over 2 years ago
0f8cd4ce Treat XPASS status as a test failure Eliah Kagan <d****e@g****m> over 2 years ago
2875ffa0 Put back WSL on Windows CI; pare down debug info Eliah Kagan <d****e@g****m> over 2 years ago
cabb5728 Temporarily don't install WSL system to test xfail Eliah Kagan <d****e@g****m> over 2 years ago
b2153572 Simplify/clarify bash.exe check for hook tests; do it only once Eliah Kagan <d****e@g****m> over 2 years ago
5d113942 Fix and expand bash.exe xfail marks on hook tests Eliah Kagan <d****e@g****m> over 2 years ago
2784e403 Show bash and other WSL-relevant info but not PATH Eliah Kagan <d****e@g****m> over 2 years ago
ad07ecb0 Show PATH on CI Eliah Kagan <d****e@g****m> over 2 years ago
9717b8d8 Install WSL system on CI for hook tests Eliah Kagan <d****e@g****m> over 2 years ago
61d1fba6 Mark unsafe-options "allowed" tests xfail on Windows Eliah Kagan <d****e@g****m> over 2 years ago
b284ad70 Mark test_create_remote_unsafe_url_allowed xfail on Windows Eliah Kagan <d****e@g****m> over 2 years ago
799c8536 Improve ordering/grouping of a few imports Eliah Kagan <d****e@g****m> over 2 years ago
4abab92c Mark test_conditional_includes_from_git_dir xfail on Windows Eliah Kagan <d****e@g****m> over 2 years ago
42a3d74f Mark TestSubmodule.test_rename xfail on Windows Eliah Kagan <d****e@g****m> over 2 years ago
f72e2821 Mark test_diff_submodule xfail on Windows Eliah Kagan <d****e@g****m> over 2 years ago
cd9d7a9d Mark test_clone_command_injection xfail on Windows Eliah Kagan <d****e@g****m> over 2 years ago
5c6a4f40 merge Merge pull request #1740 from EliahKagan/summary Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ff84a743 merge Merge pull request #1739 from EliahKagan/rmtree Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6e477e3a Add xfail marks for IndexFile.from_tree failures Eliah Kagan <d****e@g****m> over 2 years ago
359116b3 List all non-passing tests in test summaries Eliah Kagan <d****e@g****m> over 2 years ago
e309b35d Mock out lchmod functions in _patch_for_wrapping_test? Eliah Kagan <d****e@g****m> over 2 years ago
9e5d0aaa Avoid subprocess-writable temp file race condition Eliah Kagan <d****e@g****m> over 2 years ago
928ca1e9 Minor formatting consistency improvement Eliah Kagan <d****e@g****m> over 2 years ago
b12fd4a8 Let Windows subprocess open or rename onto temp file Eliah Kagan <d****e@g****m> over 2 years ago
74cc6718 merge Merge pull request #1735 from EliahKagan/moddoc Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
aed3b59d Revise and restore some module docstrings Eliah Kagan <d****e@g****m> over 2 years ago
d5d897c2 merge Merge pull request #1732 from EliahKagan/compat Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b226f3dd Remove demonstration script Eliah Kagan <d****e@g****m> over 2 years ago
8a223524 Extract some shared patching code to a helper Eliah Kagan <d****e@g****m> over 2 years ago
e8cfae89 Test that PermissionError is only wrapped on Windows Eliah Kagan <d****e@g****m> over 2 years ago
6de8e676 Refactor current fix for symlink-following bug Eliah Kagan <d****e@g****m> over 2 years ago
c594433d merge Merge pull request #1730 from EliahKagan/license-clarity Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
86453efa Create FUNDING.json to support Drips Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
562bdee8 Fix compat.is_darwin Eliah Kagan <d****e@g****m> over 2 years ago
d5fc6e53 merge Merge pull request #1729 from EliahKagan/xfail Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
209162a4 Pass more specific license argument in setup.py Eliah Kagan <d****e@g****m> over 2 years ago
7387dab1 Update README to clarify license name Eliah Kagan <d****e@g****m> over 2 years ago
454032cf Make comments more consistent and clarify license Eliah Kagan <d****e@g****m> over 2 years ago
340da6d3 merge Merge pull request #1727 from EliahKagan/yield-comment Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
2c7fce0c Remove obsolete note in _iter_packed_refs Eliah Kagan <d****e@g****m> over 2 years ago
1755b1d4 merge Merge pull request #1726 from EliahKagan/super Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
91131770 Don't swallow AttributeError from super().setUp() Eliah Kagan <d****e@g****m> over 2 years ago
a47e46d7 Use zero-argument super() where applicable Eliah Kagan <d****e@g****m> over 2 years ago
36a3b761 Revise some comments and strings Eliah Kagan <d****e@g****m> over 2 years ago
fd78a53f One approach to the symlink-following bug Eliah Kagan <d****e@g****m> over 2 years ago

← Back to repository