From 9dfa390ca5b404f9b5f988e98d058f00f1cad086 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Fri, 15 Feb 2019 08:52:26 +0100 Subject: Update HOWTO-RELEASE with a better one-liner for generation of contributor list --- HOWTO-RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE index ddf7e563..96b3b0c8 100644 --- a/HOWTO-RELEASE +++ b/HOWTO-RELEASE @@ -82,7 +82,7 @@ End the section by thanking the authors that contributed to the release. Get a sorted list of contributors in descending order of activity: ``` -git shortlog -sn x.y.z..HEAD | tac | awk '{print $2 " " $3}' +git shortlog -sn x.y.z..HEAD | tac | awk '{$1=""; print $0}' ``` where `x.y.z` is the tag of the previous release. You may need to edit the list -- cgit v1.2.3