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
6826b594 Improve failure message whitespace clarity Eliah Kagan <d****e@g****m> 12 months ago
a0e08fe9 Show more information when `test_installation` fails Eliah Kagan <d****e@g****m> 12 months ago
a2ba4804 Have `test_installation` test that operations produce no warnings Eliah Kagan <d****e@g****m> 12 months ago
84632c78 Extract `subprocess.run` logic repeated in `test_installation` Eliah Kagan <d****e@g****m> 12 months ago
953d1616 Comment what `TestInstallation._set_up_venv` does Eliah Kagan <d****e@g****m> 12 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>
12 months ago
8e24edfb Use *-wheel packages as a better fix for #2004 Eliah Kagan <d****e@g****m> 12 months ago
66955cc7 Minor CI clarifications Eliah Kagan <d****e@g****m> 12 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>
12 months ago
088d090e Run `cat_file.py` fixture without site customizations Eliah Kagan <d****e@g****m> 12 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>
12 months ago
1d808917 fix updating submodules with relative urls David <d****0@u****m> 12 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>
12 months ago
17d53b09 merge Merge pull request #2049 from EliahKagan/style Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
12 months ago
a36b8a5a Always use a `def` instead of assigning a `lambda` Eliah Kagan <d****e@g****m> 12 months ago
6f4f7f51 Update Ruff configuration Eliah Kagan <d****e@g****m> 12 months ago
1b79d449 Improve line-ending consistency in requirements files Eliah Kagan <d****e@g****m> 12 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>
12 months ago
f2b80410 Don't remove quotes if `\` or `"` are present inside Eliah Kagan <d****e@g****m> 12 months ago
7bcea088 Add tests of ConfigParser with `"..."` with `"` or `\` inside Eliah Kagan <d****e@g****m> 12 months ago
c8e4aa0f Refactor quote parsing, to prepare for more checks Eliah Kagan <d****e@g****m> 12 months ago
2f225244 Remove explicit empty `""` handling in ConfigParser Eliah Kagan <d****e@g****m> 12 months ago
4ebe4074 Test that ConfigParser treats empty quotes as an empty value Eliah Kagan <d****e@g****m> 12 months ago
63160dea merge Merge pull request #2046 from EliahKagan/config-whitespace Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
12 months ago
e5a2db58 Test `ConfigParser` with whitespace outside the value Eliah Kagan <d****e@g****m> 12 months ago
2e0d835c merge Merge pull request #2045 from EliahKagan/shell-warning-refactor Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
12 months ago
253099fe Clarify `USE_SHELL` warning helper signature Eliah Kagan <d****e@g****m> 12 months ago
b6a188ba merge Merge pull request #2044 from EliahKagan/popen-comments Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
12 months ago
2b85cd1d Fix ambiguous `_safer_popen_windows` comment Eliah Kagan <d****e@g****m> 12 months ago
82aaa131 merge Merge pull request #2043 from EliahKagan/static-package-selection Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
12 months ago
727f4e9e Use static notation for `setuptools` in CI `pip` commands Eliah Kagan <d****e@g****m> 12 months ago
31e1c035 Use static notation for `setuptools` in installation test Eliah Kagan <d****e@g****m> 12 months ago
e337e998 merge Merge pull request #2042 from EliahKagan/cygwin-ci-split Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
12 months ago
a6c623ee Small stylistic consistency tweak Eliah Kagan <d****e@g****m> 12 months ago
414de64b Show differing `pytest` arguments in step name Eliah Kagan <d****e@g****m> 12 months ago
ba58f40d Split Cygwin CI into two test jobs Eliah Kagan <d****e@g****m> 12 months ago
27bf23c6 merge Merge pull request #2040 from EliahKagan/mypy-free-threaded Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
12 months ago
b45ae86a Add an explanatory comment for omitting "t" Eliah Kagan <d****e@g****m> 12 months ago
8905e9e8 Fix CI `mypy` command on free-threaded Python Eliah Kagan <d****e@g****m> 12 months ago
5b098ff4 merge Merge pull request #2039 from EliahKagan/flatten-next Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
12 months ago
c6c08123 Import `TypeAlias` from `typing_extensions` where needed Eliah Kagan <d****e@g****m> 12 months ago
c6d16d01 Start on fixing AutoInterrupt/CatFileContentStream aliases Eliah Kagan <d****e@g****m> 12 months ago
1e463d4e merge Merge pull request #2037 from EliahKagan/flatten Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
12 months ago
cf8029d9 merge Merge pull request #2036 from EliahKagan/quoted-whitespace Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
12 months ago
5f303202 Test a quoted config var with meaningful edge whitespace Eliah Kagan <d****e@g****m> 12 months ago
bd2b9305 Preserve quoted leading and trailing single-line whitespace Eliah Kagan <d****e@g****m> 12 months ago
4dd5d457 merge Merge pull request #2035 from betaboon/fix-configparser-quotes Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
12 months ago
5a8a4059 Refactor Git.{AutoInterrupt,CatFileContentStream} nesting Eliah Kagan <d****e@g****m> 12 months ago
67468a23 Fix GitConfigParser not removing quotes from values betaboon <b****n@0****a> 12 months ago
c8ebc8be merge Merge pull request #2034 from gitpython-developers/dependabot/submodules/git/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
12 months ago
00b46127 Bump git/ext/gitdb from `f36c0cc` to `7e02fbd`
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
12 months ago
751cb2d5 merge Merge pull request #2033 from EliahKagan/gha-permissions Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
a9833d63 Specify explicit `contents: read` workflow permissions Eliah Kagan <d****e@g****m> about 1 year ago
2e4a0d2b merge Merge pull request #2032 from EliahKagan/codeql-gha Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
89dbd4a8 Remove unnecessary permissions from `codeql.yml` Eliah Kagan <d****e@g****m> about 1 year ago
d7ce09fa Keep running CodeQL on all branches, etc. Eliah Kagan <d****e@g****m> about 1 year ago
847ead69 Recreate `codeq.yml` with current defaults Eliah Kagan <d****e@g****m> about 1 year ago
0c0fc7ee Temporarily remove CodeQL workflow file Eliah Kagan <d****e@g****m> about 1 year ago
2d662ccf merge Merge pull request #2031 from EliahKagan/newer-ruff Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
b7ce712c Use newer ruff style Eliah Kagan <d****e@g****m> about 1 year ago
85765344 merge Merge pull request #2026 from gcmarx/main Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
f3ab5d38 incorporate review feedback from @EliahKagan Gordon Marx <g****x@g****m> about 1 year ago
1731c1e3 Revert "use `strings` instead of `uname` to detect cygwin" Gordon Marx <g****x@g****m> about 1 year ago
58f77105 Revert "debug printing" Gordon Marx <g****x@g****m> about 1 year ago
0df08181 debug printing Gordon Marx <g****x@g****m> about 1 year ago
c441316b use `strings` instead of `uname` to detect cygwin Gordon Marx <g****x@g****m> about 1 year ago
36a893bb add self to AUTHORS, add Emacs tempfiles to .gitignore Gordon Marx <g****x@g****m> about 1 year ago
bf516095 merge Merge pull request #2028 from gcmarx/remove-type-assertions Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
8dc75521 remove type assertions from util.py Gordon Marx <g****x@g****m> about 1 year ago
cffa264b turns out f-strings before 3.8 don't support {variable=} notation, take that out Gordon Marx <g****x@g****m> about 1 year ago
b1289eeb it's is_file(), not isfile() Gordon Marx <g****x@g****m> about 1 year ago
22d6284b don't use match-case, since it's a 3.10 feature Gordon Marx <g****x@g****m> about 1 year ago
226f4ffc check that uname_cmd points to a file; if uname_cmd were a directory, it coul... Gordon Marx <g****x@g****m> about 1 year ago
3f5a942b don't keep checking if sys.platform isn't 'cygwin' Gordon Marx <g****x@g****m> about 1 year ago
71879840 use pathlib.Path instead of os.path.isfile Gordon Marx <g****x@g****m> about 1 year ago
58ff723e Revert "check for the existence/execute bit on the uname command before tryin... Gordon Marx <g****x@g****m> about 1 year ago
428be1a5 adding self to authors Gordon Marx <g****x@g****m> about 1 year ago
de5e57ca check for the existence/execute bit on the uname command before trying to run it Gordon Marx <g****x@g****m> about 1 year ago
ec008722 add tests for is_cygwin_git Gordon Marx <g****x@g****m> about 1 year ago
aa6b7e9d merge Merge pull request #2024 from gitpython-developers/dependabot/github_actions/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
f2483a61 Bump Vampire/setup-wsl from 5.0.0 to 5.0.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
3b61fcac merge Merge pull request #2019 from ngoldbaum/setup-python-ft Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
1abb399b replace quansight-labs/setup-python with actions/setup-python Nathan Goldbaum <n****m@g****m> about 1 year ago
0f182901 merge Merge pull request #2018 from koyuki7w/patch-1 Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
4bedb056 merge Merge pull request #2015 from Andrej730/main Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
94151aa2 Use property decorator to support typing Andrej730 <a****v@g****m> about 1 year ago
3d979a6c Fix some incorrect sphinx markups in the docstrings Yuki Kobayashi <d****r@g****m> about 1 year ago
6d09bb61 merge Merge pull request #2011 from EliahKagan/nogil Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
468f91a1 merge Merge pull request #2010 from EliahKagan/wsl1 Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
e85a8958 merge Merge pull request #2012 from kamilkozik7/fix-trailing-slash Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
dc7ba87a merge Merge pull request #2008 from gitpython-developers/dependabot/github_actions/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
54e1c1bf Bump Vampire/setup-wsl from 4.1.1 to 5.0.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
d06f8a91 merge Merge pull request #2009 from EliahKagan/cygwin-xfail-ci Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 1 year ago
11f7fafa `IndexFile._to_relative_path` - fix case where absolute path gets stripped of... Kamil Kozik <k****7@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
about 1 year ago
56038c3e Only test free-threaded Python on Linux Eliah Kagan <d****e@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
about 1 year ago
c13d998c Test on free-threaded Python Eliah Kagan <d****e@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
about 1 year ago
a41a0de4 Use WSL1 on CI Eliah Kagan <d****e@g****m>
Committed by: Sebastian Thiel <s****l@i****m>
about 1 year ago
2ae697d0 Mark `test_installation` xfail on Cygwin CI Eliah Kagan <d****e@g****m> about 1 year ago
fe7533e3 merge Merge pull request #2007 from EliahKagan/cygwin-py39-venv Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
470318f5 merge Merge pull request #2006 from gitpython-developers/dependabot/github_actions/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago

← Back to repository