[git] GnuPG - branch, STABLE-BRANCH-2-2, updated. gnupg-2.2.4-34-ga70502e
by Werner Koch
cvs at cvs.gnupg.org
Wed Feb 21 20:56:45 CET 2018
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 "The GNU Privacy Guard".
The branch, STABLE-BRANCH-2-2 has been updated
via a70502e93f06b394760fe671913c283018718ced (commit)
from c4d8efb8942fe1d5644c5b2cb8bc73a06ac500df (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 a70502e93f06b394760fe671913c283018718ced
Author: Werner Koch <wk at gnupg.org>
Date: Wed Feb 21 17:56:40 2018 +0100
build: Update autogen.sh
--
Now installs a git patch prefix.
Signed-off-by: Werner Koch <wk at gnupg.org>
diff --git a/autogen.rc b/autogen.rc
index 6835929..3ea03e0 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -1,5 +1,7 @@
# autogen.sh configuration for GnuPG -*- sh -*-
+display_name=GnuPG
+
#version_parts=3
case "$myhost:$myhostsub" in
diff --git a/autogen.sh b/autogen.sh
index e5ba5bf..b238550 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,6 @@
#! /bin/sh
# autogen.sh
-# Copyright (C) 2003, 2014, 2017 g10 Code GmbH
+# Copyright (C) 2003, 2014, 2017, 2018 g10 Code GmbH
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -15,7 +15,7 @@
# configure it for the respective package. It is maintained as part of
# GnuPG and source copied by other packages.
#
-# Version: 2017-01-17
+# Version: 2018-02-21
configure_ac="configure.ac"
@@ -467,6 +467,9 @@ EOF
EOF
$CP build-aux/git-hooks/commit-msg .git/hooks/commit-msg
chmod +x .git/hooks/commit-msg
+ if [ x"${display_name}" != x ]; then
+ git config format.subjectPrefix "PATCH ${display_name}"
+ fi
fi
fi
-----------------------------------------------------------------------
Summary of changes:
autogen.rc | 2 ++
autogen.sh | 7 +++++--
2 files changed, 7 insertions(+), 2 deletions(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list