mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	build(vim-patch.sh): use 7 hex digits for runtime patch file name (#29940)
7 digits are used in commit message, so also using this in patch file name allows its proper deletion on PR creation.
This commit is contained in:
		| @@ -156,7 +156,7 @@ assign_commit_details() { | |||||||
|     local munge_commit_line=true |     local munge_commit_line=true | ||||||
|   else |   else | ||||||
|     # Interpret parameter as commit hash. |     # Interpret parameter as commit hash. | ||||||
|     vim_version="${1:0:12}" |     vim_version="${1:0:7}" | ||||||
|     vim_tag= |     vim_tag= | ||||||
|     vim_commit_ref="$vim_version" |     vim_commit_ref="$vim_version" | ||||||
|     local munge_commit_line=false |     local munge_commit_line=false | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 zeertzjq
					zeertzjq