diff --git a/revup/git.py b/revup/git.py index c35d2c2..0f98968 100644 --- a/revup/git.py +++ b/revup/git.py @@ -590,7 +590,7 @@ async def get_patch_id( ret = ( await self.sh.piped_sh( patch_source, - [self.git_path, "patch-id", "--stable"], + [self.git_path, "patch-id", "--verbatim"], ) )[1].split() # If the diff is empty, patch id will return nothing. We just use that as the patch-id since