[gitstats] Fixes: rhbz#962168 - Added handling of -h and --help arguments.

Stephen Gordon sgordon at fedoraproject.org
Tue Jul 23 22:03:50 UTC 2013


commit 0fed0752e81213d97eb6535bd2ca069b9ea8808d
Author: Stephen Gordon <sgordon at redhat.com>
Date:   Tue Jul 23 18:03:17 2013 -0400

    Fixes: rhbz#962168 - Added handling of -h and --help arguments.

 .gitignore    |    1 +
 gitstats.spec |    7 +++++--
 sources       |    1 +
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index faf6ad6..8a3a49d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gitstats-084303928c4476cf50b3f33ac56a81d1113369f9.tar.gz
+/gitstats-a923085699e9001f60169c54d6bcb951f190c929.tar.gz
diff --git a/gitstats.spec b/gitstats.spec
index 25a7973..3296692 100644
--- a/gitstats.spec
+++ b/gitstats.spec
@@ -1,6 +1,6 @@
-%global commit 084303928c4476cf50b3f33ac56a81d1113369f9
+%global commit a923085699e9001f60169c54d6bcb951f190c929
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
-%global checkoutdate 20130224
+%global checkoutdate 20130723
 %global checkout %{checkoutdate}git%{shortcommit}
 
 Name:       gitstats
@@ -61,6 +61,9 @@ install -p -m 0644 $RPM_BUILD_DIR/%{name}-%{commit}/doc/%{name}.1.gz %{buildroot
 %doc %{_mandir}/man1/%{name}.1.gz
 
 %changelog
+* Tue Jul 23 2013 Stephen Gordon <sgordon at redhat.com> 0.0.4-20130723gita923085
+- Added handling of -h and --help arguments (rhbz#962168).
+
 * Mon Feb 25 2013 Stephen Gordon <sgordon at redhat.com> 0-0.4-20130224git0843039
 - Added /usr/share/gitstats to files list.
 - Added -p argument to install invocation to preserve timestamps.
diff --git a/sources b/sources
index 8909ad0..bc120d7 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 0908333f8d5c389c97e66868a9f7236b  gitstats-084303928c4476cf50b3f33ac56a81d1113369f9.tar.gz
+ce697536d920469e9107ccb59f93f5b5  gitstats-a923085699e9001f60169c54d6bcb951f190c929.tar.gz


More information about the scm-commits mailing list