Skip to content

Commit 0a7a564

Browse files
authored
Use --committer-date-is-author-date, for reproducible hash (#9)
1 parent 18fe7db commit 0a7a564

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ferrypick.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def get_patch_content(link):
9898

9999

100100
def apply_patch(filename):
101-
cmd = f"git am --reject {filename}"
101+
cmd = f"git am --committer-date-is-author-date --reject {filename}"
102102
print(f"$ {cmd}")
103103
exitcode = execute(cmd)
104104
if exitcode:

0 commit comments

Comments
 (0)