i18n: git-bisect gettext + echo message
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
		 Ævar Arnfjörð Bjarmason
					Ævar Arnfjörð Bjarmason
				
			
				
					committed by
					
						 Junio C Hamano
						Junio C Hamano
					
				
			
			
				
	
			
			
			 Junio C Hamano
						Junio C Hamano
					
				
			
						parent
						
							dcf9c2e57a
						
					
				
				
					commit
					d0238a88f5
				
			| @ -308,7 +308,7 @@ bisect_visualize() { | ||||
|  | ||||
| bisect_reset() { | ||||
| 	test -s "$GIT_DIR/BISECT_START" || { | ||||
| 		echo "We are not bisecting." | ||||
| 		gettext "We are not bisecting."; echo | ||||
| 		return | ||||
| 	} | ||||
| 	case "$#" in | ||||
| @ -414,7 +414,7 @@ bisect_run () { | ||||
|       fi | ||||
|  | ||||
|       if sane_grep "is the first bad commit" "$GIT_DIR/BISECT_RUN" > /dev/null; then | ||||
| 	  echo "bisect run success" | ||||
| 	  gettext "bisect run success"; echo | ||||
| 	  exit 0; | ||||
|       fi | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user