]> git.phdru.name Git - git-scripts.git/commitdiff
Fix(svn/get-authors): Append to existing `authors.txt`
authorOleg Broytman <phd@phdru.name>
Sat, 1 Feb 2020 07:31:45 +0000 (10:31 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 1 Feb 2020 08:47:39 +0000 (11:47 +0300)
svn/get-authors

index 9cd849a19b3ce42e163ef55015ea5ac75a80a1bc..47c9e82f3e56de1907d541b983e8562f3b6fbf0c 100755 (executable)
@@ -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