Skip to content
  • Heiko Voigt's avatar
    remove the impression of unexpectedness when access is denied · 46284dd1
    Heiko Voigt authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    If a server accessed through ssh is denying access git will currently
    issue the message
    
    	"fatal: The remote end hung up unexpectedly"
    
    as the last line. This sounds as if something really ugly just happened.
    Since this is a quite typical situation in which users regularly get
    we do not say that if it happens at the beginning when reading the
    remote heads.
    
    If its in the very first beginning of reading the remote heads it is
    very likely an authentication error or a missing repository.
    
    If it happens later during reading the remote heads we still indicate
    that it happened during this initial contact phase.
    
    Signed-off-by: default avatarHeiko Voigt <hvoigt@hvoigt.net>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    46284dd1