From: Kern Sibbald Date: Sat, 29 Oct 2011 15:36:00 +0000 (+0200) Subject: Add script to list authors X-Git-Tag: Release-5.2.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f85fc820857ede25a1bc84788c29579d9f29f479;p=thirdparty%2Fbacula.git Add script to list authors --- diff --git a/bacula/authors b/bacula/authors new file mode 100755 index 000000000..83228d0d5 --- /dev/null +++ b/bacula/authors @@ -0,0 +1,2 @@ +#!/bin/sh +git log --format='%aN' Release-5.0.3..Branch-5.1| sort -u