gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. 6432857e8382c2d0fed8


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 6432857e8382c2d0fed881d27aa73358a1b00616
Date: Sat, 11 Dec 2010 08:49:55 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  6432857e8382c2d0fed881d27aa73358a1b00616 (commit)
      from  408c796d5d32082619657e6e7284ea4a6db33a56 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=6432857e8382c2d0fed881d27aa73358a1b00616


commit 6432857e8382c2d0fed881d27aa73358a1b00616
Author: Sandro Santilli <address@hidden>
Date:   Sat Dec 11 09:49:29 2010 +0100

    Simplify counting commits using rev-list. Thanks antrik for finding this 
out.

diff --git a/Makefile.am b/Makefile.am
index ae60618..5406d8e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -140,7 +140,7 @@ revno.h:
          if test $${nowmod} -gt $${lastmod}; then \
             echo "Getting build info for revno.h"; \
            rm -f .lastmod; echo "$${nowmod}" > .lastmod; \
-            revno="`cd $(top_srcdir) ; $(GIT) log | grep '^commit' | wc -l`"; \
+            revno="`cd $(top_srcdir) ; $(GIT) rev-list HEAD | wc -l`"; \
             comm_id="`cd $(top_srcdir) ; $(GIT) rev-parse --short HEAD`"; \
             nick="`cd $(top_srcdir) ; $(GIT) branch | grep '^\*' | cut -d ' ' 
-f 2`"; \
          fi; \

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]