mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-11 05:17:44 +03:00
git-contrib: use non-breaking spaces in names
Some people have initials or abbreviated parts in the name and looks strange when a line break occurs in the middle. Let's keep each name in one line.
This commit is contained in:
parent
75e53df7e3
commit
b242d2dec9
@ -2,6 +2,7 @@
|
|||||||
# SPDX-License-Identifier: LGPL-2.1-or-later
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
git shortlog --author=noreply@weblate.org --invert-grep -s `git describe --abbrev=0 --match 'v[0-9][0-9][0-9]'`.. | \
|
tag="$(git describe --abbrev=0 --match 'v[0-9][0-9][0-9]')"
|
||||||
awk '{ $1=""; print $0 "," }' | \
|
git log --pretty=tformat:%aN --author=noreply@weblate.org --invert-grep -s "${tag}.." | \
|
||||||
|
sed 's/ / /g; s/--/-/g; s/.*/ \0,/' |
|
||||||
sort -u
|
sort -u
|
||||||
|
Loading…
Reference in New Issue
Block a user