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 "GNU libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=b88ee904cb3cff956ad64a1080ad84ecc05149f9 The branch, master has been updated via b88ee904cb3cff956ad64a1080ad84ecc05149f9 (commit) from 1fc2c2daeb279cdb147348dd13ae0d5438928079 (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 ----------------------------------------------------------------- commit b88ee904cb3cff956ad64a1080ad84ecc05149f9 Author: Simon Josefsson <[email protected]> Date: Thu Mar 18 11:29:12 2010 +0100 Add review-diff. Move announce file to use consistent filenames. ----------------------------------------------------------------------- Summary of changes: cfg.mk | 6 ++++++ doc/{ANNOUNCE => announce.txt} | 0 2 files changed, 6 insertions(+), 0 deletions(-) rename doc/{ANNOUNCE => announce.txt} (100%) diff --git a/cfg.mk b/cfg.mk index 1f35963..7e8c288 100644 --- a/cfg.mk +++ b/cfg.mk @@ -101,3 +101,9 @@ upload-web: cd $(htmldir) && \ cvs commit -m "Update." \ manual/ javadoc/ reference/ doxygen/ cyclo/ + +review-diff: + git diff `git describe --abbrev=0`.. \ + | grep -v -e ^index -e '^diff --git' \ + | filterdiff -p 1 -x 'build-aux/*' -x 'gl/*' -x 'gltests/*' -x 'lib/gl/*' -x 'lib/gltests/*' -x 'po/*' -x 'maint.mk' -x '.gitignore' -x '.x-sc*' -x ChangeLog -x GNUmakefile \ + | less diff --git a/doc/ANNOUNCE b/doc/announce.txt similarity index 100% rename from doc/ANNOUNCE rename to doc/announce.txt hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
