nachoparker / git-rebasetags

Perform a git rebase operation, restoring original tags
https://ownyourbits.com/2017/08/14/rebasing-in-git-without-losing-tags/
GNU General Public License v3.0
30 stars 5 forks source link

Disable log decorate #2

Closed TerraTech closed 7 years ago

TerraTech commented 7 years ago

Some will configure: git config log.decorate short for convenience as it provides ref/tagging information to the log output. Unfortunately, this extra information can cause problems for the splitting operations (tag comment) used later to match old ==> new tags.

TerraTech commented 7 years ago

This ended up being why tag to wasn't being handled correctly in #1

nachoparker commented 7 years ago

great, thanks!