diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-23 13:17:41 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-12-23 13:17:41 -0500 |
commit | 9e1666f4b6f924e9826f796b423a21958e749e77 (patch) | |
tree | e7829a38489d7b3fd7ad6ccd25c7edf45fd9a4aa /bin | |
parent | c70e32b7d43282e0cb4b4d36ca4956bd5e1b9ed6 (diff) |
ChangeLog: don't show a diffstat
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/auto-changelog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/auto-changelog b/bin/auto-changelog index d672b5f..b374fda 100755 --- a/bin/auto-changelog +++ b/bin/auto-changelog @@ -14,7 +14,7 @@ should-insert() { } generate-entry() { - git log -n1 --stat --date='format:%Y-%m-%d' --format=$'## %ad %an <%ae>\n\n%B' | cat -s + git log -n1 --date='format:%Y-%m-%d' --format=$'## %ad %an <%ae>\n\n%B' | cat -s } html_escape() { |