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
1cdec7af Fix wrong class name in git.objects.tag docstring Eliah Kagan <d****e@g****m> about 2 years ago
8b8c76a7 Fixing stripping issue causing passing tests to be interpreted as failures jcole-crowdstrike <j****e> about 2 years ago
8e8b87a5 Fix RootModule.update `ignore[override]` suppression Eliah Kagan <d****e@g****m> about 2 years ago
94344b49 Clarify CallableProgress vs. CallableRemoteProgress Eliah Kagan <d****e@g****m> about 2 years ago
e4fd2e34 Drop wrong variable annotations in BlobFilter.__call__ Eliah Kagan <d****e@g****m> about 2 years ago
4dfd4809 Fix how Remote annotates dynamic config-backed url attribute Eliah Kagan <d****e@g****m> about 2 years ago
c34a466b Have Repo.__init__ convert epath to str first instead Eliah Kagan <d****e@g****m> about 2 years ago
e1330189 Broaden cygpath parameter annotation Eliah Kagan <d****e@g****m> about 2 years ago
f1cc1fe7 Fix how HEAD annotates inherited commit property Eliah Kagan <d****e@g****m> about 2 years ago
3aeef466 Fix how Diffable annotates expected repo attribute Eliah Kagan <d****e@g****m> about 2 years ago
4083dd89 Fix new mypy confusion about kill_after_timeout type Eliah Kagan <d****e@g****m> about 2 years ago
1ef33651 Factor communicate and watchdog logic to helper Eliah Kagan <d****e@g****m> about 2 years ago
4191f7d5 Refactor kill_after_timeout logic so mypy can check it Eliah Kagan <d****e@g****m> about 2 years ago
dc95a768 Fix mypy error with creationflags in subprocess module Eliah Kagan <d****e@g****m> about 2 years ago
43b7f8a3 Annotate safer_popen broad enough for all platforms Eliah Kagan <d****e@g****m> about 2 years ago
3c5ca52b Simplify _safer_popen_windows "if shell" logic Eliah Kagan <d****e@g****m> about 2 years ago
2212ac98 Fix Sphinx reference that rendered overly long Eliah Kagan <d****e@g****m> about 2 years ago
b5d91987 Remove commented-out code Eliah Kagan <d****e@g****m> about 2 years ago
938f2725 Setting universal_newlines=False explicitly in fetch() and pull(). jcole-crowdstrike <j****e> about 2 years ago
12c139c1 merge Merge pull request #1860 from EliahKagan/typing-tweaks Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
4810491c Fixing Windows encoding issue. jcole-crowdstrike <j****e> about 2 years ago
3c8cbe90 Mention collections.abc for Sequence Eliah Kagan <d****e@g****m> about 2 years ago
5d7e55b8 Add return-type annotation on __init__ methods Eliah Kagan <d****e@g****m> about 2 years ago
e984bfeb Fix some underindented portions of docstrings Eliah Kagan <d****e@g****m> about 2 years ago
9f226fc4 Remove unneeded annotation on __slots__ variable Eliah Kagan <d****e@g****m> about 2 years ago
b6e3ad2f Don't bind unused _assertion_msg_format Eliah Kagan <d****e@g****m> about 2 years ago
29443ce9 Add a cationary note about Object vs. object Eliah Kagan <d****e@g****m> about 2 years ago
c93e431e Expand git.compat docstring Eliah Kagan <d****e@g****m> about 2 years ago
a06f1fc9 Remove commented-out is_config_level function Eliah Kagan <d****e@g****m> about 2 years ago
012d710c Move our PathLike below even TYPE_CHECKING imports Eliah Kagan <d****e@g****m> about 2 years ago
2e02b09f Add docstrings to protocols in git.types Eliah Kagan <d****e@g****m> about 2 years ago
1530fd2b Use phrases like "git object type" where applicable Eliah Kagan <d****e@g****m> about 2 years ago
71667032 Fix possible inaccuracy in Lit_config_levels docstring Eliah Kagan <d****e@g****m> about 2 years ago
15d50dee Revise a couple new docstrings for clarity Eliah Kagan <d****e@g****m> about 2 years ago
b2c3d8b7 merge Merge pull request #1856 from EliahKagan/doc-dl Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
2aa053e0 Add docstrings to TypedDicts in git.types Eliah Kagan <d****e@g****m> about 2 years ago
2af76403 Do a bit of tidying related to unused names Eliah Kagan <d****e@g****m> over 2 years ago
f3b9a695 Expand docs of classes representing Git objects Eliah Kagan <d****e@g****m> over 2 years ago
3bd8177f Document Tree_ish, Commit_ish, and related types Eliah Kagan <d****e@g****m> over 2 years ago
9e470839 Start adding docstrings to types in git.types Eliah Kagan <d****e@g****m> over 2 years ago
85889cde Refine how tree[subscript] is introduced Eliah Kagan <d****e@g****m> over 2 years ago
6f3a20f1 Change how tree[subscript] is introduced Eliah Kagan <d****e@g****m> over 2 years ago
01cc8e28 Fix unnecessarily long reference in Tree docstrings Eliah Kagan <d****e@g****m> over 2 years ago
f83b056e Revise assert_never Eliah Kagan <d****e@g****m> over 2 years ago
57de362e merge Merge pull request #1855 from EliahKagan/reference Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c4a6618e Remove duplicate information in docstring Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5253b8d6 Restore building of documentation downloads Eliah Kagan <d****e@g****m> over 2 years ago
d1da48d5 Fix unterminated double-backtick in a git.compat docstring Eliah Kagan <d****e@g****m> over 2 years ago
24160d1c Add git.compat, git.db, and git.types in API Reference Eliah Kagan <d****e@g****m> over 2 years ago
7044ff6b Include top-level git.refresh in API Reference Eliah Kagan <d****e@g****m> over 2 years ago
fc59e5ea Improve stream_object_data and _parse_object_header docstrings Eliah Kagan <d****e@g****m> over 2 years ago
827e986e Updating spacing per linting test. jcole-crowdstrike <j****e> over 2 years ago
5ca0fbae Updating regex pattern to handle unicode whitespaces. jcole-crowdstrike <j****e> over 2 years ago
c0a27c02 Better document overrides in GitCmdObjectDB Eliah Kagan <d****e@g****m> over 2 years ago
65657421 Further expand refresh methods' docstrings Eliah Kagan <d****e@g****m> over 2 years ago
0d6c68af Fix ref to git.refresh in refresh methods' docstrings Eliah Kagan <d****e@g****m> over 2 years ago
7fbfc773 merge Merge pull request #1850 from EliahKagan/copyedit Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
37c93de3 A couple more small docstring refinements Eliah Kagan <d****e@g****m> over 2 years ago
f43292e4 Somewhat improve _get_ref_info{,_helper} docstrings Eliah Kagan <d****e@g****m> over 2 years ago
63983c2b Remove note in GitCmdObjectDB docstring Eliah Kagan <d****e@g****m> over 2 years ago
ec939552 Further refine some docstring revisions Eliah Kagan <d****e@g****m> over 2 years ago
ffeb7e76 More docstring revisions in git.objects.submodule.base Eliah Kagan <d****e@g****m> over 2 years ago
e166a0a7 More docstring revisions within git.objects Eliah Kagan <d****e@g****m> over 2 years ago
231c3ef7 More docstring revisions within git.repo Eliah Kagan <d****e@g****m> over 2 years ago
ee0301ab More docstring revisions in second-level modules and git.__init__ Eliah Kagan <d****e@g****m> over 2 years ago
679d2e87 Fix exception type in require_remote_ref_path docstring Eliah Kagan <d****e@g****m> over 2 years ago
254c82a0 More docstring revisions within git.refs Eliah Kagan <d****e@g****m> over 2 years ago
4b04d8a3 Better clarify Submodule.branch_path documentation Eliah Kagan <d****e@g****m> over 2 years ago
5cf5b604 Revise test suite docstrings and comments Eliah Kagan <d****e@g****m> over 2 years ago
608147ec Better explain conditional cleanup in test_base_object Eliah Kagan <d****e@g****m> over 2 years ago
018ebaf7 Further revise docstrings within git.repo Eliah Kagan <d****e@g****m> over 2 years ago
a5a1b2c5 Add a bit of missing docstring formatting Eliah Kagan <d****e@g****m> over 2 years ago
b0e5bffe Undo some expansion of "reference" parameter Eliah Kagan <d****e@g****m> over 2 years ago
110706e2 Fix param name in TagRefernece docstring and add info Eliah Kagan <d****e@g****m> over 2 years ago
61269970 Improve docstrings about tags Eliah Kagan <d****e@g****m> over 2 years ago
30f7da50 Fix erroneous reference to DateTime "class" Eliah Kagan <d****e@g****m> over 2 years ago
bc48d264 Further revise other docstrings within git.objects Eliah Kagan <d****e@g****m> over 2 years ago
08a80aa1 Further revise docstrings within git.objects.submodule Eliah Kagan <d****e@g****m> over 2 years ago
1b25a13a Further revise docstrings within git.index Eliah Kagan <d****e@g****m> over 2 years ago
fc1762b9 Undo a couple minor black-incompatible changes Eliah Kagan <d****e@g****m> over 2 years ago
cd61eb4f Further revise docstrings in second-level modules Eliah Kagan <d****e@g****m> over 2 years 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 2 years ago
e6768ec9 Improve Git.execute docstring formatting re: max_chunk_size Eliah Kagan <d****e@g****m> over 2 years ago
5ca58444 Fully qualify non-builtin exceptions in :raise: Eliah Kagan <d****e@g****m> over 2 years ago
432ec72b Fix another :raises: to :raise: Eliah Kagan <d****e@g****m> over 2 years ago
8344f442 Revise Repo.archive docstring Eliah Kagan <d****e@g****m> over 2 years ago
0231b745 Further revise docstrings in git.objects.submodule.base Eliah Kagan <d****e@g****m> over 2 years ago
bcc0c274 Fix recent inconsistency, using :raise:, not :raises: Eliah Kagan <d****e@g****m> over 2 years ago
c8b6cf0c Update comment about improving expand_path overloads Eliah Kagan <d****e@g****m> over 2 years ago
5ee87441 Update git source link in Repo.merge_base comment Eliah Kagan <d****e@g****m> over 2 years ago
c67b2e2a Adjust spacing in colon seach mode NotImplementedError Eliah Kagan <d****e@g****m> over 2 years ago
b2b6f7c8 Revise docstrings within git.repo Eliah Kagan <d****e@g****m> over 2 years ago
0c8ca1a9 Fix Repo.iter_commits docstring about return type Eliah Kagan <d****e@g****m> over 2 years ago
4f673699 Fix backslashes in Repo.__init__ docstring Eliah Kagan <d****e@g****m> over 2 years ago
5d6c86a4 test: :white_check_mark: Added test for external diff engine and removed comment Can Taşlıçukur <c****r@o****r> over 2 years ago
d1d18c23 Revise docstrings within git.refs Eliah Kagan <d****e@g****m> over 2 years ago
d9fb2f4c Further git.util docstring revisions Eliah Kagan <d****e@g****m> over 2 years ago
37011bf8 Fix backslash formatting in git.util docstrings Eliah Kagan <d****e@g****m> over 2 years ago
ae37a4a6 Revise docstrings within git.objects Eliah Kagan <d****e@g****m> over 2 years ago
c06dfd9b Fix parameter names in TagObject.__init__ Eliah Kagan <d****e@g****m> over 2 years ago

← Back to repository