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
987dbf4a Use consistent style for passing logger name Eliah Kagan <d****e@g****m> over 2 years ago
9b7e15f6 State what the refresh tests verify Eliah Kagan <d****e@g****m> over 2 years ago
3bb63f37 Condense FetchInfo.refresh using contextlib.suppress Eliah Kagan <d****e@g****m> over 2 years ago
ae28c986 Refactor _rollback_refresh slightly for clarity Eliah Kagan <d****e@g****m> over 2 years ago
b3fc30ee Re-refresh to restore state after refresh tests Eliah Kagan <d****e@g****m> over 2 years ago
5ad7cb2f Start work on making refresh tests restore state Eliah Kagan <d****e@g****m> over 2 years ago
3a34dee1 Also test refresh with an already-absolute bad path Eliah Kagan <d****e@g****m> over 2 years ago
24d6067d Fix wrong GitCommandNotFound command from refresh Eliah Kagan <d****e@g****m> over 2 years ago
f98aaddd Have test of refresh that should fail assert command Eliah Kagan <d****e@g****m> over 2 years ago
f2418087 Simplify test of refresh that should succeed Eliah Kagan <d****e@g****m> over 2 years ago
ba4cbae2 Split test_refresh into two tests Eliah Kagan <d****e@g****m> over 2 years ago
307f1987 merge Merge pull request #1810 from EliahKagan/refresh Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
82cbc6c5 Apply suggestions from code review Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
867305de merge Merge pull request #1807 from EliahKagan/util-nullhandler Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a11b89a4 Clarify why GIT_PYTHON_GIT_EXECUTABLE may be set on failure Eliah Kagan <d****e@g****m> over 2 years ago
01e768b8 Remove git.util.NullHandler Eliah Kagan <d****e@g****m> over 2 years ago
741dfd39 Deprecate git.util.NullHandler Eliah Kagan <d****e@g****m> over 2 years ago
d28c20b1 merge Merge pull request #1799 from et-repositories/main Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
bda5a178 chore: update AUTHORS Ethan <e****s@p****e> over 2 years ago
6978325f merge Merge pull request #1803 from EliahKagan/sphinx Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
74ef6c74 Bump Sphinx from 4.3.0 to 4.3.2 Eliah Kagan <d****e@g****m> over 2 years ago
370822cd Extend plugin version ranges down for Python 3.7 Eliah Kagan <d****e@g****m> over 2 years ago
b061a012 Pin Sphinx plugins to compatible versions Eliah Kagan <d****e@g****m> over 2 years ago
365d44f5 fix: treeNotSorted issue Ethan <e****s@p****e> over 2 years ago
08a819c1 fix: add treeNotSorted test Ethan <e****s@p****e> over 2 years ago
53ddf382 merge Merge pull request #1798 from EliahKagan/no-sumtypes Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
70ea7ec4 Fix annotations for Python 3.8 and lower Eliah Kagan <d****e@g****m> over 2 years ago
a5414bf8 Remove test dependency on sumtypes library Eliah Kagan <d****e@g****m> over 2 years ago
fd29dfd5 merge Merge pull request #1795 from PeterJCLaw/fix-changelog-link-typo Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
634151a2 maybe fix readthedocs by adding configuration (#1794) Sebastian Thiel <s****l@i****m> over 2 years ago
9b1b820e Fix typo in release link in changelog Peter Law <P****w@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f2887382 bump patch level Sebastian Thiel <s****l@i****m> over 2 years ago
ef3192cc merge Merge pull request #1792 from EliahKagan/popen Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
32c02d1c merge Merge pull request #1789 from EliahKagan/return Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b2c46f7d merge Merge pull request #1788 from EliahKagan/void-finalizer Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
597e1a6e merge Merge pull request #1787 from EliahKagan/deprecation Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1f3caa31 Further clarify comment in test_hook_uses_shell_not_from_cwd Eliah Kagan <d****e@g****m> over 2 years ago
e194d46f Fix mypy warning "Missing return statement" Eliah Kagan <d****e@g****m> over 2 years ago
7057b9b8 In handle_process_output don't forward finalizer result Eliah Kagan <d****e@g****m> over 2 years ago
3af3d431 Deprecate USE_SHELL; caution in Git.execute shell doc Eliah Kagan <d****e@g****m> over 2 years ago
a0fa2bd4 Improve deprecation messages and other docstrings Eliah Kagan <d****e@g****m> over 2 years ago
86d01776 merge Merge pull request #1782 from EliahKagan/shell-doc Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9bc78726 merge Merge pull request #1786 from EliahKagan/iteritems-fix Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
501005f2 Fix incompletely revised Iterable/IterableObj docstrings Eliah Kagan <d****e@g****m> over 2 years ago
619304c5 merge Merge pull request #1785 from EliahKagan/iteritems-next Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
cf94a26b merge Merge pull request #1784 from EliahKagan/cygwin-pip Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
2b768c70 Shorten Iterable docstrings and put IterableObj first Eliah Kagan <d****e@g****m> over 2 years ago
7ef72454 Make setuptools check on CI more precise Eliah Kagan <d****e@g****m> over 2 years ago
c567f6fc Add missing pip in $PATH on Cygwin CI Eliah Kagan <d****e@g****m> over 2 years ago
f5e1b107 merge Merge pull request #1783 from EliahKagan/revert-1766-cygwin-omit-black Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5aaaa02c merge Merge pull request #1780 from EliahKagan/iteritems Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
79642247 Revert "Don't install black on Cygwin" Eliah Kagan <d****e@g****m> over 2 years ago
106bbe60 Update USE_SHELL docstring on why not to use it anymore Eliah Kagan <d****e@g****m> over 2 years ago
94a85d11 Convert constant and attribute comments to docstrings Eliah Kagan <d****e@g****m> over 2 years ago
dfee31f2 Improve self-documentation of IterableObj and related classes Eliah Kagan <d****e@g****m> over 2 years ago
c3c008c4 In Submodule.iter_items, don't attach second empty iterator Eliah Kagan <d****e@g****m> over 2 years ago
f5dc1c47 Expand "invalid hash" test to assert normal StopIteration Eliah Kagan <d****e@g****m> over 2 years ago
d986a594 merge Merge pull request #1778 from stegm/fix_index_with_pathlike Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
96fc3547 Add tests for current Submodule.iter_items behavior Eliah Kagan <d****e@g****m> over 2 years ago
53e73830 Remove explicit PushInfo/FetchInfo inheritance from object Eliah Kagan <d****e@g****m> over 2 years ago
6e4cee4f Fix Items of type PathLike Stefan Gmeiner <s****2@g****m> over 2 years ago
c398d795 merge Merge pull request #1777 from EliahKagan/hooks-tests Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
22129a7d merge Merge pull request #1776 from EliahKagan/temporary-file-swap Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
3eb7c2ab Move safer_popen from git.util to git.cmd Eliah Kagan <d****e@g****m> over 2 years ago
e1486474 Add a direct test of run_commit_hook Eliah Kagan <d****e@g****m> over 2 years ago
f664a0b8 Add xfail marks to hook tests for WinBashStatus.Absent Eliah Kagan <d****e@g****m> over 2 years ago
4e91a6c7 Tweak formatting for `@pytest.mark.parametrize` Eliah Kagan <d****e@g****m> over 2 years ago
b438c459 Refactor TemporaryFileSwap.__init__ for clarity Eliah Kagan <d****e@g****m> over 2 years ago
1ddf953e Fix TemporaryFileSwap bug when file_path is a Path Eliah Kagan <d****e@g****m> over 2 years ago
487a4fdb Add a test for git.index.util.TemporaryFileSwap Eliah Kagan <d****e@g****m> over 2 years ago
c551e916 Extract shared logic for using Popen safely on Windows Eliah Kagan <d****e@g****m> over 2 years ago
4023f286 merge Merge pull request #1774 from EliahKagan/simplify-test-util Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6a8ed70a Run test_env_vars_for_windows_tests only on Windows Eliah Kagan <d****e@g****m> over 2 years ago
b12a54a2 Use Path.touch to create files for rmtree tests Eliah Kagan <d****e@g****m> over 2 years ago
15ebb258 Clarify comment in test_hook_uses_shell_not_from_cwd Eliah Kagan <d****e@g****m> over 2 years ago
f44524a9 Avoid spurious "location may have moved" on Windows Eliah Kagan <d****e@g****m> over 2 years ago
a42ea0a3 Cover absent/no-distro bash.exe in hooks "not from cwd" test Eliah Kagan <d****e@g****m> over 2 years ago
a1543fb2 merge Merge pull request #1773 from gitpython-developers/dependabot/github_actions/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d46c70d8 Bump github/codeql-action from 2 to 3
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
7751436b Extract venv management from test_installation Eliah Kagan <d****e@g****m> over 2 years ago
66ff4c17 Omit CWD in search for bash.exe to run hooks on Windows Eliah Kagan <d****e@g****m> over 2 years ago
61b4ddac Start on test_hook_uses_shell_not_from_cwd Eliah Kagan <d****e@g****m> over 2 years ago
d2506c73 Make Git.execute a bit simpler and very slightly more robust Eliah Kagan <d****e@g****m> over 2 years ago
865c6e83 Further expand "not from cwd" test re: cmd.exe Eliah Kagan <d****e@g****m> over 2 years ago
7da9c3b4 Refactor "not from cwd" test for readability Eliah Kagan <d****e@g****m> over 2 years ago
06bd2c7e Omit CWD in executable search even when shell=True Eliah Kagan <d****e@g****m> over 2 years ago
c1f6c171 Use SystemRoot instead of WINDIR, to fix tox Eliah Kagan <d****e@g****m> over 2 years ago
2b47933f Correct the "not from cwd" test and add more cases Eliah Kagan <d****e@g****m> over 2 years ago
1c65efbe Show "not from cwd" test is broken for shell=True Eliah Kagan <d****e@g****m> over 2 years ago
f55d194b merge Merge pull request #1770 from EliahKagan/less-mktemp Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
98580e47 merge Merge pull request #1769 from EliahKagan/codeql Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9e86053c Replace the one use of mktemp in the git module Eliah Kagan <d****e@g****m> over 2 years ago
41fac851 Avoid mktemp in tests, in straightforward cases Eliah Kagan <d****e@g****m> over 2 years ago
3ac7e78f merge Merge pull request #1767 from EliahKagan/312-gc Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
37e234a0 merge Merge pull request #1768 from EliahKagan/gc-import Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
96cae000 Extract remaining local "import gc" to module level Eliah Kagan <d****e@g****m> over 2 years ago
f62df523 Remove TestSubmodule.test_rename xfail mark Eliah Kagan <d****e@g****m> over 2 years ago
0fa00476 merge Merge pull request #1765 from EliahKagan/gc-imports Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6c40024a merge Merge pull request #1766 from EliahKagan/cygwin-omit-black Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b66be7ca Replace xfail with gc.collect in TestSubmodule.test_rename Eliah Kagan <d****e@g****m> over 2 years ago

← Back to repository