From: Kern Sibbald Date: Sat, 29 Oct 2011 15:36:00 +0000 (+0200) Subject: Add script to list authors X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3c27144a8d8e28abe53918494428b1fe98a44351;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