mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	
							parent
							
								
									a78d006faa
								
							
						
					
					
						commit
						f81259fb34
					
				@ -193,7 +193,7 @@ EOF
 | 
				
			|||||||
    return 1
 | 
					    return 1
 | 
				
			||||||
  fi
 | 
					  fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  "$ZSH/tools/changelog.sh" "$version" "${2:-}" "$format"
 | 
					  ZSH="$ZSH" command zsh -f "$ZSH/tools/changelog.sh" "$version" "${2:-}" "$format"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function _omz::plugin {
 | 
					function _omz::plugin {
 | 
				
			||||||
 | 
				
			|||||||
@ -254,7 +254,7 @@ if LANG= git pull --quiet --rebase $remote $branch; then
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    # Print changelog to the terminal
 | 
					    # Print changelog to the terminal
 | 
				
			||||||
    if [[ $interactive == true && $verbose_mode == default ]]; then
 | 
					    if [[ $interactive == true && $verbose_mode == default ]]; then
 | 
				
			||||||
      "$ZSH/tools/changelog.sh" HEAD "$last_commit"
 | 
					      ZSH="$ZSH" command zsh -f "$ZSH/tools/changelog.sh" HEAD "$last_commit"
 | 
				
			||||||
    fi
 | 
					    fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if [[ $verbose_mode != silent ]]; then
 | 
					    if [[ $verbose_mode != silent ]]; then
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user