Re: [feature request] 2) Remove many tags at once and 1) Prune tags on old-branch-before-rebase

2013-03-08 Thread Eric Chamberland
Hi Junio, On 03/07/2013 06:33 PM, Junio C Hamano wrote: Eric Chamberland eric.chamberl...@giref.ulaval.ca writes: What you want is a way to compute, given a set of tags (or refs in general) and a set of branches (or another set of refs in general), find the ones in the former that none of the

Re: [feature request] 2) Remove many tags at once and 1) Prune tags on old-branch-before-rebase

2013-03-07 Thread Junio C Hamano
Eric Chamberland eric.chamberl...@giref.ulaval.ca writes: 1) git tag --delete-tags-to-danglings-and-unnamed-banches This would be able to remove all tags that refers to commits which are on branches that are no more referenced by any branch name. This is happening when you tag something,