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
30f7da50 Fix erroneous reference to DateTime "class" Eliah Kagan <d****e@g****m> over 1 year ago
bc48d264 Further revise other docstrings within git.objects Eliah Kagan <d****e@g****m> over 1 year ago
08a80aa1 Further revise docstrings within git.objects.submodule Eliah Kagan <d****e@g****m> over 1 year ago
1b25a13a Further revise docstrings within git.index Eliah Kagan <d****e@g****m> over 1 year ago
fc1762b9 Undo a couple minor black-incompatible changes Eliah Kagan <d****e@g****m> over 1 year ago
cd61eb4f Further revise docstrings in second-level modules Eliah Kagan <d****e@g****m> over 1 year ago
87b8035c merge Merge pull request #1832 from can-taslicukur/can.1828 Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
e6768ec9 Improve Git.execute docstring formatting re: max_chunk_size Eliah Kagan <d****e@g****m> over 1 year ago
5ca58444 Fully qualify non-builtin exceptions in :raise: Eliah Kagan <d****e@g****m> over 1 year ago
432ec72b Fix another :raises: to :raise: Eliah Kagan <d****e@g****m> over 1 year ago
8344f442 Revise Repo.archive docstring Eliah Kagan <d****e@g****m> over 1 year ago
0231b745 Further revise docstrings in git.objects.submodule.base Eliah Kagan <d****e@g****m> over 1 year ago
bcc0c274 Fix recent inconsistency, using :raise:, not :raises: Eliah Kagan <d****e@g****m> over 1 year ago
c8b6cf0c Update comment about improving expand_path overloads Eliah Kagan <d****e@g****m> over 1 year ago
5ee87441 Update git source link in Repo.merge_base comment Eliah Kagan <d****e@g****m> over 1 year ago
c67b2e2a Adjust spacing in colon seach mode NotImplementedError Eliah Kagan <d****e@g****m> over 1 year ago
b2b6f7c8 Revise docstrings within git.repo Eliah Kagan <d****e@g****m> over 1 year ago
0c8ca1a9 Fix Repo.iter_commits docstring about return type Eliah Kagan <d****e@g****m> over 1 year ago
4f673699 Fix backslashes in Repo.__init__ docstring Eliah Kagan <d****e@g****m> over 1 year ago
5d6c86a4 test: :white_check_mark: Added test for external diff engine and removed comment Can Taşlıçukur <c****r@o****r> over 1 year ago
d1d18c23 Revise docstrings within git.refs Eliah Kagan <d****e@g****m> over 1 year ago
d9fb2f4c Further git.util docstring revisions Eliah Kagan <d****e@g****m> over 1 year ago
37011bf8 Fix backslash formatting in git.util docstrings Eliah Kagan <d****e@g****m> over 1 year ago
ae37a4a6 Revise docstrings within git.objects Eliah Kagan <d****e@g****m> over 1 year ago
c06dfd9b Fix parameter names in TagObject.__init__ Eliah Kagan <d****e@g****m> over 1 year ago
52194898 Fix IndexObject.abspath docstring formatting Eliah Kagan <d****e@g****m> over 1 year ago
115451d4 Change _write to write in SubmoduleConfigParser docstring Eliah Kagan <d****e@g****m> over 1 year ago
63c62ed8 Revise docstrings within git.objects.submodule Eliah Kagan <d****e@g****m> over 1 year ago
3813bfbe Clarify Submodule.branch_path documentation Eliah Kagan <d****e@g****m> over 1 year ago
ca32c226 Condense output_stream description in Git.execute docstring Eliah Kagan <d****e@g****m> over 1 year ago
37421e1b Further revise post_clear_cache docstring Eliah Kagan <d****e@g****m> over 1 year ago
ca2ab613 Rewrite post_clear_cache note Eliah Kagan <d****e@g****m> over 1 year ago
8ec7e320 Revise docstrings within git.index Eliah Kagan <d****e@g****m> over 1 year ago
fe1934c5 merge Merge pull request #1846 from Gaubbe/main Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
27d8a149 docs: updated explanation of the `rev` parameter for both blame methods Gaubbe <g****5@g****m> over 1 year ago
cd8a3123 Show full-path refresh() in failure message differently Eliah Kagan <d****e@g****m> over 1 year ago
29c63ac8 Format first Git.execute overload stub like the others Eliah Kagan <d****e@g****m> over 1 year ago
1cd73ba1 Revise docstrings in second-level modules Eliah Kagan <d****e@g****m> over 1 year ago
bbabcdca merge fix: branch now up to date with upstream Gaubbe <g****5@g****m> over 1 year ago
fa471fe7 Fix up Remote.push docstring Eliah Kagan <d****e@g****m> over 1 year ago
f56e1ac5 Tweak code formatting in Remote._set_cache_ Eliah Kagan <d****e@g****m> over 1 year ago
39587475 Update CommandError._msg documentation Eliah Kagan <d****e@g****m> over 1 year ago
f2e35e77 fix: both blame methods accept None as a revision Gaubbe <g****5@g****m> over 1 year ago
ba878ef0 Reword partial_to_complete_sha_hex note Eliah Kagan <d****e@g****m> over 1 year ago
8bb882ef Fix concurrency note for stream_object_data Eliah Kagan <d****e@g****m> over 1 year ago
e08066cd Revise docstrings in git.__init__ and git.cmd Eliah Kagan <d****e@g****m> over 1 year ago
afd943a9 Tweak message about GIT_PYTHON_REFRESH for 80-column terminals Eliah Kagan <d****e@g****m> over 1 year ago
c0cd8a8d Clarify comment on shell case in _safer_popen_windows Eliah Kagan <d****e@g****m> over 1 year ago
9b5531bc Fix typos and further clarify Git.refresh docstring Eliah Kagan <d****e@g****m> over 1 year ago
fc86a238 Incompletely change git.index imports to test modattrs.py Eliah Kagan <d****e@g****m> over 1 year ago
1e044ead merge Merge pull request #1844 from EliahKagan/refresh-message Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c17f995b merge Merge pull request #1843 from EliahKagan/rtd-deps Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
c8ad3a36 Deprecate public access to typing imports in git Eliah Kagan <d****e@g****m> over 1 year ago
e49327db Add refresh to top-level __all__ Eliah Kagan <d****e@g****m> over 1 year ago
b8ebff87 Suggest full-path refresh() in failure message Eliah Kagan <d****e@g****m> over 1 year ago
7d96a1ae Fix ambiguous wording in Git.refresh docstring Eliah Kagan <d****e@g****m> over 1 year ago
64ad585c Build online docs (RTD) with -W and dependencies Eliah Kagan <d****e@g****m> over 1 year ago
d3d177c6 merge Merge pull request #1839 from EliahKagan/refresh-doc Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
eba6fcec merge Merge pull request #1838 from EliahKagan/refresh-version Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
e9da480a Fix USE_SHELL docstring reStructuredText list formatting Eliah Kagan <d****e@g****m> over 1 year ago
d7b952e5 Document manual refresh path treatment Eliah Kagan <d****e@g****m> over 1 year ago
629fd87f Fix how version_info omits non-numeric fields Eliah Kagan <d****e@g****m> over 1 year ago
ac203251 Test version_info parsing Eliah Kagan <d****e@g****m> over 1 year ago
dc6b90fa Fix version_info type hint + more refactoring Eliah Kagan <d****e@g****m> over 1 year ago
eb438ee6 Refactor and further clarify comments Eliah Kagan <d****e@g****m> over 1 year ago
82b0a1e0 Clarify comments; add assertion (helps mypy) Eliah Kagan <d****e@g****m> over 1 year ago
e3e56876 Fix tests for Python <3.9 which lack Path.with_stem Eliah Kagan <d****e@g****m> over 1 year ago
24b065e4 Invalidate all cached version_info on refresh Eliah Kagan <d****e@g****m> over 1 year ago
29406626 Test that version_info is not pickled Eliah Kagan <d****e@g****m> over 1 year ago
634b6181 Use documented version_info in test_index_file_diffing Eliah Kagan <d****e@g****m> over 1 year ago
f699a387 Fix Git.version_info pickling Eliah Kagan <d****e@g****m> over 1 year ago
2d6311bf Test version_info on unpickled Git instance Eliah Kagan <d****e@g****m> over 1 year ago
ee385bd8 Make "install" and refresh version_info test portable Eliah Kagan <d****e@g****m> over 1 year ago
c2d72ffd Simplify patched PATH env var construction Eliah Kagan <d****e@g****m> over 1 year ago
9151c38b Test "installing" another git and refreshing Eliah Kagan <d****e@g****m> over 1 year ago
626a550d Test that refreshing invalidates cached version_info Eliah Kagan <d****e@g****m> over 1 year ago
2eac36c9 Have _fake_git fixture take version_info Eliah Kagan <d****e@g****m> over 1 year ago
3f107d59 Test that version_info caching is per instance Eliah Kagan <d****e@g****m> over 1 year ago
1de2fdc5 Test that version_info caches Eliah Kagan <d****e@g****m> over 1 year ago
e40fc2cd Use TemporaryFile as a context manager Eliah Kagan <d****e@g****m> over 1 year ago
6074f479 feat: :sparkles: added "--no-ext-diff" flag when create_patch=True to diff Can Taşlıçukur <c****r@o****r> over 1 year ago
afa57545 merge Merge pull request #1826 from EliahKagan/docker Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
1f37b482 prepare the next release Sebastian Thiel <s****l@i****m> over 1 year ago
9caf3aec merge Merge pull request #1825 from EliahKagan/tree-test Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
26134219 merge Merge pull request #1823 from marcm-ml/master Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
b780a8c3 Tweak `@with_rw_directory` and go back to using it Eliah Kagan <d****e@g****m> over 1 year ago
0114a997 Use more ligtweight approach to guarantee deletion Eliah Kagan <d****e@g****m> over 1 year ago
90cf4d75 Fix new PermissionError in Windows with Python 3.7 Eliah Kagan <d****e@g****m> over 1 year ago
dd42e38f Keep temp files out of project dir and improve cleanup Eliah Kagan <d****e@g****m> over 1 year ago
26711678 Remove deprecated section in README.md marcm-ml <8****l@u****m> over 1 year ago
4b427c99 Factor venv activation into the venv creation step Eliah Kagan <d****e@g****m> over 1 year ago
bad545ab Re-remove safe.directory step Eliah Kagan <d****e@g****m> over 1 year ago
b32932f6 Bring back venv Eliah Kagan <d****e@g****m> over 1 year ago
20780cb9 Take ownership of cloned repository Eliah Kagan <d****e@g****m> over 1 year ago
46e42341 Debug ownership Eliah Kagan <d****e@g****m> over 1 year ago
ab37ae7e Add back safe.directory step Eliah Kagan <d****e@g****m> over 1 year ago
5de954a3 Run tests as non-root user in Alpine Linux Eliah Kagan <d****e@g****m> over 1 year ago
a45d0b07 Use venv on Alpine Linux Eliah Kagan <d****e@g****m> over 1 year ago
7ba3fd2a Bump Vampire/setup-wsl from 2.0.2 to 3.0.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 1 year ago
e75ea98e Bump pre-commit/action from 3.0.0 to 3.0.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Sebastian Thiel <s****l@i****m>
over 1 year ago

← Back to repository