Skip to content

Commit

Permalink
MISC: mknews.sh: create NEWS in forward order
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Janik <[email protected]>
  • Loading branch information
tim-janik committed Nov 22, 2023
1 parent 6ec97c3 commit f7deff5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misc/mknews.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ else
echo
echo '``````````````````````````````````````````````````````````````````````````````````````'
git log --pretty='%s # %cd %an %h%n%w(0,4,4)%b' \
--reverse \
--first-parent --date=short "$NEWS_TAG..HEAD" |
sed -e '/^\s*Signed-off-by:.*<.*@.*>/d' |
sed '/^\s*$/{ N; /^\s*\n\s*$/D }'
Expand Down

0 comments on commit f7deff5

Please sign in to comment.