@ -83,6 +83,7 @@ def gitAddFromHandle(contentStr: str, handle: str) -> str:
for line in patchLines:
contentStr += line + '\n'
if line.startswith('From:'):
if fromStr not in contentStr:
contentStr += fromStr + handle + '\n'
return contentStr