[git] GnuPG - branch, STABLE-BRANCH-2-0, updated. gnupg-2.0.29-19-gbaae8d5
by NIIBE Yutaka
cvs at cvs.gnupg.org
Wed Jan 13 09:50:09 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 "The GNU Privacy Guard".
The branch, STABLE-BRANCH-2-0 has been updated
via baae8d50d74040bd5a11cd423e04a022af7691e6 (commit)
from b508af2b2c40a715ef5ead4455b466954c2943ee (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 baae8d50d74040bd5a11cd423e04a022af7691e6
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Wed Jan 13 17:22:37 2016 +0900
Fix to support git worktree.
* Makefile.am: Use -e for testing .git.
--
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
(backport commit of 96237b9a63a50aed1884cb06f84279b977d6a8fa)
diff --git a/Makefile.am b/Makefile.am
index 892a857..4addcd4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -88,7 +88,7 @@ gen_start_date = 2011-12-01T06:00:00
.PHONY: gen-ChangeLog
gen-ChangeLog:
set -e; \
- if test -d $(top_srcdir)/.git; then \
+ if test -e $(top_srcdir)/.git; then \
(cd $(top_srcdir) && \
$(GITLOG_TO_CHANGELOG) --append-dot --tear-off \
--amend=scripts/git-log-fix \
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
The GNU Privacy Guard
http://git.gnupg.org
More information about the Gnupg-commits
mailing list