ad64a1d Allow colon inside tag name

1 file Authored by Alois Mahdal 5 years ago, Committed by pingou 5 years ago,
    Allow colon inside tag name
    
    One example where colons are useful is when implementing debtags-like tags
    (Faceted Classification).  For example:
    
        isa::bug
        isa::rfe
        severity::high
        severity::low
    
    The double colon here makes it easier to recognize the fact that Faceted
    Classification is being used.
    
    Related to https://pagure.io/pagure/issue/3406
    
    Merges https://pagure.io/pagure/pull-request/3458
    
        
file modified
+1 -1