Skip to content

Commit f9d416a

Browse files
committed
[log-and-order] Ignore rewrite the commits commit
1 parent 76f6eba commit f9d416a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log_and_order/download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def replace_sha_in_file(verbose: bool = False):
5858
exit(1)
5959

6060
# Exclude the very first commit (the root commit)
61-
commits_without_root = commits[:-1]
61+
commits_without_root = commits[1:10] + commits[11:]
6262

6363
# Pick one at random
6464
import random

0 commit comments

Comments
 (0)