[longomatch] Add tools for listing contributors and move deb-pkg to tools/ too



commit d1f11c7d650c8a7c8755647eb323c858d1b98278
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Aug 24 19:45:56 2011 +0200

    Add tools for listing contributors and move deb-pkg to tools/ too

 tools/contributors.sh          |    4 ++++
 deb-pkg.sh => tools/deb-pkg.sh |    0
 2 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/tools/contributors.sh b/tools/contributors.sh
new file mode 100755
index 0000000..b1e5c62
--- /dev/null
+++ b/tools/contributors.sh
@@ -0,0 +1,4 @@
+#! /bin/bash
+
+TAG=$1
+git log $TAG..  | grep '^Author' | cut -d' ' -f 2- | sort | uniq
diff --git a/deb-pkg.sh b/tools/deb-pkg.sh
similarity index 100%
rename from deb-pkg.sh
rename to tools/deb-pkg.sh



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]