summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]*/& =/'