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
1570f3d7 Bump cygwin/cygwin-install-action from 3 to 4
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
about 3 years ago
f2533352 prepare next release Sebastian Thiel <s****l@i****m> over 3 years ago
0e5358a7 merge Merge pull request #1555 from Codym48/fix/get_values Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
fc843d31 Add test asserting that get_values works by itself Cody Martin <c****n@g****m> over 3 years ago
202e31cb merge Merge pull request #1554 from eric-wieser/patch-4 Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
5ab58f3a Update cmd.py Eric Wieser <w****c@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
5cbc1782 Fix RecursionError when iterating streams Eric Wieser <w****c@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
c84dde21 merge Merge pull request #1550 from Sineaggi/remove-optional-from-two-variables Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
4a44fdf9 Update docs Clayton Walker <c****r@g****m> over 3 years ago
fb6eb3d5 Add additional assertions to test_base.py Clayton Walker <c****r@g****m> over 3 years ago
6ed2285a merge Merge pull request #1551 from mellowed100/main Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
c0e69a42 Updated diff test to use different similarity thresholds Cesar Velazquez <c****z@d****m> over 3 years ago
bc8f1191 Add check to test bare repo Clayton Walker <c****r@g****m> over 3 years ago
186d75c6 Added diff test to disable rename detection Cesar Velazquez <c****z@d****m> over 3 years ago
6cf3661d fixed lint error Cesar Velazquez <c****z@d****m> over 3 years ago
22f51582 Enable user to override default diff -M arg Cesar Velazquez <c****z@d****m> over 3 years ago
cc71f029 Remove optional from two member variables Clayton Walker <c****r@g****m> over 3 years ago
63a60b38 merge Merge pull request #1547 from jcowgill/non-hour-timezones Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
854a2d1f Fix timezone parsing functions for non-hour timezones James Cowgill <j****l@j****k> over 3 years ago
cc92d512 merge Merge pull request #1545 from Lightborne/fix_ignored Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
df4dabb1 Raise exception if return code from check-ignore is not 1 Axel Aguado <a****o@g****m> over 3 years ago
2ddb604a Add test to verify GitCommandError is raised when check-ignore is run against... Axel Aguado <a****o@g****m> over 3 years ago
7ada83a4 Add test_ignored_items_reported Axel Aguado <a****o@g****m> over 3 years ago
f594266a merge Merge pull request #1541 from hugovk/add-3.11 Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
8a804743 Lint with Flake8 via pre-commit Hugo van Kemenade <h****k@u****m> over 3 years ago
496c69c5 Upgrade Python syntax with pyupgrade --py37-plus Hugo van Kemenade <h****k@u****m> over 3 years ago
66663372 Fix typo Hugo van Kemenade <h****k@u****m> over 3 years ago
ef697606 Declare support for Python 3.11 Hugo van Kemenade <h****k@u****m> over 3 years ago
3901d4cc merge Merge pull request #1537 from teknoraver/main Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
c9b44d29 fix files list on file rename Matteo Croce <t****r@m****m> over 3 years ago
cfc613a8 get_values eagerly loads sections before return Kent Friesen <k****n@g****m> over 3 years ago
90c81a56 merge Merge pull request #1532 from marlamb/feature/reduce-resource-leaks Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
e5004668 Fix some resource leaks by open file handles Martin Lambertsen <m****n@w****e> over 3 years ago
27a283bb merge Merge pull request #1531 from obfusk/fix-tempfile Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
1d644d8f merge Merge pull request #1530 from obfusk/fix-unsafe-param-docstring Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
8f41a390 fix clone_from_unsafe_protocol tests FC Stegerman <f****x@o****t> over 3 years ago
36cf7c17 replace tempfile.mkdtemp w/ tempfile.TemporaryDirectory FC Stegerman <f****x@o****t> over 3 years ago
4110b613 fix/add allow_unsafe_* params in docstrings + fix typo FC Stegerman <f****x@o****t> over 3 years ago
fbc36f9c tests: Use `command -v` instead of third-party `which` program Michał Górny <m****y@g****g>
Committed by: Sebastian Thiel <s****l@i****m>
over 3 years ago
44636240 Fix Sphinx rendering errors Stephan Creutz <s****r@g****e>
Committed by: Sebastian Thiel <s****l@i****m>
over 3 years ago
141cd651 adjust changelog prior to release Sebastian Thiel <s****l@i****m> over 3 years ago
678a8fe0 merge Merge pull request #1521 from stsewd/block-insecure-options Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
ae6a6e4b Fix type hint on create_tag Andrew Cassidy <d****y@m****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 3 years ago
f4f2658d Updates from review Santos Gallegos <s****d@p****e> over 3 years ago
5bce9b4f Document PushInfoList timski <t****i@e****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 3 years ago
9dc43926 Submodule tests Santos Gallegos <s****d@p****e> over 3 years ago
c8ae33b9 More tests Santos Gallegos <s****d@p****e> over 3 years ago
b92f01a3 Update/add tests for Repo.clone* Santos Gallegos <s****d@p****e> over 3 years ago
fd2c6da5 Updates from review Santos Gallegos <s****d@p****e> over 3 years ago
e6108c79 Block unsafe options and protocols by default Santos Gallegos <s****d@p****e> over 3 years ago
787359d8 merge Merge branch 'fix-cmd-injection' Sebastian Thiel <s****l@i****m> over 3 years ago
2aae532a update changelog Sebastian Thiel <s****l@i****m> over 3 years ago
7918fccf Add test Santos Gallegos <s****d@p****e> over 3 years ago
3c518653 Fix CI Santos Gallegos <s****d@p****e> over 3 years ago
fbf9c7e7 Fix command injection Santos Gallegos <s****d@p****e> over 3 years ago
2625ed9f Forbid unsafe protocol URLs in Repo.clone{,_from}() Steve Kowalik <s****n@w****g>
Committed by: Santos Gallegos <s****d@p****e>
over 3 years ago
4171333c fix CI by allowing the file protocol as well. Sebastian Thiel <s****l@i****m> over 3 years ago
17ff2630 Bump cygwin/cygwin-install-action from 2 to 3
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 3 years ago
183cf350 merge Merge pull request #1501 from SergeantMenacingGarlic/date_types Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
19aaa74a prepare next release Sebastian Thiel <s****l@i****m> over 3 years ago
be3400b7 fix version replacement in `setup.py` (#1500) Sebastian Thiel <s****l@i****m> over 3 years ago
8f51abd3 Add datetime.datetime type to commit_date and author_date SergeantMenacingGarlic <8****c@u****m> over 3 years ago
dc140c0f remove package signing Sebastian Thiel <s****l@i****m> over 3 years ago
b6d9264d bump version to 3.1.28 Sebastian Thiel <s****l@i****m> over 3 years ago
5e3a1dc4 prepare changelog Sebastian Thiel <s****l@i****m> over 3 years ago
0d28eaac merge Merge pull request #1497 from dwapstra/git_diff_empty Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
41003c54 Ignore empty info in diff line Dave Wapstra <d****a@c****m> over 3 years ago
b27c41aa merge Merge pull request #1491 from langfield/main Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
db392aee Fix bug where colons in paths raise a `ValueError` on `diff()` calls. Malcolm Langfield <3****d@u****m> over 3 years ago
bec61576 merge Merge pull request #1485 from thehale/blame/rev-opts Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
18a79d80 feat(blame): Support custom `rev_opts` for blame Joseph Hale <m****e@j****v> almost 4 years ago
73bde1f2 merge Merge branch 'add-co-authors' Sebastian Thiel <s****l@i****m> almost 4 years ago
72cf71cb Allow failure of that one test on cygwin Sebastian Thiel <s****l@i****m> almost 4 years ago
4c460a39 Ignore flake8 error. Twist <i****t@g****m> almost 4 years ago
09f8a1b7 Use the same regex as the Actor class when determining co-authors. Twist <i****t@g****m> almost 4 years ago
c2fd97e3 Update regex to extract the author string, and create the Actor using the _fr... Twist <i****t@g****m> almost 4 years ago
3cb7ecf4 Add malformed co-authors to the test, to check they aren't detected with the ... Twist <i****t@g****m> almost 4 years ago
146cbdaf Add co_authors property to the Commit object, which parses the commit message... Twist <i****t@g****m> almost 4 years ago
12d91c64 merge Merge pull request #1481 from grumpyp/main Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
9af77b53 merge Merge branch 'main' of github.com:grumpyp/GitPython Patrick Gerard <i****o@c****e> almost 4 years ago
849ca590 fix: sphinx syntax Patrick Gerard <i****o@c****e> almost 4 years ago
1cf7e92a docs: add typerror exception to active_branch method Patrick Gerard <i****o@c****e> almost 4 years ago
7dda25ea docs: add typerror exception to active_branch method Patrick Gerard <i****o@c****e> almost 4 years ago
6aa7fc52 merge Merge pull request #1478 from luzpaz/typos Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
50d7ddbc Fix source comment typos luz paz <l****z@p****e> almost 4 years ago
1c0f3073 merge Merge pull request #1474 from Predeactor/master Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
2303971c fix: incorrect PathLike corrected
Signed-off-by: Predeactor <p****0@g****m>
Predeactor <p****0@g****m> almost 4 years ago
4236b290 fix: remove bytes type of PathLike
Signed-off-by: Predeactor <p****0@g****m>
Predeactor <p****0@g****m> almost 4 years ago
e176e540 Add contributor to AUTHORS file Predeactor <p****0@g****m> almost 4 years ago
475a7e1d Fix typehinting for PathLike Predeactor <p****0@g****m> almost 4 years ago
f23994e3 Catch OSError to handle gevent monkey patching errors Ethan Anderson <e****n@a****m>
Committed by: Sebastian Thiel <s****l@i****m>
almost 4 years ago
ca2cf108 merge Merge pull request #1459 from AustinScola/ascola/fix-blob-filter-types Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 4 years ago
da59d748 Remove stage type as parameter from blob filter test Austin Scola <a****a@g****m> almost 4 years ago
ed45d5b3 Fix blob filter path shorter than filter path Austin Scola <a****a@g****m> almost 4 years ago
420d2afa Use generator instead of map Austin Scola <a****a@g****m> almost 4 years ago
cc80e6bb Remove usage of `PosixPath.is_relative_to` Austin Scola <a****a@g****m> almost 4 years ago
c6a018bd Fix pathlike type annotation typo Austin Scola <a****a@g****m> almost 4 years ago
1314d635 Change to not stringify paths Austin Scola <a****a@g****m> almost 4 years ago
275c37f6 Fix bug in TagReference.create Ruud van Asseldonk <r****d@c****e>
Committed by: Sebastian Thiel <s****l@i****m>
almost 4 years ago
f6523c15 Add regression test for TagReference.create Ruud van Asseldonk <r****d@c****e>
Committed by: Sebastian Thiel <s****l@i****m>
almost 4 years ago

← Back to repository