summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xget_authors7
1 files changed, 7 insertions, 0 deletions
diff --git a/get_authors b/get_authors
new file mode 100755
index 0000000..e321b29
--- /dev/null
+++ b/get_authors
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+# get_authors: Get the upstream-provided AUTHORS file and reformat it
+# so git-svn will be happy
+
+wget -q -O- http://svn.asterisk.org/svn/repotools/authors \
+| sed -e 's/^\([a-z]\+\)\([ \t]\+\)/\1 =\2/'