shishi-commit
[Top][All Lists]
Advanced

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

[SCM] GNU shishi branch, master, updated. shishi-0-0-41-18-g75ce5ba


From: Simon Josefsson
Subject: [SCM] GNU shishi branch, master, updated. shishi-0-0-41-18-g75ce5ba
Date: Mon, 15 Mar 2010 14:51:29 +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 "GNU shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=75ce5ba87f366b91bd91d97b99cc962240f81fd7

The branch, master has been updated
       via  75ce5ba87f366b91bd91d97b99cc962240f81fd7 (commit)
       via  7877e97ea1e093286a90d3cbd89d601c35a06cc1 (commit)
       via  20d1f9e859b4faf174e5276225d1a266eae175ad (commit)
      from  05b8e2f56bfdd279b5c6b8d4f90eeb4f8502f528 (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 75ce5ba87f366b91bd91d97b99cc962240f81fd7
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 15 15:51:25 2010 +0100

    Fix last commit.

commit 7877e97ea1e093286a90d3cbd89d601c35a06cc1
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 15 15:50:35 2010 +0100

    Add.

commit 20d1f9e859b4faf174e5276225d1a266eae175ad
Author: Simon Josefsson <address@hidden>
Date:   Mon Mar 15 15:38:37 2010 +0100

    Add review-diff target.

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

Summary of changes:
 NEWS   |    1 +
 cfg.mk |    6 ++++++
 2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 5b77ec2..cbb089b 100644
--- a/NEWS
+++ b/NEWS
@@ -23,6 +23,7 @@ This allows you to use create Keytab files from your Shishi 
hostkeys.
 ** API and ABI modifications:
 shishi_key_timestamp: ADD.
 shishi_key_timestamp_set: ADD.
+shishi_keys_from_file: ADD.
 shishi_keys_to_keytab_file: ADD.
 shishi_keys_to_keytab_mem: ADD.
 
diff --git a/cfg.mk b/cfg.mk
index a354e18..8e4b9a2 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -96,3 +96,9 @@ web:
 upload-web:
        cd $(htmldir) && \
                cvs commit -m "Update." manual/ reference/
+
+review-diff:
+       git diff `git describe --abbrev=0`.. \
+       | grep -v -e ^index -e '^diff --git' \
+       | filterdiff -p 1 -x 'build-aux/*' -x 'gl/*' -x 'db/gl/*' -x 'src/gl/*' 
-x 'po/*' -x 'maint.mk' -x '.gitignore' -x '.x-sc*' -x ChangeLog -x GNUmakefile 
\
+       | less


hooks/post-receive
-- 
GNU shishi




reply via email to

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