GitHub / gitpython-developers/GitPython / commits
GitPython is a python library used to interact with Git repositories.
SHA | Message | Author | Date | Stats |
---|---|---|---|---|
1fe4dc88 | Define GitObjectTypeString and update Object to use it | Eliah Kagan <d****e@g****m> | over 1 year ago | |
787f65cc | Define and document AnyGitObject and (new) Commit_ish | Eliah Kagan <d****e@g****m> | over 1 year ago | |
04a27531 | Temporarily rename Commit_ish to Old_commit_ish | Eliah Kagan <d****e@g****m> | over 1 year ago | |
b9d9e564 | Further improve _safer_popen_windows doc | Eliah Kagan <d****e@g****m> | over 1 year ago | |
ad8190bb | Wrap docstrings and comments in _safer_popen_windows | Eliah Kagan <d****e@g****m> | over 1 year ago | |
465ab56b | Have test suite use sys.platform to check for Windows | Eliah Kagan <d****e@g****m> | over 1 year ago | |
42e10c07 | Fix new mypy error in is_cygwin_git | Eliah Kagan <d****e@g****m> | over 1 year ago | |
7204c131 | Fix new mypy error in _read_win_env_flag | Eliah Kagan <d****e@g****m> | over 1 year ago | |
88557bc0 | Have git module use sys.platform to check for Windows | Eliah Kagan <d****e@g****m> | over 1 year ago | |
2decbe45 | Test that redefined Diffable.Index should be compatible | Eliah Kagan <d****e@g****m> | over 1 year ago | |
ad00c77b | Spell self.Index as self.INDEX in IndexFile.diff | Eliah Kagan <d****e@g****m> | over 1 year ago | |
97d9b659 | Apply intended suppression in Tree.traverse | Eliah Kagan <d****e@g****m> | over 1 year ago | |
96ecc2ed | Drop deprecated mypy option | Eliah Kagan <d****e@g****m> | over 1 year ago | |
84fc8062 | Remove some unneeded mypy suppressions | Eliah Kagan <d****e@g****m> | over 1 year ago | |
aeacb001 | Colorize mypy output on CI for easier reading | Eliah Kagan <d****e@g****m> | over 1 year ago | |
9ed904cf | Adjust mypy options to work well with mypy 1.9.0 | Eliah Kagan <d****e@g****m> | over 1 year ago | |
87b314ee | Add INDEX and DiffConstants to git.__all__ | Eliah Kagan <d****e@g****m> | over 1 year ago | |
b8a25dfb | Modify annotations to accommodate NULL_TREE | Eliah Kagan <d****e@g****m> | over 1 year ago | |
c9952e14 | Fix Sphinx references; give Diffable.Index a docstring | Eliah Kagan <d****e@g****m> | over 1 year ago | |
65863a28 | Make NULL_TREE and Index precisely annotatable | Eliah Kagan <d****e@g****m> | over 1 year ago | |
7204cc10 | Further clarify Diffable.diff docstring | Eliah Kagan <d****e@g****m> | over 1 year ago | |
2f5e258d | Annotate _process_diff_args without Diffable.Index | Eliah Kagan <d****e@g****m> | over 1 year ago | |
62c0823d | Consolidate str and os.PathLike[str] (use GitPython's PathLike) | Eliah Kagan <d****e@g****m> | over 1 year ago | |
0e1df29c | Start fixing diff and _process_diff_args type annotations | Eliah Kagan <d****e@g****m> | over 1 year ago | |
ed6ead96 | Correct and clarify Diffable.diff docstring | Eliah Kagan <d****e@g****m> | over 1 year ago | |
1cdec7af | Fix wrong class name in git.objects.tag docstring | Eliah Kagan <d****e@g****m> | over 1 year ago | |
8b8c76a7 | Fixing stripping issue causing passing tests to be interpreted as failures | jcole-crowdstrike <j****e> | over 1 year ago | |
8e8b87a5 | Fix RootModule.update `ignore[override]` suppression | Eliah Kagan <d****e@g****m> | over 1 year ago | |
94344b49 | Clarify CallableProgress vs. CallableRemoteProgress | Eliah Kagan <d****e@g****m> | over 1 year ago | |
e4fd2e34 | Drop wrong variable annotations in BlobFilter.__call__ | Eliah Kagan <d****e@g****m> | over 1 year ago | |
4dfd4809 | Fix how Remote annotates dynamic config-backed url attribute | Eliah Kagan <d****e@g****m> | over 1 year ago | |
c34a466b | Have Repo.__init__ convert epath to str first instead | Eliah Kagan <d****e@g****m> | over 1 year ago | |
e1330189 | Broaden cygpath parameter annotation | Eliah Kagan <d****e@g****m> | over 1 year ago | |
f1cc1fe7 | Fix how HEAD annotates inherited commit property | Eliah Kagan <d****e@g****m> | over 1 year ago | |
3aeef466 | Fix how Diffable annotates expected repo attribute | Eliah Kagan <d****e@g****m> | over 1 year ago | |
4083dd89 | Fix new mypy confusion about kill_after_timeout type | Eliah Kagan <d****e@g****m> | over 1 year ago | |
1ef33651 | Factor communicate and watchdog logic to helper | Eliah Kagan <d****e@g****m> | over 1 year ago | |
4191f7d5 | Refactor kill_after_timeout logic so mypy can check it | Eliah Kagan <d****e@g****m> | over 1 year ago | |
dc95a768 | Fix mypy error with creationflags in subprocess module | Eliah Kagan <d****e@g****m> | over 1 year ago | |
43b7f8a3 | Annotate safer_popen broad enough for all platforms | Eliah Kagan <d****e@g****m> | over 1 year ago | |
3c5ca52b | Simplify _safer_popen_windows "if shell" logic | Eliah Kagan <d****e@g****m> | over 1 year ago | |
2212ac98 | Fix Sphinx reference that rendered overly long | Eliah Kagan <d****e@g****m> | over 1 year ago | |
b5d91987 | Remove commented-out code | Eliah Kagan <d****e@g****m> | over 1 year ago | |
938f2725 | Setting universal_newlines=False explicitly in fetch() and pull(). | jcole-crowdstrike <j****e> | over 1 year ago | |
12c139c1 | merge Merge pull request #1860 from EliahKagan/typing-tweaks |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
4810491c | Fixing Windows encoding issue. | jcole-crowdstrike <j****e> | over 1 year ago | |
3c8cbe90 | Mention collections.abc for Sequence | Eliah Kagan <d****e@g****m> | over 1 year ago | |
5d7e55b8 | Add return-type annotation on __init__ methods | Eliah Kagan <d****e@g****m> | over 1 year ago | |
e984bfeb | Fix some underindented portions of docstrings | Eliah Kagan <d****e@g****m> | over 1 year ago | |
9f226fc4 | Remove unneeded annotation on __slots__ variable | Eliah Kagan <d****e@g****m> | over 1 year ago | |
b6e3ad2f | Don't bind unused _assertion_msg_format | Eliah Kagan <d****e@g****m> | over 1 year ago | |
29443ce9 | Add a cationary note about Object vs. object | Eliah Kagan <d****e@g****m> | over 1 year ago | |
c93e431e | Expand git.compat docstring | Eliah Kagan <d****e@g****m> | over 1 year ago | |
a06f1fc9 | Remove commented-out is_config_level function | Eliah Kagan <d****e@g****m> | over 1 year ago | |
012d710c | Move our PathLike below even TYPE_CHECKING imports | Eliah Kagan <d****e@g****m> | over 1 year ago | |
2e02b09f | Add docstrings to protocols in git.types | Eliah Kagan <d****e@g****m> | over 1 year ago | |
1530fd2b | Use phrases like "git object type" where applicable | Eliah Kagan <d****e@g****m> | over 1 year ago | |
71667032 | Fix possible inaccuracy in Lit_config_levels docstring | Eliah Kagan <d****e@g****m> | over 1 year ago | |
15d50dee | Revise a couple new docstrings for clarity | Eliah Kagan <d****e@g****m> | over 1 year ago | |
b2c3d8b7 | merge Merge pull request #1856 from EliahKagan/doc-dl |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
2aa053e0 | Add docstrings to TypedDicts in git.types | Eliah Kagan <d****e@g****m> | over 1 year ago | |
2af76403 | Do a bit of tidying related to unused names | Eliah Kagan <d****e@g****m> | over 1 year ago | |
f3b9a695 | Expand docs of classes representing Git objects | Eliah Kagan <d****e@g****m> | over 1 year ago | |
3bd8177f | Document Tree_ish, Commit_ish, and related types | Eliah Kagan <d****e@g****m> | over 1 year ago | |
9e470839 | Start adding docstrings to types in git.types | Eliah Kagan <d****e@g****m> | over 1 year ago | |
85889cde | Refine how tree[subscript] is introduced | Eliah Kagan <d****e@g****m> | over 1 year ago | |
6f3a20f1 | Change how tree[subscript] is introduced | Eliah Kagan <d****e@g****m> | over 1 year ago | |
01cc8e28 | Fix unnecessarily long reference in Tree docstrings | Eliah Kagan <d****e@g****m> | over 1 year ago | |
f83b056e | Revise assert_never | Eliah Kagan <d****e@g****m> | over 1 year ago | |
57de362e | merge Merge pull request #1855 from EliahKagan/reference |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
c4a6618e | Remove duplicate information in docstring |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
5253b8d6 | Restore building of documentation downloads | Eliah Kagan <d****e@g****m> | over 1 year ago | |
d1da48d5 | Fix unterminated double-backtick in a git.compat docstring | Eliah Kagan <d****e@g****m> | over 1 year ago | |
24160d1c | Add git.compat, git.db, and git.types in API Reference | Eliah Kagan <d****e@g****m> | over 1 year ago | |
7044ff6b | Include top-level git.refresh in API Reference | Eliah Kagan <d****e@g****m> | over 1 year ago | |
fc59e5ea | Improve stream_object_data and _parse_object_header docstrings | Eliah Kagan <d****e@g****m> | over 1 year ago | |
827e986e | Updating spacing per linting test. | jcole-crowdstrike <j****e> | over 1 year ago | |
5ca0fbae | Updating regex pattern to handle unicode whitespaces. | jcole-crowdstrike <j****e> | over 1 year ago | |
c0a27c02 | Better document overrides in GitCmdObjectDB | Eliah Kagan <d****e@g****m> | over 1 year ago | |
65657421 | Further expand refresh methods' docstrings | Eliah Kagan <d****e@g****m> | over 1 year ago | |
0d6c68af | Fix ref to git.refresh in refresh methods' docstrings | Eliah Kagan <d****e@g****m> | over 1 year ago | |
7fbfc773 | merge Merge pull request #1850 from EliahKagan/copyedit |
Sebastian Thiel <s****l@i****m>
Committed by: GitHub <n****y@g****m> |
over 1 year ago | |
37c93de3 | A couple more small docstring refinements | Eliah Kagan <d****e@g****m> | over 1 year ago | |
f43292e4 | Somewhat improve _get_ref_info{,_helper} docstrings | Eliah Kagan <d****e@g****m> | over 1 year ago | |
63983c2b | Remove note in GitCmdObjectDB docstring | Eliah Kagan <d****e@g****m> | over 1 year ago | |
ec939552 | Further refine some docstring revisions | Eliah Kagan <d****e@g****m> | over 1 year ago | |
ffeb7e76 | More docstring revisions in git.objects.submodule.base | Eliah Kagan <d****e@g****m> | over 1 year ago | |
e166a0a7 | More docstring revisions within git.objects | Eliah Kagan <d****e@g****m> | over 1 year ago | |
231c3ef7 | More docstring revisions within git.repo | Eliah Kagan <d****e@g****m> | over 1 year ago | |
ee0301ab | More docstring revisions in second-level modules and git.__init__ | Eliah Kagan <d****e@g****m> | over 1 year ago | |
679d2e87 | Fix exception type in require_remote_ref_path docstring | Eliah Kagan <d****e@g****m> | over 1 year ago | |
254c82a0 | More docstring revisions within git.refs | Eliah Kagan <d****e@g****m> | over 1 year ago | |
4b04d8a3 | Better clarify Submodule.branch_path documentation | Eliah Kagan <d****e@g****m> | over 1 year ago | |
5cf5b604 | Revise test suite docstrings and comments | Eliah Kagan <d****e@g****m> | over 1 year ago | |
608147ec | Better explain conditional cleanup in test_base_object | Eliah Kagan <d****e@g****m> | over 1 year ago | |
018ebaf7 | Further revise docstrings within git.repo | Eliah Kagan <d****e@g****m> | over 1 year ago | |
a5a1b2c5 | Add a bit of missing docstring formatting | Eliah Kagan <d****e@g****m> | over 1 year ago | |
b0e5bffe | Undo some expansion of "reference" parameter | Eliah Kagan <d****e@g****m> | over 1 year ago | |
110706e2 | Fix param name in TagRefernece docstring and add info | Eliah Kagan <d****e@g****m> | over 1 year ago | |
61269970 | Improve docstrings about tags | Eliah Kagan <d****e@g****m> | over 1 year ago |