comment out git unrecognized branch warning
This commit is contained in:
		@@ -26,7 +26,7 @@ function git_prompt() {
 | 
			
		||||
        else
 | 
			
		||||
            branchname=${fullbranchname}
 | 
			
		||||
            # output a warning to stderr, convenience for maintenance
 | 
			
		||||
            echo "warning: unrecognized branch type ${branchtype}" >&2
 | 
			
		||||
            #echo "warning: unrecognized branch type ${branchtype}" >&2
 | 
			
		||||
        fi
 | 
			
		||||
 | 
			
		||||
        print "%{$fg_bold[yellow]%}${branchname} %{$reset_color%}%{$fg[yellow]%}${commithash}"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user