Here's a script that creates a basic changelog, to be run from a 4.0.4
client, which can be customized to taste:
repo forall -c '
if git rev-parse android-4.0.3_r1 >/dev/null 2>&1
then
git log --oneline --no-merges android-4.0.3_r1..android-4.0.4_r1.1
else
git log --oneline --no-merges android-4.0.4_r1.1
fi
' | cat
(crossing fingers that my copy-paste worked).
JBQ
--
Jean-Baptiste M. "JBQ" Queru
Software Engineer, Android Open-Source Project, Google.
Questions sent directly to me that have no reason for being private
will likely get ignored or forwarded to a public forum with no further
warning.
Would a kind person post the output of the script someplace for those of us without a full source tree handy?
Thanks in advance :-)
JBQ
And a more verbose version:
https://docs.google.com/document/pub?id=1Jx3-OX58QXR3tN-OQF55nRyR2zhIUIx_D7iexca_XUk