Grab Changelog from Git Repository
The command git -C %s log %s..%s --oneline
produces a changelog comaring two git tags (or commits) and could be helpful in l3d.
The command git -C %s log %s..%s --oneline
produces a changelog comaring two git tags (or commits) and could be helpful in l3d.
The command could be
git log $(git describe --tags `git rev-list --tags --max-count=1`)..HEAD --oneline
to show all the commits since the latest tag.
added Doing label
assigned to @jurgenhaas
mentioned in commit b8c3052e
mentioned in commit 49cb495c
mentioned in commit 10d962ea
mentioned in commit 6093cfb1
This is now implemented as ahoy changelog extract
closed
removed Doing label