summaryrefslogtreecommitdiff
path: root/gen_authors
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-02-09 12:59:47 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-02-09 12:59:47 +0200
commit2a95d8e7e8bc55d5ed28ed220bf2e6b2be844ee9 (patch)
treea8a5a2104d0cf8333adf0ca8f9e4e0e2c9f1687a /gen_authors
parentb6ed98327dc91056d7b364f354deca6b7c36eb3d (diff)
a script to use authors list from the Digium repo
git-svn needs an extra '=' sign, sadly.
Diffstat (limited to 'gen_authors')
-rwxr-xr-xgen_authors5
1 files changed, 5 insertions, 0 deletions
diff --git a/gen_authors b/gen_authors
new file mode 100755
index 0000000..a7922e9
--- /dev/null
+++ b/gen_authors
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+# Generate a AUTHORS file in the format git-svn likes (with an extra = sign)
+wget -q -O- http://svn.digium.com/svn/repotools/authors \
+| sed -e 's/^[a-z]*/& =/'