From 2a95d8e7e8bc55d5ed28ed220bf2e6b2be844ee9 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Tue, 9 Feb 2010 12:59:47 +0200 Subject: a script to use authors list from the Digium repo git-svn needs an extra '=' sign, sadly. --- gen_authors | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 gen_authors 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]*/& =/' -- cgit v1.2.3