diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-02-18 12:46:51 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-02-18 12:47:19 -0600 |
commit | 423f82bae9f91f1f5a27d30a2542d8884c6f757a (patch) | |
tree | cfd462fb2066a7f96ad95eb3ec44bed106950c31 /mk/dist.mk | |
parent | 9dfb85d5d236dd126d13d039eb02a97aa0e6c8ac (diff) |
ChangeLog: show authors and committers
Diffstat (limited to 'mk/dist.mk')
-rw-r--r-- | mk/dist.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ SNAPDIR= ${DISTPREFIX}-${SNAP} SNAPFILE= ${SNAPDIR}.tar.bz2 changelog: - git log ${CHANGELOG_LIMIT} --format=medium > ChangeLog + git log ${CHANGELOG_LIMIT} --format=full > ChangeLog dist: git archive --prefix=${DISTPREFIX}/ ${GITREF} | bzip2 > ${DISTFILE} |