Searched refs:git_format_patch (Results 1 – 2 of 2) sorted by relevance
214 contents = git_format_patch(294 def git_format_patch(git_root_dir: Path, ref: str) -> str: function455 patch_contents = git_format_patch(worktree_dir, "HEAD")
76 git_format_patch=_mock_git_format_patch,