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
388c7d1d Clearer YAML style for flake8 extra plugin list Eliah Kagan <d****e@g****m> almost 2 years ago
13b85974 Fix new link to license in readme Eliah Kagan <d****e@g****m> almost 2 years ago
58076c2c merge Merge pull request #1679 from EliahKagan/verbose-ci Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
4860f701 Further reduce differences between test workflows Eliah Kagan <d****e@g****m> about 2 years ago
3007abc6 Remove the recently added "Limit $PATH" step Eliah Kagan <d****e@g****m> about 2 years ago
dda42864 Consistent formatting style across all workflows Eliah Kagan <d****e@g****m> about 2 years ago
5d409765 Try to work in all LF on Cygwin CI Eliah Kagan <d****e@g****m> about 2 years ago
3276aac7 Use Cygwin's bash and git for more CI steps Eliah Kagan <d****e@g****m> about 2 years ago
ceb4dd3a Show more CI system information Eliah Kagan <d****e@g****m> about 2 years ago
abd445f4 merge Merge pull request #1678 from EliahKagan/missing-asserts Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
ed95e8e7 Consolidate test_repo module import statements Eliah Kagan <d****e@g****m> about 2 years ago
5609faa5 Add missing raises keyword for test_depth xfail Eliah Kagan <d****e@g****m> about 2 years ago
1d6abdca Run the tests in test_tree on Windows Eliah Kagan <d****e@g****m> about 2 years ago
8704d1b8 Change test_git_submodules_and_add_sm_with_new_commit Windows skip to xfail Eliah Kagan <d****e@g****m> about 2 years ago
ba567521 Update test_git_submodules_and_add_sm_with_new_commit skip reason Eliah Kagan <d****e@g****m> about 2 years ago
c1798f5e Change test_root_module Windows skip to xfail Eliah Kagan <d****e@g****m> about 2 years ago
8fd56e78 Update test_root_module Windows skip reason Eliah Kagan <d****e@g****m> about 2 years ago
f38cc000 Make 2 more too-low git version skips into errors Eliah Kagan <d****e@g****m> about 2 years ago
cd175a59 Remove no-effect `@skipIf` on test_untracked_files Eliah Kagan <d****e@g****m> about 2 years ago
4e701bda Add missing assert keywords Eliah Kagan <d****e@g****m> about 2 years ago
b198bf1e Express known test_depth failure with xfail Eliah Kagan <d****e@g****m> about 2 years ago
89232365 Change skipIf(not ...) to skipUnless(...) Eliah Kagan <d****e@g****m> about 2 years ago
cf5f1dca Report <2.5.1 in test_linked_worktree_traversal as error Eliah Kagan <d****e@g****m> about 2 years ago
203da23e Add a few FIXMEs re: better use of xfail Eliah Kagan <d****e@g****m> about 2 years ago
fc022304 Report encoding error in test_add_unicode as error Eliah Kagan <d****e@g****m> about 2 years ago
b27a89f6 fix makefile to compare commit hashes only Sebastian Thiel <s****l@i****m> about 2 years ago
0bd2890e prepare next release Sebastian Thiel <s****l@i****m> about 2 years ago
832b6eeb remove unnecessary list comprehension to fix CI Sebastian Thiel <s****l@i****m> about 2 years ago
e98f57b8 merge Merge pull request #1672 from trail-of-forks/robust-refname-checks Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
1774f1e3 merge Merge pull request #1677 from EliahKagan/no-noeffect Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
a4701a0f Remove `@NoEffect` annotations Eliah Kagan <d****e@g****m> about 2 years ago
d40320b8 merge Merge pull request #1675 from EliahKagan/rollback Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
d1c1f31d merge Merge pull request #1673 from EliahKagan/flake8 Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
e480985a Tweak rollback logic in log.to_file Eliah Kagan <d****e@g****m> about 2 years ago
592ec849 Fix rollback bug in SymbolicReference.set_reference Eliah Kagan <d****e@g****m> about 2 years ago
c5693204 Make an old mock.patch.dict on os.environ clearer Eliah Kagan <d****e@g****m> about 2 years ago
46d3d052 Add more checks for the validity of refnames Facundo Tuesca <f****a@t****m> about 2 years ago
ff84b264 Refactor try-finally cleanup in git/ Eliah Kagan <d****e@g****m> about 2 years ago
98877c58 Refactor "finally" cleanup in tests, fix minor bug Eliah Kagan <d****e@g****m> about 2 years ago
48441a94 Lint test/ (not just git/), fix warnings and a bug Eliah Kagan <d****e@g****m> about 2 years ago
c1ec9cbd Update flake8 additional dependencies, fix warning Eliah Kagan <d****e@g****m> about 2 years ago
bf7af693 Upgrade flake8 in pre-commit and fix new warnings Eliah Kagan <d****e@g****m> about 2 years ago
a5a64649 merge Merge pull request #1668 from EliahKagan/black Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
15c736dc Reformat tests with black Eliah Kagan <d****e@g****m> about 2 years ago
288cf03e Don't limit black to git/ Eliah Kagan <d****e@g****m> about 2 years ago
e39ecb72 Small manual formatting improvements Eliah Kagan <d****e@g****m> about 2 years ago
a774182c Fix black exclusions to omit .gitignore dirs Eliah Kagan <d****e@g****m> about 2 years ago
1256b164 merge Merge pull request #1667 from EliahKagan/tox Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
be248aab merge Merge pull request #1666 from EliahKagan/gitignore-coverage-tempfiles Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
e6ec6c87 Add tox environment to build HTML documentation Eliah Kagan <d****e@g****m> about 2 years ago
4bea7cf4 Don't have mypy failure fail the whole tox run Eliah Kagan <d****e@g****m> about 2 years ago
2cc2db77 Pass through SSH_ env vars to tox envs Eliah Kagan <d****e@g****m> about 2 years ago
40715187 Don't track code coverage temporary files Eliah Kagan <d****e@g****m> about 2 years ago
cd052b20 Start setting up tox Eliah Kagan <d****e@g****m> about 2 years ago
d46ba96b merge Merge pull request #1665 from EliahKagan/omit-pymod Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
7744984b merge Merge pull request #1664 from EliahKagan/venv Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
f14be1b1 merge Merge pull request #1663 from EliahKagan/proofreading-bikeshed Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
7d88c890 merge Merge pull request #1662 from EliahKagan/license-ambiguity Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
3fbbfd77 Omit py_modules in setup Eliah Kagan <d****e@g****m> about 2 years ago
ad76c99d Use venv instead of virtualenv in test_installation Eliah Kagan <d****e@g****m> about 2 years ago
e1af1837 Assorted small fixes/improvements to root dir docs Eliah Kagan <d****e@g****m> about 2 years ago
ae8c018f Fix URLs that were redirecting to another license Eliah Kagan <d****e@g****m> about 2 years ago
c6a586ab No longer skip test_index_mutation on Cygwin Eliah Kagan <d****e@g****m> about 2 years ago
881456bd Run test_commit_msg_hook_success on more systems Eliah Kagan <d****e@g****m> about 2 years ago
d6a2d280 Mark some cygpath tests xfail Eliah Kagan <d****e@g****m> about 2 years ago
0eb38bce Fix test_blocking_lock_file for cygwin Eliah Kagan <d****e@g****m> about 2 years ago
e8c30857 merge Merge branch 'portable-makefile' Sebastian Thiel <s****l@i****m> about 2 years ago
1e0b3f91 refinements to `build-reelase.sh` Sebastian Thiel <s****l@i****m> about 2 years ago
5919f8d0 Be explicit on how to interpret the data table Sebastian Thiel <s****l@i****m> about 2 years ago
d18d90a2 Use 'echo' where possible to avoid explicit newlines Sebastian Thiel <s****l@i****m> about 2 years ago
962f747d submodules don't contribute to the release; ignore their changes Sebastian Thiel <s****l@i****m> about 2 years ago
693d0418 make `.gitattributes` file more generic Sebastian Thiel <s****l@i****m> about 2 years ago
de40e686 Ignore some other virtual environment directories Eliah Kagan <d****e@g****m> about 2 years ago
ba84db48 Fix message wording that was opposite of intended Eliah Kagan <d****e@g****m> about 2 years ago
729372f6 Prevent buggy interaction between MinGW and WSL Eliah Kagan <d****e@g****m> about 2 years ago
4b1c5640 Extract build from force_release target to script Eliah Kagan <d****e@g****m> about 2 years ago
6495d841 Extract checks from release target to script Eliah Kagan <d****e@g****m> about 2 years ago
715dba47 Run cygpath tests on Cygwin, not native Windows Eliah Kagan <d****e@g****m> about 2 years ago
35f23394 delete sublime-text project, nobody uses it and it's probably very outdated Sebastian Thiel <s****l@i****m> about 2 years ago
9c7ff1e4 Force pytest color output on CI Eliah Kagan <d****e@g****m> about 2 years ago
eb56e7bd Pass -v twice to see full skip reasons Eliah Kagan <d****e@g****m> about 2 years ago
75cf5402 Keep sugar for local use, but use instafail on CI Eliah Kagan <d****e@g****m> about 2 years ago
680d7957 Show all the failures Eliah Kagan <d****e@g****m> about 2 years ago
bd3307ad Make "Update PyPA packages" step clearer Eliah Kagan <d****e@g****m> about 2 years ago
6fbe5118 Show version and platform info in one place Eliah Kagan <d****e@g****m> about 2 years ago
5cf7f977 Fix non-venv branch always failing Eliah Kagan <d****e@g****m> about 2 years ago
f5da163b Have "make release" check other release preconditions Eliah Kagan <d****e@g****m> about 2 years ago
ae9405a3 LF line endings for scripts that may need them Eliah Kagan <d****e@g****m> about 2 years ago
b54c3464 Use "python" in the virtual env, "python3" outside Eliah Kagan <d****e@g****m> about 2 years ago
cc202cc0 Improve when and how Makefile suggests virtual env Eliah Kagan <d****e@g****m> about 2 years ago
b1c61d93 Make "git tag" sort our SemVer-ish tags correctly Eliah Kagan <d****e@g****m> about 2 years ago
c8628456 Fix dynamically-set __all__ variable DeflateAwning <1****g@u****m> about 2 years ago
25597cbc merge Merge pull request #1658 from EliahKagan/executable-permissions Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
769ca1e3 merge Merge pull request #1657 from EliahKagan/envcase-doc Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
d6d8ecdb leave another note in Makefile to help remember using virtualenv Sebastian Thiel <s****l@i****m> about 2 years ago
ded846d3 merge Merge branch 'setup' Sebastian Thiel <s****l@i****m> about 2 years ago
4aafbbf4 Remove spurious executable permissions Eliah Kagan <d****e@g****m> about 2 years ago
c5475550 Clarify test relationship to env_case.py fixture Eliah Kagan <d****e@g****m> about 2 years ago
22b8dba6 Improve git.util.cwd docstring Eliah Kagan <d****e@g****m> about 2 years ago
a59aaead Condense an overly long comment Eliah Kagan <d****e@g****m> about 2 years ago

← Back to repository