Please add (upstream) changelog to vcsh
Richard Hartmann
richih.mailinglist at gmail.com
Wed Feb 15 18:59:55 CET 2012
On Wed, Feb 15, 2012 at 13:20, Richard Hartmann
<richih.mailinglist at gmail.com> wrote:
> I will whip it up myself, I guess.
Ugly, but workable:
for tag in $(git tag | tac | grep -v -- '-'); do echo $tag; [ -n
"$tag" ] && {echo $tag..$previous_tag; git log $tag..$previous_tag;
echo; echo '-------------'; echo} >> temp ; previous_tag="$tag"; done
Richard
More information about the vcs-home
mailing list