diff options
Diffstat (limited to 'scripts/announce-release.sh')
-rwxr-xr-x | scripts/announce-release.sh | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/scripts/announce-release.sh b/scripts/announce-release.sh index 74e915b..a166378 100755 --- a/scripts/announce-release.sh +++ b/scripts/announce-release.sh @@ -73,18 +73,18 @@ export GIT_DIR="${srcdir}/.git" ==================================$(printf '%s\n' "${old_version}" | \ sed 's/./=/g') - $(git shortlog "${package}/${old_version}..HEAD" | sed '/^..*$/s/^/ /') + $(git shortlog "${package}/${old_version}..HEAD" | \ + sed '/^..*$/s/^/ /') Diffstat of Changes Since Version ${old_version} ==================================$(printf '%s\n' "${old_version}" | \ sed 's/./=/g') - $(git diff --stat=69 --color=never "${package}/${old_version}..HEAD" | \ - sed 's/^/ /') + $(git diff --stat=69 --color=never --find-renames=50% \ + "${package}/${old_version}..HEAD" | sed 's/^/ /') -- $(: Just something to follow the trailing space) - Patrick "P. J." McDermott - http://www.pehjota.net/ - Lead Developer, ProteanOS - http://www.proteanos.com/ + Patrick "P. J." McDermott: http://www.pehjota.net/ + Lead Developer, ProteanOS: http://www.proteanos.com/ + Founder and CEO, Libiquity: http://www.libiquity.com/ EOF |