[git] Scute - branch, master, updated. scute-1.3.0-65-g2680826
by NIIBE Yutaka
cvs at cvs.gnupg.org
Tue Nov 1 23:54:08 CET 2016
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 "PKCS#11 token on top of gpg-agent".
The branch, master has been updated
via 26808262a25b64483346d51db56ea82a342a6fbe (commit)
from 94eeb2d580f67bd56ba711e055d9ea2ea089ec89 (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 26808262a25b64483346d51db56ea82a342a6fbe
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Wed Nov 2 07:52:50 2016 +0900
autogen.sh: Update from gnupg.
--
Detection of .git should be -e so that git worktree can be used.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/autogen.sh b/autogen.sh
index 3fe24ea..10cc203 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -214,7 +214,7 @@ if [ "$myhost" = "find-version" ]; then
esac
beta=no
- if [ -d .git ]; then
+ if [ -e .git ]; then
ingit=yes
tmp=$(git describe --match "${matchstr1}" --long 2>/dev/null)
if [ -n "$tmp" ]; then
@@ -423,7 +423,7 @@ if [ -d .git ]; then
[ -z "${SILENT}" ] && cat <<EOF
*** Activating trailing whitespace git pre-commit hook. ***
For more information see this thread:
- http://mail.gnome.org/archives/desktop-devel-list/2009-May/msg00084html
+ http://mail.gnome.org/archives/desktop-devel-list/2009-May/msg00084.html
To deactivate this pre-commit hook again move .git/hooks/pre-commit
and .git/hooks/pre-commit.sample out of the way.
EOF
-----------------------------------------------------------------------
Summary of changes:
autogen.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
PKCS#11 token on top of gpg-agent
http://git.gnupg.org
More information about the Gnupg-commits
mailing list