Skip to content

Commit d7df815

Browse files
committed
Bugfix
1 parent 267ce53 commit d7df815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/git/collect_authors_patches.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,12 @@ for O in $(git log --pretty=format:"%h" --author="$author"); do
5353
if [[ "$subdir" != "" ]]; then
5454
mkdir -p $output/$subdir
5555
git format-patch $begin^^..$end -o$output/$subdir #--start-number=$patchcount
56-
end=""
5756
patchcount=$(($patchcount + $rangecount))
5857
rangecount=1
5958
else
6059
echo "Omitting patch series..."
6160
fi
61+
end=""
6262
fi
6363
fi
6464
done

0 commit comments

Comments
 (0)