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: https://git.sur5r.net/?a=commitdiff_plain;h=f85fc820857ede25a1bc84788c29579d9f29f479;p=bacula%2Fbacula Add script to list authors --- diff --git a/bacula/authors b/bacula/authors new file mode 100755 index 0000000000..83228d0d58 --- /dev/null +++ b/bacula/authors @@ -0,0 +1,2 @@ +#!/bin/sh +git log --format='%aN' Release-5.0.3..Branch-5.1| sort -u