mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +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 |     return | ||||||
|   fi |   fi | ||||||
|   set -u |   set -u | ||||||
|  |  | ||||||
|   # Find all "vim-patch:xxx" tokens in the Nvim git log. |   # Find all "vim-patch:xxx" tokens in the Nvim git log. | ||||||
|   for token in $(list_vimpatch_tokens); do |  | ||||||
|     tokens[$token]=1 |  | ||||||
|   for token in $(list_vimpatch_tokens); do |   for token in $(list_vimpatch_tokens); do | ||||||
|     tokens[$token]=1 |     tokens[$token]=1 | ||||||
|   done |   done | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 zeertzjq
					zeertzjq