GitHub / gitpython-developers/GitPython / commits
GitPython is a python library used to interact with Git repositories.
SHA | Message | Author | Date | Stats |
---|---|---|---|---|
c2fd97e3 | Update regex to extract the author string, and create the Actor using the _fr... | Twist <i****t@g****m> | about 3 years ago | |
3cb7ecf4 | Add malformed co-authors to the test, to check they aren't detected with the ... | Twist <i****t@g****m> | about 3 years ago | |
146cbdaf | Add co_authors property to the Commit object, which parses the commit message... | Twist <i****t@g****m> | about 3 years ago | |
12d91c64 | merge Merge pull request #1481 from grumpyp/main |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
9af77b53 | merge Merge branch 'main' of github.com:grumpyp/GitPython | Patrick Gerard <i****o@c****e> | about 3 years ago | |
849ca590 | fix: sphinx syntax | Patrick Gerard <i****o@c****e> | about 3 years ago | |
1cf7e92a | docs: add typerror exception to active_branch method | Patrick Gerard <i****o@c****e> | about 3 years ago | |
7dda25ea | docs: add typerror exception to active_branch method | Patrick Gerard <i****o@c****e> | about 3 years ago | |
6aa7fc52 | merge Merge pull request #1478 from luzpaz/typos |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
50d7ddbc | Fix source comment typos | luz paz <l****z@p****e> | about 3 years ago | |
1c0f3073 | merge Merge pull request #1474 from Predeactor/master |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
about 3 years ago | |
2303971c |
fix: incorrect PathLike corrected
Signed-off-by: Predeactor <p****0@g****m> |
Predeactor <p****0@g****m> | about 3 years ago | |
4236b290 |
fix: remove bytes type of PathLike
Signed-off-by: Predeactor <p****0@g****m> |
Predeactor <p****0@g****m> | about 3 years ago | |
e176e540 | Add contributor to AUTHORS file | Predeactor <p****0@g****m> | about 3 years ago | |
475a7e1d | Fix typehinting for PathLike | Predeactor <p****0@g****m> | about 3 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> |
about 3 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> |
about 3 years ago | |
da59d748 | Remove stage type as parameter from blob filter test | Austin Scola <a****a@g****m> | about 3 years ago | |
ed45d5b3 | Fix blob filter path shorter than filter path | Austin Scola <a****a@g****m> | about 3 years ago | |
420d2afa | Use generator instead of map | Austin Scola <a****a@g****m> | over 3 years ago | |
cc80e6bb | Remove usage of `PosixPath.is_relative_to` | Austin Scola <a****a@g****m> | over 3 years ago | |
c6a018bd | Fix pathlike type annotation typo | Austin Scola <a****a@g****m> | over 3 years ago | |
1314d635 | Change to not stringify paths | Austin Scola <a****a@g****m> | over 3 years ago | |
275c37f6 | Fix bug in TagReference.create |
Ruud van Asseldonk <r****d@c****e>
Committed by: Sebastian Thiel <s****l@i****m> |
over 3 years ago | |
f6523c15 | Add regression test for TagReference.create |
Ruud van Asseldonk <r****d@c****e>
Committed by: Sebastian Thiel <s****l@i****m> |
over 3 years ago | |
d1713657 | Move stage type def | Austin Scola <a****a@g****m> | over 3 years ago | |
a6ce118d | Add stage type to all | Austin Scola <a****a@g****m> | over 3 years ago | |
da88a6da | Fix blob filter types | Austin Scola <a****a@g****m> | over 3 years ago | |
f0c6e116 | merge Merge pull request #1455 from DWesl/patch-1 |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
2996f402 | FIX: Mark the correct test_submodule test as xfail on Cygwin |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
c3fd6c1a | FIX: Import pytest in tests.test_docs |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
7f3689d1 | TST: Mark test_submodule.TestSubmodule.test_root_module as xfail on Cygwin |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
0eda0a54 | TST: Mark test_repo.TestRepo.test_submodules as xfail on Cygwin |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
54bae76a | TST: Mark test_docs.Tutorials.test_submodules as xfail on Cygwin |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
6660b846 |
Bump actions/setup-python from 3 to 4
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 | |
aafb92ab | CI: Turn of command echo for tests |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
9be148c6 | BUG: Use Cygwin paths for Cygwin git |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
f9908526 | CI: Install virtualenv for Cygwin CI. |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
863c6788 | CI: Set temporary directory for tests. |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
21113a81 | STY: Remove import of now-unused function |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
5d874ddc | BUG: Convert to native path before checking if absolute |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
d57a5137 | FIX: Fix flake8 command line |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
f96cea16 | CI: Specify full path to python executables. |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
d8ad56fd | CI: Mark GHA repo safe for Git to use |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
3fc07acf | ENH: Update cygpath recodes to work with all installs |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
a67862c6 | CI: Add a CI job with Cygwin tests |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
96fae83e | BUG: Fix is_cygwin_git to return True on Cygwin. |
DWesl <2****l@u****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
044a8bf5 |
Bump actions/checkout 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 | |
4584e349 |
Bump actions/setup-python 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 | |
719eb5f5 |
chore: Included githubactions in the dependabot config
Signed-off-by: naveen <1****n@u****m> |
naveen <1****n@u****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 3 years ago | |
14a5b398 | merge Merge pull request #1449 from whokilleddb/fix_tests |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
509ad8c8 | Fixed test-requirements.txt | whokilleddb <w****b@g****m> | over 3 years ago | |
f0a70c45 | merge Merge pull request #1448 from turrisxyz/Pinned-Dependencies-GitHub |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
1498de53 |
chore: Set permissions for GitHub actions
Signed-off-by: naveen <1****n@u****m> |
naveen <1****n@u****m> | over 3 years ago | |
d96f671b | merge Merge pull request #1440 from rdbisme/index-pathlike |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
38e9a18b | merge Merge branch 'black-fmt' | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
43c00af7 | can flake be tamed? | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
41b0c313 | doesn't look like 'black' can be taught to be consistent across versions | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
e5305445 | reformat according to 'black' configuration file. | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
f78fc42b | See if black can be tought to produce consistent results | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
68fca746 | Revert "don't attempt black checking as it binds us to ever changing black ve... | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
0c9d067e | don't attempt black checking as it binds us to ever changing black versions | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
d8bcb80f | improve compatibility of flake8 with black | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
b4b23805 | Revert "Remove flake8 linting in favor of `black` formatting" | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
a7c5d887 | Remove flake8 linting in favor of `black` formatting | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
21ec5299 | Run everything through 'black' | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
8232b170 | fix: Allow adding PathLike object to index | Ruben DI BATTISTA <r****a@q****m> | over 3 years ago | |
b30720ee | merge Merge pull request #1438 from luzpaz/typos |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
dde3a8bd | Fix various typos | luz paz <l****z@p****e> | over 3 years ago | |
b3166ece | merge Merge pull request #1437 from glennmatthews/issue-1284 |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
85fe2735 | Fix #1284: strip usernames from URLs as well as passwords | Glenn Matthews <g****s@n****m> | over 3 years ago | |
d5cee4a4 | merge Merge pull request #1423 from toku-sa-n/strip_newline_option |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
17b2b128 | fix(docs): remove an unexpected blank line | Hiroki Tokunaga <t****1@g****m> | over 3 years ago | |
2a50f28f | docs: escape with backticks | Hiroki Tokunaga <t****1@g****m> | over 3 years ago | |
49150e79 | chore: `s/strip_newline/&_in_stdout` | Hiroki Tokunaga <t****1@g****m> | over 3 years ago | |
946b64b6 | chore: add me to AUTHORS | Hiroki Tokunaga <t****1@g****m> | over 3 years ago | |
e4360aea | feat(cmd): add the `strip_newline` flag | Hiroki Tokunaga <t****1@g****m> | over 3 years ago | |
0b33576f | Allow `repo.create_head`'s `commit` arg to be a `SymbolicReference` |
David Robertson <d****r@e****o>
Committed by: Sebastian Thiel <s****l@i****m> |
over 3 years ago | |
b85c2594 | Fixed setting ref with non-ascii in path |
Dmitry Kalinin <d****b@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 3 years ago | |
c0740570 | fix typos |
Jerry Jones <i****s@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 3 years ago | |
56f18ac6 | fix iter_commits comment, more in line with iter_items |
Houssam Kherraz <h****z@k****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 3 years ago | |
c0f2cf37 | Deprecate GPG signature docs; stop signing releases | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
02b594ec | fix changelog | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
d438e088 | bump patch level | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
65346820 | update changelog | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
75f4f63a | Low risk ReDoS vuln |
theworstcomrade <4****k@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 3 years ago | |
d0b48f3f | Create SECURITY.md |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 3 years ago | |
cd29f07b | Let index.commit refer to correct method for parameter information (#1407) | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
b3f873a1 | set unassigned stdin to improve pyinstaller compatibility |
smokephil <s****l@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 3 years ago | |
b719e180 | Use bash to open extensionless hooks on windows |
David Briscoe <i****i@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 3 years ago | |
fac60378 | keep track of upcoming changes | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
67d0631e | import unittest adds 0.250s to script launch time |
wonder-mice <w****e@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 3 years ago | |
e24f9b70 | import unittest adds 0.250s to script launch time |
wonder-mice <w****e@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 3 years ago | |
35e302da | fix documentation | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
851beabc | bump patch level | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
e16a0040 | Assure index file descriptor is closed after reader (#1394) (#1395) | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
53d22bbc | Fix doc string error in Objects.Commit |
Takuya Kitazawa <k****i@g****m>
Committed by: Sebastian Thiel <s****l@i****m> |
over 3 years ago | |
b94cc253 | prep version bump | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
3ef81e18 | Revert "Use NUL character to extract meta and path from git diff" | Sebastian Thiel <s****l@i****m> | over 3 years ago | |
da7b5b28 | Ignore mypi errors | Sebastian Thiel <s****l@i****m> | over 3 years ago |