Restyle a few stragglers

THERE WERE TABS! TABS!

TABS!

[ci skip]
This commit is contained in:
Fabian Homborg
2019-05-20 21:07:37 +02:00
parent c2b7e9b2e6
commit 7ddae68645
5 changed files with 14 additions and 12 deletions

View File

@@ -20,8 +20,8 @@ set committers_from_tag (mktemp)
# Unicode collation tables mean that this is fraught with danger; for example, the
# "“" character will not case-fold in UTF-8 locales. sort suggests using the C locale!
git log "$TAG" --format="%aN" --reverse | sort -u > $committers_to_tag
git log "$TAG".. --format="%aN" --reverse | sort -u > $committers_from_tag
git log "$TAG" --format="%aN" --reverse | sort -u >$committers_to_tag
git log "$TAG".. --format="%aN" --reverse | sort -u >$committers_from_tag
echo New committers:
echo (comm -13 $committers_to_tag $committers_from_tag)','