瀏覽代碼

add AUTHORS file

tags/v0.1
Arnold Bechtoldt 9 年之前
父節點
當前提交
d65d164a3a
共有 3 個文件被更改,包括 6 次插入7 次删除
  1. +3
    -0
      AUTHORS
  2. +0
    -7
      README.rst
  3. +3
    -0
      update-docs

+ 3
- 0
AUTHORS 查看文件

@@ -0,0 +1,3 @@
Alan Pearce <alan@alanpearce.co.uk>
Arnold Bechtoldt <mail@arnoldbechtoldt.com>
root <root@saltmaster01.(none)>

+ 0
- 7
README.rst 查看文件

@@ -84,10 +84,3 @@ Tested with:

* GNU/ Linux Debian Wheezy
* CentOS 6 (not completly tested)

AUTHORS
=======

Please add yourself too when contributing (sorted alphabetically)!

* Arnold Bechtoldt <mail@arnoldbechtoldt.com>

+ 3
- 0
update-docs 查看文件

@@ -0,0 +1,3 @@
#!/bin/bash

git log --format='%aN <%aE>' | sort -u > AUTHORS

Loading…
取消
儲存