]> git.sur5r.net Git - bacula/bacula/commitdiff
Add script to list authors
authorKern Sibbald <kern@sibbald.com>
Sat, 29 Oct 2011 15:36:00 +0000 (17:36 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 29 Oct 2011 15:36:00 +0000 (17:36 +0200)
bacula/authors [new file with mode: 0755]

diff --git a/bacula/authors b/bacula/authors
new file mode 100755 (executable)
index 0000000..83228d0
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+git log --format='%aN' Release-5.0.3..Branch-5.1| sort -u