improve view branch name when there are a list of values
This commit is contained in:
		
					parent
					
						
							
								dd7b99c860
							
						
					
				
			
			
				commit
				
					
						c85a482136
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -80,8 +80,8 @@ branchView view
 | 
				
			||||||
			, "="
 | 
								, "="
 | 
				
			||||||
			, branchvals viewfilter
 | 
								, branchvals viewfilter
 | 
				
			||||||
			]
 | 
								]
 | 
				
			||||||
	branchvals (FilterValues set) = forcelegal $
 | 
						branchvals (FilterValues set) = intercalate "," $
 | 
				
			||||||
		intercalate "," $ map fromMetaValue $ S.toList set
 | 
							map (forcelegal . fromMetaValue) $ S.toList set
 | 
				
			||||||
	branchvals (FilterGlob glob) = forcelegal glob
 | 
						branchvals (FilterGlob glob) = forcelegal glob
 | 
				
			||||||
	forcelegal s
 | 
						forcelegal s
 | 
				
			||||||
		| Git.Ref.legal True s = s
 | 
							| Git.Ref.legal True s = s
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue