[PATCH 2/2] mail authors as well as committers
Lionel Elie Mamane
lionel at mamane.lu
Mon Dec 12 20:51:33 PST 2011
---
bin/tinbuild_internals.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/tinbuild_internals.sh b/bin/tinbuild_internals.sh
index e1aab01..8a9263a 100644
--- a/bin/tinbuild_internals.sh
+++ b/bin/tinbuild_internals.sh
@@ -87,7 +87,7 @@ get_commits_since_last_good()
cd clone/${repo?}
fi
if [ "${mode?}" = "people" ] ; then
- git log '--pretty=tformat:%ce' ${sha?}..HEAD
+ git log '--pretty=tformat:%ce%n%ae' ${sha?}..HEAD
else
echo "==== ${repo} ===="
git log '--pretty=tformat:%h %s' ${sha?}..HEAD | sed 's/^/ /'
@@ -113,7 +113,7 @@ get_commits_since_last_bad()
cd clone/${repo?}
fi
if [ "${mode?}" = "people" ] ; then
- git log '--pretty=tformat:%ce' ${sha?}..HEAD
+ git log '--pretty=tformat:%ce%n%ae' ${sha?}..HEAD
else
echo "==== ${repo} ===="
git log '--pretty=tformat:%h %s' ${sha?}..HEAD | sed 's/^/ /'
--
1.7.7.3
--wRRV7LY7NUeQGEoC--
More information about the LibreOffice
mailing list