From: Oleg Broytman Date: Sat, 1 Feb 2020 07:31:45 +0000 (+0300) Subject: Fix(svn/get-authors): Pass URL X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=990725463f96e9c9ba43d0a4c03f3f3234ca6a17 Fix(svn/get-authors): Pass URL --- diff --git a/svn/get-authors b/svn/get-authors index 54e5707..c80f0b2 100755 --- a/svn/get-authors +++ b/svn/get-authors @@ -7,7 +7,7 @@ fi url="$1" -#svn log -q | +#svn log -q "$url" | # awk -F '|' '/^r/ {sub("^ ", "", $2); sub(" $", "", $2); print $2" = "$2" <"$2">"}' | # sort -u >>authors.txt