From b5b5dc431ded4b5fdfa81201675f026c15ea9ae7 Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 1 Feb 2020 10:31:45 +0300 Subject: [PATCH] Fix(svn/get-authors): Append to existing `authors.txt` --- svn/get-authors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svn/get-authors b/svn/get-authors index 9cd849a..47c9e82 100755 --- a/svn/get-authors +++ b/svn/get-authors @@ -15,4 +15,4 @@ svn log -q "$url" | # sed 's/^<[^>]\+>\(.\+\)<.\+>$/\1 = /' >>authors.txt #svn log --xml "$url" | grep author | sort -u | -# perl -pe 's/.>(.?)<./$1 = /' >authors.txt +# perl -pe 's/.>(.?)<./$1 = /' >>authors.txt -- 2.39.2