commit 4b3768806278a70db696ba52645dc1b6eb8de58a
Author: Oswald Buddenhagen <[email protected]>
Date: Sun May 14 09:42:36 2017 +0200
fix 'make log' with non-default git config format.pretty
suggested by Aaron Jensen <[email protected]>.
REFMAIL: cahyo48z0dcofpc8rcnal38oxvqtznkifvd-nef3sp1efr-g...@mail.gmail.com
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 69573f4..4359009 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -51,7 +51,7 @@ $(srcdir)/ChangeLog: log
log:
@test -z "$(srcdir)" || cd $(srcdir) && \
( ! test -d .git || \
- git log --date=iso --log-size --name-only --no-merges | \
+ git log --pretty=medium --date=iso --log-size --name-only
--no-merges | \
perl -e '$(LOG_PL)' > ChangeLog )
cov-scan: clean
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel