diff options
author | Niels de Vos <ndevos@redhat.com> | 2013-09-13 15:54:52 +0200 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2013-09-29 16:56:23 -0700 |
commit | 124d93ed3ea826cd16e4766f82b3c48af19cba5c (patch) | |
tree | 023b74c8b79588959ba282fe1427d448a5c9598b /.gitignore | |
parent | e9554f7792d893f0ea8afe368829f9944ef52bdf (diff) |
extras: add script and config for generating "Who wrote GlusterFS"
This script and configuration can be used to generate statistics similar
to the "Who wrote <linux-version>" series available on http://lwn.net.
Example usage for statistics from the initial branchpoint of 3.4 to the
current development of the release-3.4 branch:
$ extras/who-wrote-glusterfs/who-wrote-glusterfs.sh \
v3.4.0alpha...origin/release-3.4
By default the statistics will be calculated over the currently checked
out branch.
Change-Id: Ie7b8b655c50dcb14257e42599e2f89642c8b5b42
Signed-off-by: Niels de Vos <ndevos@redhat.com>
Reviewed-on: http://review.gluster.org/5912
Reviewed-by: Amar Tumballi <amarts@redhat.com>
Tested-by: Amar Tumballi <amarts@redhat.com>
Reviewed-by: Harshavardhana <harsha@harshavardhana.net>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0e31d20dc19..9d7614945a5 100644 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,7 @@ stamp-h1 ufo/.tox ufo/test/unit/.coverage contrib/uuid/uuid_types.h +extras/who-wrote-glusterfs/gitdm extras/init.d/glusterd.plist extras/init.d/glusterd-Debian extras/init.d/glusterd-Redhat @@ -42,4 +43,4 @@ libglusterfs/src/spec.lex.c libglusterfs/src/y.tab.c libglusterfs/src/y.tab.h libgfchangelog.pc -run-tests.sh
\ No newline at end of file +run-tests.sh |