mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
trim whitespaces in changelog
This commit is contained in:
parent
302ad06234
commit
448330021e
@ -7,7 +7,8 @@ if test -d ".git"; then
|
||||
awk '/^Author/ {sub(/\\$/,""); getline t; print $0 t; next}; 1' | \
|
||||
sed -e 's/^Author: //g' | \
|
||||
sed -e 's/>Date: \([0-9]*-[0-9]*-[0-9]*\)/>\t\1/g' | \
|
||||
sed -e 's/^\(.*\) \(\)\t\(.*\)/\3 \1 \2/g' > ChangeLog
|
||||
sed -e 's/^\(.*\) \(\)\t\(.*\)/\3 \1 \2/g' | \
|
||||
sed -e 's/[ ]*$//g' > ChangeLog
|
||||
exit 0
|
||||
else
|
||||
echo "No git repository present."
|
||||
|
Loading…
x
Reference in New Issue
Block a user