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
e309b35d Mock out lchmod functions in _patch_for_wrapping_test? Eliah Kagan <d****e@g****m> almost 2 years ago
9e5d0aaa Avoid subprocess-writable temp file race condition Eliah Kagan <d****e@g****m> almost 2 years ago
928ca1e9 Minor formatting consistency improvement Eliah Kagan <d****e@g****m> almost 2 years ago
b12fd4a8 Let Windows subprocess open or rename onto temp file Eliah Kagan <d****e@g****m> almost 2 years ago
74cc6718 merge Merge pull request #1735 from EliahKagan/moddoc Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
aed3b59d Revise and restore some module docstrings Eliah Kagan <d****e@g****m> almost 2 years ago
d5d897c2 merge Merge pull request #1732 from EliahKagan/compat Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
b226f3dd Remove demonstration script Eliah Kagan <d****e@g****m> almost 2 years ago
8a223524 Extract some shared patching code to a helper Eliah Kagan <d****e@g****m> almost 2 years ago
e8cfae89 Test that PermissionError is only wrapped on Windows Eliah Kagan <d****e@g****m> almost 2 years ago
6de8e676 Refactor current fix for symlink-following bug Eliah Kagan <d****e@g****m> almost 2 years ago
c594433d merge Merge pull request #1730 from EliahKagan/license-clarity Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
86453efa Create FUNDING.json to support Drips Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
562bdee8 Fix compat.is_darwin Eliah Kagan <d****e@g****m> almost 2 years ago
d5fc6e53 merge Merge pull request #1729 from EliahKagan/xfail Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
209162a4 Pass more specific license argument in setup.py Eliah Kagan <d****e@g****m> almost 2 years ago
7387dab1 Update README to clarify license name Eliah Kagan <d****e@g****m> almost 2 years ago
454032cf Make comments more consistent and clarify license Eliah Kagan <d****e@g****m> almost 2 years ago
340da6d3 merge Merge pull request #1727 from EliahKagan/yield-comment Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
2c7fce0c Remove obsolete note in _iter_packed_refs Eliah Kagan <d****e@g****m> almost 2 years ago
1755b1d4 merge Merge pull request #1726 from EliahKagan/super Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
91131770 Don't swallow AttributeError from super().setUp() Eliah Kagan <d****e@g****m> almost 2 years ago
a47e46d7 Use zero-argument super() where applicable Eliah Kagan <d****e@g****m> almost 2 years ago
36a3b761 Revise some comments and strings Eliah Kagan <d****e@g****m> almost 2 years ago
fd78a53f One approach to the symlink-following bug Eliah Kagan <d****e@g****m> almost 2 years ago
6cef9c05 merge Merge pull request #1725 from EliahKagan/strings Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
b970d425 Remove encoding declarations Eliah Kagan <d****e@g****m> almost 2 years ago
af1b5d4a Fix commented *.py names at the top of modules Eliah Kagan <d****e@g****m> almost 2 years ago
a040edbf Shorten some docstring references with tilde notation Eliah Kagan <d****e@g****m> almost 2 years ago
81dad7e6 Add missing comment revisions in git/index/base.py Eliah Kagan <d****e@g****m> almost 2 years ago
1d3f2758 Avoid making "END" notation more verbose Eliah Kagan <d****e@g****m> almost 2 years ago
53354162 Test that rmtree doesn't chmod outside the tree Eliah Kagan <d****e@g****m> almost 2 years ago
c01fe76f Deprecate compat.is_<platform>, rewriting all uses Eliah Kagan <d****e@g****m> almost 2 years ago
ba5bc45b Better explain the Windows and Unix cases Eliah Kagan <d****e@g****m> almost 2 years ago
7d98f94a Let all TestRmtree tests run on 3.7 Eliah Kagan <d****e@g****m> almost 2 years ago
c3d3d1ec Finish making TestCygpath xfail markings granular Eliah Kagan <d****e@g****m> almost 2 years ago
487bc8aa Start making TestCygpath xfail markings granular Eliah Kagan <d****e@g****m> almost 2 years ago
1dccb8e3 Pull cygpath and decygpath tests out of TestUtils Eliah Kagan <d****e@g****m> almost 2 years ago
2fb8c64a Move permission_error_tmpdir skips to test cases Eliah Kagan <d****e@g****m> almost 2 years ago
aa1799f0 Remove file_not_found_tmpdir fixture for TestRmtree Eliah Kagan <d****e@g****m> almost 2 years ago
c4da058b Pull HIDE_WINDOWS_*_ERRORS tests out of TestUtils Eliah Kagan <d****e@g****m> almost 2 years ago
e2fa5e22 Pull rmtree tests out of TestUtils class Eliah Kagan <d****e@g****m> almost 2 years ago
09826f4e Revise test_util comment style Eliah Kagan <d****e@g****m> almost 2 years ago
ddb44178 Improve consistency of "END" comments in test suite Eliah Kagan <d****e@g****m> almost 2 years ago
c2eb6b54 Add missing comment revisions in git/objects/submodule/base.py Eliah Kagan <d****e@g****m> almost 2 years ago
a5fc1d86 Improve consistency of "END" comments Eliah Kagan <d****e@g****m> almost 2 years ago
8d3efc54 Remove explicit inheritance from object in test suite Eliah Kagan <d****e@g****m> almost 2 years ago
30f49d9d Revise docstrings/comments in performance tests Eliah Kagan <d****e@g****m> almost 2 years ago
bffc537d Revise docstrings/comments in test helpers Eliah Kagan <d****e@g****m> almost 2 years ago
faa19ac8 Remove outdated git_daemon_launched Windows info Eliah Kagan <d****e@g****m> almost 2 years ago
720e4bbf Fix TestBigRepoR.setUp info message Eliah Kagan <d****e@g****m> almost 2 years ago
db317f10 Change :returns: to :return: Eliah Kagan <d****e@g****m> almost 2 years ago
f444470b More wording improvements (in git module) Eliah Kagan <d****e@g****m> almost 2 years ago
b5c3ca4b Slightly improve readability of installation-test strings Eliah Kagan <d****e@g****m> almost 2 years ago
cf9243a2 Add a module docstring to tstrunner.py Eliah Kagan <d****e@g****m> almost 2 years ago
d4a87c1a Revise comments in tests used to generate tutorials Eliah Kagan <d****e@g****m> almost 2 years ago
198548f6 merge Merge pull request #1722 from gitpython-developers/dependabot/submodules/git/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
6e5b9888 merge Merge pull request #1720 from EliahKagan/nopathmod Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
88e06d71 Bump git/ext/gitdb from `8ec2390` to `ec58b7e`
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
a18e5f2e merge Merge pull request #1721 from EliahKagan/cadence Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
df777fdd merge Merge pull request #1719 from EliahKagan/static-all Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
a9dab913 Set submodule update cadence to weekly Eliah Kagan <d****e@g****m> almost 2 years ago
11fce8a3 Revise docstrings/comments in most other test modules Eliah Kagan <d****e@g****m> almost 2 years ago
610c46dd Document how to use vendored dependencies Eliah Kagan <d****e@g****m> almost 2 years ago
00aee49d Never modify sys.path Eliah Kagan <d****e@g****m> almost 2 years ago
2af36792 Remove `@UnusedImport` from an import that is used Eliah Kagan <d****e@g****m> almost 2 years ago
7545b802 Add __all__ in git.exc, adjust __init__.py imports Eliah Kagan <d****e@g****m> almost 2 years ago
8197e904 Remove now-unused import in top-level __init__.py Eliah Kagan <d****e@g****m> almost 2 years ago
0327f8f8 Make all one-element __slots__ be tuples Eliah Kagan <d****e@g****m> almost 2 years ago
f78587fd Remove explicit inheritance from object Eliah Kagan <d****e@g****m> almost 2 years ago
e8343e26 Firm up comment about is_win in util.is_cygwin_git Eliah Kagan <d****e@g****m> almost 2 years ago
44102f30 prepare next release Sebastian Thiel <s****l@i****m> almost 2 years ago
5ba2b842 merge Merge pull request #1715 from EliahKagan/ci-submodules Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
a5b2fa5c merge Merge pull request #1714 from EliahKagan/docstring-submodule-remove Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
8ea3133b Have init script clone submodules unconditionally Eliah Kagan <d****e@g****m> almost 2 years ago
bb48c877 Don't pre-clone submodules on CI, at least for now Eliah Kagan <d****e@g****m> almost 2 years ago
427c1770 Add missing info in Submodule.remove docstring Eliah Kagan <d****e@g****m> almost 2 years ago
cd16a353 Revise docstrings and comments for clarity and formatting Eliah Kagan <d****e@g****m> almost 2 years ago
add46d9d Use "is" to compare __class__ Eliah Kagan <d****e@g****m> almost 2 years ago
59d208c0 Fix message in SymbolicReference.from_path Eliah Kagan <d****e@g****m> almost 2 years ago
4536b634 Update git-source citation in Reference.set_object Eliah Kagan <d****e@g****m> almost 2 years ago
9fea4881 Change spelling from "commit'ish" to "commit-ish" Eliah Kagan <d****e@g****m> almost 2 years ago
f95d4fd2 Clarify "master repository" in RootModule docs Eliah Kagan <d****e@g****m> almost 2 years ago
1114828d Remove obsolete comment in Submodule.module Eliah Kagan <d****e@g****m> almost 2 years ago
ab46192e Add missing space in Submodule.update debug message Eliah Kagan <d****e@g****m> almost 2 years ago
6f765a20 prepare next release Sebastian Thiel <s****l@i****m> almost 2 years ago
692e59e9 Remove Commit._deserialize doc for param_from_rev_list Eliah Kagan <d****e@g****m> almost 2 years ago
5af74467 Fix case in IndexObject.abspath exception message Eliah Kagan <d****e@g****m> almost 2 years ago
35fd65bd Fix _index_from_*_format docstrings (proc reading) Eliah Kagan <d****e@g****m> almost 2 years ago
2fd79f41 Add native Windows test jobs to CI matrix Eliah Kagan <d****e@g****m> almost 2 years ago
97c59ae4 merge Merge pull request #1709 from EliahKagan/cygwin-ci-path Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
fee2444b merge Merge pull request #1707 from EliahKagan/no-milestones Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
e8956e53 Run Cygwin CI workflow commands in login shells Eliah Kagan <d****e@g****m> almost 2 years ago
feb4414d Shorten another step Eliah Kagan <d****e@g****m> almost 2 years ago
a151ea0f Make the release instructions a numbered list Eliah Kagan <d****e@g****m> almost 2 years ago
ba750dee Update readme for milestone-less releasing Eliah Kagan <d****e@g****m> almost 2 years ago
10e29605 merge Merge pull request #1705 from gitpython-developers/dependabot/submodules/git/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
24a45f21 Bump git/ext/gitdb from `8ec2390` to `6a22706`
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
8eba736e merge Merge pull request #1704 from gitpython-developers/dependabot/submodules/git/... Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
05e4ca31 Bump git/ext/gitdb from `49c3178` to `8ec2390`
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago

← Back to repository