Skip to content

Commit 398bd90

Browse files
authored
whatthepatch: add parse_git_binary_diff (#9616)
Added in 1.0.4 https://github.com/cscorley/whatthepatch/pull/whatthepatch Fixes #9615
1 parent 1b5bd63 commit 398bd90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stubs/whatthepatch/whatthepatch/patch.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ def parse_unified_diff(text: str | Iterable[str]) -> list[Change] | None: ...
7676
def parse_context_diff(text: str | Iterable[str]) -> list[Change] | None: ...
7777
def parse_ed_diff(text: str | Iterable[str]) -> list[Change] | None: ...
7878
def parse_rcs_ed_diff(text: str | Iterable[str]) -> list[Change] | None: ...
79+
def parse_git_binary_diff(text: str | Iterable[str]) -> list[Change]: ...

0 commit comments

Comments
 (0)