mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
whatthepatch: add parse_git_binary_diff (#9616)
Added in 1.0.4 https://github.com/cscorley/whatthepatch/pull/whatthepatch Fixes #9615
This commit is contained in:
@@ -76,3 +76,4 @@ def parse_unified_diff(text: str | Iterable[str]) -> list[Change] | None: ...
|
||||
def parse_context_diff(text: str | Iterable[str]) -> list[Change] | None: ...
|
||||
def parse_ed_diff(text: str | Iterable[str]) -> list[Change] | None: ...
|
||||
def parse_rcs_ed_diff(text: str | Iterable[str]) -> list[Change] | None: ...
|
||||
def parse_git_binary_diff(text: str | Iterable[str]) -> list[Change]: ...
|
||||
|
||||
Reference in New Issue
Block a user