Every time you run "git codereview mail" it creates a new tag (as per its doc).
I've never actually used these tags for their advertised purpose (if I did need to diff against my last mailed commit, I would just use the advertised commit hash from within gerrit), so I don't benefit from them.
OTOH, they do interrupt my workflow. For example, the common git bash completion script prints all pending tags when auto-completing git commit <TAB>, and the sheer number of mailed tags obfuscates any useful information.
So, this is a feature request to disable their automatic creation.
Every time you run "git codereview mail" it creates a new tag (as per its doc).
I've never actually used these tags for their advertised purpose (if I did need to diff against my last mailed commit, I would just use the advertised commit hash from within gerrit), so I don't benefit from them.
OTOH, they do interrupt my workflow. For example, the common git bash completion script prints all pending tags when auto-completing
git commit <TAB>, and the sheer number of mailed tags obfuscates any useful information.So, this is a feature request to disable their automatic creation.