GitHub / gitpython-developers/GitPython / commits
GitPython is a python library used to interact with Git repositories.
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 52194898 | Fix IndexObject.abspath docstring formatting | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 115451d4 | Change _write to write in SubmoduleConfigParser docstring | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 63c62ed8 | Revise docstrings within git.objects.submodule | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 3813bfbe | Clarify Submodule.branch_path documentation | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| ca32c226 | Condense output_stream description in Git.execute docstring | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 37421e1b | Further revise post_clear_cache docstring | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| ca2ab613 | Rewrite post_clear_cache note | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 8ec7e320 | Revise docstrings within git.index | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| fe1934c5 | merge Merge pull request #1846 from Gaubbe/main |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 27d8a149 | docs: updated explanation of the `rev` parameter for both blame methods | Gaubbe <g****5@g****m> | over 2 years ago | |
| cd8a3123 | Show full-path refresh() in failure message differently | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 29c63ac8 | Format first Git.execute overload stub like the others | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 1cd73ba1 | Revise docstrings in second-level modules | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| bbabcdca | merge fix: branch now up to date with upstream | Gaubbe <g****5@g****m> | over 2 years ago | |
| fa471fe7 | Fix up Remote.push docstring | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| f56e1ac5 | Tweak code formatting in Remote._set_cache_ | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 39587475 | Update CommandError._msg documentation | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| f2e35e77 | fix: both blame methods accept None as a revision | Gaubbe <g****5@g****m> | over 2 years ago | |
| ba878ef0 | Reword partial_to_complete_sha_hex note | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 8bb882ef | Fix concurrency note for stream_object_data | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| e08066cd | Revise docstrings in git.__init__ and git.cmd | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| afd943a9 | Tweak message about GIT_PYTHON_REFRESH for 80-column terminals | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| c0cd8a8d | Clarify comment on shell case in _safer_popen_windows | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 9b5531bc | Fix typos and further clarify Git.refresh docstring | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| fc86a238 | Incompletely change git.index imports to test modattrs.py | Eliah Kagan <d****e@g****m> | over 2 years 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 2 years 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 2 years ago | |
| c8ad3a36 | Deprecate public access to typing imports in git | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| e49327db | Add refresh to top-level __all__ | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| b8ebff87 | Suggest full-path refresh() in failure message | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 7d96a1ae | Fix ambiguous wording in Git.refresh docstring | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 64ad585c | Build online docs (RTD) with -W and dependencies | Eliah Kagan <d****e@g****m> | over 2 years 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 2 years 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 2 years ago | |
| e9da480a | Fix USE_SHELL docstring reStructuredText list formatting | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| d7b952e5 | Document manual refresh path treatment | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 629fd87f | Fix how version_info omits non-numeric fields | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| ac203251 | Test version_info parsing | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| dc6b90fa | Fix version_info type hint + more refactoring | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| eb438ee6 | Refactor and further clarify comments | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 82b0a1e0 | Clarify comments; add assertion (helps mypy) | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| e3e56876 | Fix tests for Python <3.9 which lack Path.with_stem | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 24b065e4 | Invalidate all cached version_info on refresh | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 29406626 | Test that version_info is not pickled | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 634b6181 | Use documented version_info in test_index_file_diffing | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| f699a387 | Fix Git.version_info pickling | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 2d6311bf | Test version_info on unpickled Git instance | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| ee385bd8 | Make "install" and refresh version_info test portable | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| c2d72ffd | Simplify patched PATH env var construction | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 9151c38b | Test "installing" another git and refreshing | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 626a550d | Test that refreshing invalidates cached version_info | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 2eac36c9 | Have _fake_git fixture take version_info | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 3f107d59 | Test that version_info caching is per instance | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 1de2fdc5 | Test that version_info caches | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| e40fc2cd | Use TemporaryFile as a context manager | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 6074f479 | feat: :sparkles: added "--no-ext-diff" flag when create_patch=True to diff | Can Taşlıçukur <c****r@o****r> | over 2 years ago | |
| afa57545 | merge Merge pull request #1826 from EliahKagan/docker |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 1f37b482 | prepare the next release | Sebastian Thiel <s****l@i****m> | over 2 years 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 2 years 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 2 years ago | |
| b780a8c3 | Tweak `@with_rw_directory` and go back to using it | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 0114a997 | Use more ligtweight approach to guarantee deletion | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 90cf4d75 | Fix new PermissionError in Windows with Python 3.7 | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| dd42e38f | Keep temp files out of project dir and improve cleanup | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 26711678 | Remove deprecated section in README.md | marcm-ml <8****l@u****m> | over 2 years ago | |
| 4b427c99 | Factor venv activation into the venv creation step | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| bad545ab | Re-remove safe.directory step | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| b32932f6 | Bring back venv | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 20780cb9 | Take ownership of cloned repository | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 46e42341 | Debug ownership | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| ab37ae7e | Add back safe.directory step | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 5de954a3 | Run tests as non-root user in Alpine Linux | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| a45d0b07 | Use venv on Alpine Linux | Eliah Kagan <d****e@g****m> | over 2 years 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 2 years 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 2 years ago | |
| cefb53e3 | Work around different ownership in container | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 44b85626 | Test Alpine Linux on CI | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 1ed6366d | Add note to clarify that `gitoxide` doensn't work in Python just yet. | Sebastian Thiel <s****l@i****m> | over 2 years ago | |
| 6cba89f3 | merge Merge pull request #1817 from EliahKagan/ci-arm |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 37490378 | merge Merge pull request #1816 from EliahKagan/refresh-format |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 4b86993e | Use same code style for all logging without placeholders | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 5faf6210 | Omit extra "WARNING:" prefix | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 3250313d | Test that extra prefix "WARNING:" is omitted | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| db361743 | Write Git instead of type(self.git) | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 85ef145b | Extend test_cmd_override to test exception's `command` attribute | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 9ad28c3d | Exclude unavailable Python versions for M1 runner | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 8342f820 | Test with M1 macOS CI runner | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| db6fb902 | merge Merge pull request #1815 from EliahKagan/refresh-env |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| ac50d8e4 | Change warning refresh-mode tests to expect logging | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 147e80b8 | Test current initial-refresh behavior | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 8dc8eb9e | Test established zero-argument refresh() behavior | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| f4ce7097 | merge Merge pull request #1814 from EliahKagan/cygwin-python |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 8dc4cb02 | Use Python 3.9.16 on Cygwin CI | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 73ebcfa5 | Use Python 3.8 on Cygwin CI |
Eliah Kagan <d****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 10cdd03b | merge Merge pull request #1813 from EliahKagan/logging |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 9a7cec16 | merge Merge pull request #1812 from EliahKagan/refresh-cmdline |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 2 years ago | |
| 3a6e3efb | Have initial refresh use a logger to warn | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| bc42ee53 | Don't add `NullHandler`s | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 78a82b3c | Don't access logger in tests by nonpublic attribute | Eliah Kagan <d****e@g****m> | over 2 years ago | |
| 7bbccb42 | Rename logger globals from log to _logger | Eliah Kagan <d****e@g****m> | over 2 years ago |