GitHub / gitpython-developers/GitPython / commits
GitPython is a python library used to interact with Git repositories.
SHA | Message | Author | Date | Stats |
---|---|---|---|---|
f44524a9 | Avoid spurious "location may have moved" on Windows | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
a42ea0a3 | Cover absent/no-distro bash.exe in hooks "not from cwd" test | Eliah Kagan <d****e@g****m> | almost 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> |
almost 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> |
almost 2 years ago | |
7751436b | Extract venv management from test_installation | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
66ff4c17 | Omit CWD in search for bash.exe to run hooks on Windows | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
61b4ddac | Start on test_hook_uses_shell_not_from_cwd | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
d2506c73 | Make Git.execute a bit simpler and very slightly more robust | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
865c6e83 | Further expand "not from cwd" test re: cmd.exe | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
7da9c3b4 | Refactor "not from cwd" test for readability | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
06bd2c7e | Omit CWD in executable search even when shell=True | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
c1f6c171 | Use SystemRoot instead of WINDIR, to fix tox | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
2b47933f | Correct the "not from cwd" test and add more cases | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
1c65efbe | Show "not from cwd" test is broken for shell=True | Eliah Kagan <d****e@g****m> | almost 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> |
almost 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> |
almost 2 years ago | |
9e86053c | Replace the one use of mktemp in the git module | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
41fac851 | Avoid mktemp in tests, in straightforward cases | Eliah Kagan <d****e@g****m> | almost 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> |
almost 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> |
almost 2 years ago | |
96cae000 | Extract remaining local "import gc" to module level | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
f62df523 | Remove TestSubmodule.test_rename xfail mark | Eliah Kagan <d****e@g****m> | almost 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> |
almost 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> |
almost 2 years ago | |
b66be7ca | Replace xfail with gc.collect in TestSubmodule.test_rename | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
43f3b52f | Don't install black on Cygwin | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
d70ba694 | Extract all "import gc" to module level | Eliah Kagan <d****e@g****m> | almost 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> |
almost 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> |
almost 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> |
almost 2 years ago | |
58547d82 | Customize CodeQL | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
83b7ec61 | Set up CodeQL | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
2f017ac8 | Avoid making it look like kill_process works on Windows | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
f42a63bf | Document more Git.execute kill_after_timeout limitations | Eliah Kagan <d****e@g****m> | almost 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> |
almost 2 years ago | |
41d22b27 | Overhaul noqa directives | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
cf5cb847 | Small docstring copyedits | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
e54277fc | Compare types in test_orig_head with "is" | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
86fcb1b5 | be even more generous with 'extra-time' to wait on MacOS | Sebastian Thiel <s****l@i****m> | almost 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> |
almost 2 years ago | |
d7bf2316 | merge Merge branch 'GitPython-1616' | Sebastian Thiel <s****l@i****m> | almost 2 years ago | |
c09ac1ab | Test InvalidGitRepositoryError in repo subdir | Travis Runner <d****e@g****m> | almost 2 years ago | |
9277ff56 | Avoid another tempdir content assumption in test | Travis Runner <d****e@g****m> | almost 2 years ago | |
ad570de4 | Avoid unsafe assumptions about tempdir content in tests | Travis Runner <d****e@g****m> | almost 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> |
almost 2 years ago | |
b9d09c1f | Group .gitignore entries by purpose | Travis Runner <d****e@g****m> | almost 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> |
almost 2 years ago | |
39e2dff3 | Don't return with operand when conceptually void | Travis Runner <d****e@g****m> | almost 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> |
almost 2 years ago | |
3f21391e | Remove unused TASKKILL fallback in AutoInterrupt | Eliah Kagan <d****e@g****m> | almost 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> |
almost 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> |
almost 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> |
almost 2 years ago | |
78d63d9e | Let close_fds be True on all platforms | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
d15f891c | macOS needs even more extra time in test_blocking_lock_file | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
c16e4f37 | Restore longer extra time for Windows, and add for macOS | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
f6f335ff | Temporarily break test_blocking_lock_file on Windows | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
789baa1c | Use macOS 13 on CI | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
2813e94c | Add macOS test jobs to CI matrix | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
12bbacee | Add xfail mark for new test_index_mutation failure | Eliah Kagan <d****e@g****m> | almost 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> |
almost 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> |
almost 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> |
almost 2 years ago | |
782c0629 | Add myself to AUTHORS | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
e3597180 | Revert "Add xfail marks for IndexFile.from_tree failures" | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
2fabe71b | Further document cygpath test parameter collections | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
a09e5383 | Don't mock the lchmod functions, and explain why | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
6727d0e5 | Always read metadata files as UTF-8 in setup.py | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
e00fffc9 | Shorten comments on _decode steps | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
3303c740 | Improve readability of WinBashStatus class | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
1808dddf | Adding dubious ownership handling |
Mario Alvarado <m****o@i****m>
Committed by: Sebastian Thiel <s****l@i****m> |
almost 2 years ago | |
b07e5c7d | Put back WSL on Windows CI | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
9ac24388 | Handle encodings better; make the sum type "public" | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
d779a754 | Don't assume WSL-related bash.exe error is English | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
496acaac | Handle multiple encodings for WSL error messages | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
d5ed266f | Use bytes in bash.exe check; retest no-distro case | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
7ff3cee6 | Make _WinBashStatus instances carry all their info | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
8621e892 | Reword comment in _WinBashStatus.check for clarity | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
0b7ee178 | Refine TestSubmodule.test_rename xfail condition | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
0ae5dd19 | Revert "Treat XPASS status as a test failure" | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
82c361e7 | Correct TestSubmodule.test_rename xfail condition | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
0f8cd4ce | Treat XPASS status as a test failure | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
2875ffa0 | Put back WSL on Windows CI; pare down debug info | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
cabb5728 | Temporarily don't install WSL system to test xfail | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
b2153572 | Simplify/clarify bash.exe check for hook tests; do it only once | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
5d113942 | Fix and expand bash.exe xfail marks on hook tests | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
2784e403 | Show bash and other WSL-relevant info but not PATH | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
ad07ecb0 | Show PATH on CI | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
9717b8d8 | Install WSL system on CI for hook tests | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
61d1fba6 | Mark unsafe-options "allowed" tests xfail on Windows | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
b284ad70 | Mark test_create_remote_unsafe_url_allowed xfail on Windows | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
799c8536 | Improve ordering/grouping of a few imports | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
4abab92c | Mark test_conditional_includes_from_git_dir xfail on Windows | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
42a3d74f | Mark TestSubmodule.test_rename xfail on Windows | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
f72e2821 | Mark test_diff_submodule xfail on Windows | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
cd9d7a9d | Mark test_clone_command_injection xfail on Windows | Eliah Kagan <d****e@g****m> | almost 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> |
almost 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> |
almost 2 years ago | |
6e477e3a | Add xfail marks for IndexFile.from_tree failures | Eliah Kagan <d****e@g****m> | almost 2 years ago | |
359116b3 | List all non-passing tests in test summaries | Eliah Kagan <d****e@g****m> | almost 2 years ago |