[geany/geany] a1e95f: Avoid user Git setting when generating the ChangeLog for distribution

Colomban Wendling git-noreply at xxxxx
Sun Dec 16 11:29:51 UTC 2018


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 16 Dec 2018 11:29:51 UTC
Commit:      a1e95fcb614b3506e91919a127c9b4534d5cebb9
             https://github.com/geany/geany/commit/a1e95fcb614b3506e91919a127c9b4534d5cebb9

Log Message:
-----------
Avoid user Git setting when generating the ChangeLog for distribution


Modified Paths:
--------------
    Makefile.am

Modified: Makefile.am
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -56,6 +56,7 @@ dist-hook:
 		echo '  GEN    ChangeLog'; \
 		( cd "$(top_srcdir)" && \
 		  echo '# Generated by Makefile. Do not edit.' && echo && \
+		  GIT_CONFIG_NOSYSTEM=1 HOME="$(srcdir)" XDG_CONFIG_HOME="$(srcdir)" \
 		  git log --stat 0.21.0.. ) > ChangeLog.tmp \
 		&& mv -f ChangeLog.tmp "$(distdir)/ChangeLog" \
 		|| ( rm -f ChangeLog.tmp ; \



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list