From f85fc820857ede25a1bc84788c29579d9f29f479 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sat, 29 Oct 2011 17:36:00 +0200 Subject: [PATCH] Add script to list authors --- bacula/authors | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bacula/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 -- 2.39.2