Skip to content

Commit 483d44f

Browse files
committed
Always build the start revision as well as all the new revisions
1 parent d3a1d00 commit 483d44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/check_commits.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ if [ -f "$log_file" ] ; then
2727
fi
2828

2929
# Create the data file
30-
git cherry $start_revision $end_revision > $data_file
30+
git cherry $start_revision~1 $end_revision > $data_file
3131

3232
# Get the starting and ending commits
3333
while read operation_type commit_id

0 commit comments

Comments
 (0)