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
7ea450d3 merge Merge pull request #1702 from EliahKagan/submodule-dependabot Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
ccd9aced merge Merge pull request #1703 from EliahKagan/security-policy Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
a29a8750 Drop obsolete info on yanking from security policy Eliah Kagan <d****e@g****m> almost 2 years ago
7b1c0468 Have Dependabot offer submodule updates Eliah Kagan <d****e@g****m> almost 2 years ago
1e7d8854 merge Merge pull request #1701 from EliahKagan/license-ambiguity-regression Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
cc848d25 Fix small #1662 regression due to #1659 Eliah Kagan <d****e@g****m> almost 2 years ago
87cc3257 merge Merge branch 'main' of https://github.com/DeflateAwning/GitPython DeflateAwning <1****g@u****m> almost 2 years ago
a4eb2b3e black lint DeflateAwning <1****g@u****m> almost 2 years ago
fbac5141 merge Merge branch 'main' into main DeflateAwning <1****g@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
b1478bb1 Typo DeflateAwning <1****g@u****m> almost 2 years ago
ebd9ce50 Fix unused import linting DeflateAwning <1****g@u****m> almost 2 years ago
d77fadd1 merge Merge pull request #1700 from EliahKagan/untangle-skips Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
2c94b6ae Remove r prefix from strings that need not be raw Eliah Kagan <d****e@g****m> almost 2 years ago
ffcbf07e Put all regex patterns in r-strings Eliah Kagan <d****e@g****m> almost 2 years ago
7dd20959 Fix docstrings that intend '\' literally Eliah Kagan <d****e@g****m> almost 2 years ago
a9b05ece Clarify a test helper docstring Eliah Kagan <d****e@g****m> almost 2 years ago
f0e15e89 Further cleanup in test_util (on new tests) Eliah Kagan <d****e@g****m> almost 2 years ago
196cfbee Clean up test_util, reorganizing for readability Eliah Kagan <d****e@g****m> almost 2 years ago
2a32e25b Fix test bug that assumed staticmethod callability Eliah Kagan <d****e@g****m> almost 2 years ago
d42cd721 Test situations git.util.rmtree shouldn't wrap Eliah Kagan <d****e@g****m> almost 2 years ago
2fe7f3c4 Test current expected behavior of git.util.rmtree Eliah Kagan <d****e@g****m> almost 2 years ago
7dd59043 Revise and update rmtree docstrings and comments Eliah Kagan <d****e@g****m> almost 2 years ago
0b880124 Use onexc callback where supported Eliah Kagan <d****e@g****m> almost 2 years ago
ccbb2732 Fix onerror callback type hinting, improve style Eliah Kagan <d****e@g****m> almost 2 years ago
b8e009e8 In rmtree, have onerror catch only PermissionError Eliah Kagan <d****e@g****m> almost 2 years ago
683a3eeb Clean up git.objects.submodule.base imports Eliah Kagan <d****e@g****m> almost 2 years ago
5039df35 Eliminate duplicate rmtree try-except logic Eliah Kagan <d****e@g****m> almost 2 years ago
fba59aa3 Update "ACTUALLY skipped by" comments Eliah Kagan <d****e@g****m> almost 2 years ago
8107cbfe merge Merge pull request #1697 from EliahKagan/find-daemon Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
28142630 Add a missing PermissionError xfail on Windows Eliah Kagan <d****e@g****m> almost 2 years ago
c11b3666 Simplify HIDE_* env var test; add missing cases Eliah Kagan <d****e@g****m> almost 2 years ago
333896b4 Treat false-seeming HIDE_* env var values as false Eliah Kagan <d****e@g****m> almost 2 years ago
eb51277e Make HIDE_* attributes always bool Eliah Kagan <d****e@g****m> almost 2 years ago
7604da18 Warn if HIDE_WINDOWS_*_ERRORS set in environment Eliah Kagan <d****e@g****m> almost 2 years ago
100ab989 Add initial test_env_vars_for_windows_tests Eliah Kagan <d****e@g****m> almost 2 years ago
04f32007 Ask git where its daemon is and use that Eliah Kagan <d****e@g****m> almost 2 years ago
9ac6bb0b Add @UnusedImport to recent changes DeflateAwning <1****g@u****m> almost 2 years ago
8edc53b7 Clean up __all__ in main, and explicit imports in exc DeflateAwning <1****g@u****m> almost 2 years ago
4345faa8 merge Merge branch 'sh' Sebastian Thiel <s****l@i****m> almost 2 years ago
9b9de113 Fix the formatting Eliah Kagan <d****e@g****m> almost 2 years ago
a872d9c9 Pass --all-files explicitly so it is retained Eliah Kagan <d****e@g****m> almost 2 years ago
91f63cd6 merge Merge pull request #1688 from EliahKagan/execute-args Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
881b464d merge Merge pull request #1689 from EliahKagan/312stable Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
b54a28a5 No longer allow CI to select a prerelease for 3.12 Eliah Kagan <d****e@g****m> almost 2 years ago
c3e926fb Fix a small YAML formatting style inconsistency Eliah Kagan <d****e@g****m> almost 2 years ago
ab958865 Eliminate istream_ok variable Eliah Kagan <d****e@g****m> almost 2 years ago
c3fde7fb Log args in the order they are passed to Popen Eliah Kagan <d****e@g****m> almost 2 years ago
790a790f Log stdin arg as such, and test that this is done Eliah Kagan <d****e@g****m> almost 2 years ago
9fa1ceef Extract a _assert_logged_for_popen method Eliah Kagan <d****e@g****m> almost 2 years ago
a8a43fe6 Simplify shell test helper with with_exceptions=False Eliah Kagan <d****e@g****m> almost 2 years ago
2d1efdca Test that git.cmd.execute_kwargs is correct Eliah Kagan <d****e@g****m> almost 2 years ago
fc755dae Avoid having a local function seem to be a method Eliah Kagan <d****e@g****m> almost 2 years ago
133271bb Other copyediting in the git.cmd module Eliah Kagan <d****e@g****m> almost 2 years ago
74b68e9b Copyedit Git.execute docstring Eliah Kagan <d****e@g****m> almost 2 years ago
13e1593f Don't say Git.execute uses a shell, in its summary Eliah Kagan <d****e@g****m> almost 2 years ago
b79198a8 Document Git.execute parameters in definition order Eliah Kagan <d****e@g****m> almost 2 years ago
874f0bf0 merge Merge pull request #1687 from EliahKagan/popen-shell Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
f9a3b83d merge Merge pull request #1684 from EliahKagan/daemon Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
baf3457e Fix Git.execute shell use and reporting bugs Eliah Kagan <d****e@g****m> almost 2 years ago
41294d57 Use the mock backport on Python 3.7 Eliah Kagan <d****e@g****m> almost 2 years ago
da3460c6 Extract shared test logic to a helper Eliah Kagan <d****e@g****m> almost 2 years ago
0f19fb0b Fix tests so they don't try to run "g" Eliah Kagan <d****e@g****m> almost 2 years ago
aa5e2f6b Test if whether a shell is used is logged Eliah Kagan <d****e@g****m> almost 2 years ago
59440607 Test whether a shell is used Eliah Kagan <d****e@g****m> almost 2 years ago
5e71c270 Fix the name of the "executes git" test Eliah Kagan <d****e@g****m> almost 2 years ago
35e3875c Allow base_daemon_path to be normalized for Cygwin Eliah Kagan <d****e@g****m> almost 2 years ago
e07d91a6 Drop claim about Cygwin not having git-daemon Eliah Kagan <d****e@g****m> almost 2 years ago
c2472e9b Note that the init script can be run from Git Bash Eliah Kagan <d****e@g****m> almost 2 years ago
9e245d05 Update readme: CI jobs not just for "main" branch Eliah Kagan <d****e@g****m> almost 2 years ago
62c024e2 Let tox run lint, mypy, and html envs without 3.9 Eliah Kagan <d****e@g****m> almost 2 years ago
e16e4c00 Format all YAML files in the same style Eliah Kagan <d****e@g****m> almost 2 years ago
e4e009d0 Reword comment to fix ambiguity Eliah Kagan <d****e@g****m> almost 2 years ago
7cca7d22 Don't print the exact same warning twice Eliah Kagan <d****e@g****m> almost 2 years ago
b98f15e4 Get tags for tests from original repo as fallback Eliah Kagan <d****e@g****m> almost 2 years ago
fc969807 Have init script check for GitHub Actions Eliah Kagan <d****e@g****m> almost 2 years ago
f0949096 Add BUILDDIR var to doc/Makefile; have tox use it Eliah Kagan <d****e@g****m> almost 2 years ago
6de86a85 Update readme about most of the test/lint tools Eliah Kagan <d****e@g****m> almost 2 years ago
5d150635 Add "make lint" to lint without auto-formatting Eliah Kagan <d****e@g****m> almost 2 years ago
5d8ddd90 Use two hooks for black: to check, and format Eliah Kagan <d****e@g****m> almost 2 years ago
4ba5ad10 Fix typo in comment Eliah Kagan <d****e@g****m> almost 2 years ago
d36818cf Add a black check to pre-commit Eliah Kagan <d****e@g****m> almost 2 years ago
b88d07e4 Use a single awk instead of two greps and a cut Eliah Kagan <d****e@g****m> almost 2 years ago
52f9a68d Make the "all" Makefile target more robust Eliah Kagan <d****e@g****m> almost 2 years ago
d5479b20 Use set -u in init script Eliah Kagan <d****e@g****m> almost 2 years ago
5060c9dc Explain what each step in the init script achieves Eliah Kagan <d****e@g****m> almost 2 years ago
f6dbba2a A couple more script tweaks for clarity Eliah Kagan <d****e@g****m> almost 2 years ago
c7cdaf48 Reduce code duplication in version check script Eliah Kagan <d****e@g****m> almost 2 years ago
7110bf8e Move extra tag-fetching step into init script Eliah Kagan <d****e@g****m> almost 2 years ago
7d4f6c68 merge Merge pull request #1681 from EliahKagan/more-flake8 Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
19dfbd8c Make the init script a portable POSIX shell script Eliah Kagan <d****e@g****m> almost 2 years ago
e604b469 Use 4-space indentation in all shell scripts Eliah Kagan <d****e@g****m> almost 2 years ago
be538236 Have init script treat master unambiguously as a branch Eliah Kagan <d****e@g****m> almost 2 years ago
e973f527 Use some handy bash-isms in version check script Eliah Kagan <d****e@g****m> almost 2 years ago
f3be76f4 Force color when running shellcheck in pre-commit Eliah Kagan <d****e@g****m> almost 2 years ago
09203719 Extract suggest_venv out of the else block Eliah Kagan <d****e@g****m> almost 2 years ago
21875b5a Don't split and glob the interpreter name Eliah Kagan <d****e@g****m> almost 2 years ago
7dd8adde Suppress SC2086 where word splitting is intended Eliah Kagan <d****e@g****m> almost 2 years ago
8c4df3cf Add pre-commit hook to run shellcheck Eliah Kagan <d****e@g****m> almost 2 years ago
1a8f210a Drop flake8 suppressions that are no longer needed Eliah Kagan <d****e@g****m> almost 2 years ago
e894d3a8 merge Merge pull request #1680 from EliahKagan/readme-license-link Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago

← Back to repository