mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-03 17:24:29 +00:00 
			
		
		
		
	build(vim-patch.sh): dereference annotated tags when listing (#25042)
This commit is contained in:
		@@ -565,10 +565,8 @@ _set_tokens_and_tags() {
 | 
			
		||||
    return
 | 
			
		||||
  fi
 | 
			
		||||
  set -u
 | 
			
		||||
 | 
			
		||||
  # Find all "vim-patch:xxx" tokens in the Nvim git log.
 | 
			
		||||
  for token in $(list_vimpatch_tokens); do
 | 
			
		||||
    tokens[$token]=1
 | 
			
		||||
 | 
			
		||||
  # Find all "vim-patch:xxx" tokens in the Nvim git log.
 | 
			
		||||
  for token in $(list_vimpatch_tokens); do
 | 
			
		||||
    tokens[$token]=1
 | 
			
		||||
  done
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user