• S
    "remote update": print remote name being fetched from · 3000658f
    Samuel Tardieu 提交于
    When the other end has dangling symref, "git fetch" issues an error
    message but that is not grave enough to cause the fetch process to fail.
    As the result, the user will see something like this:
    
        $ git remote update
        error: refs/heads/2.0-uobjects points nowhere!
    
    "remote update" used to report which remote it is fetching from, like
    this:
    
        $ git remote update
        Updating core
        Updating matthieu
        error: refs/heads/2.0-uobjects points nowhere!
        Updating origin
    
    This reinstates the message "Updating <name>" in "git remote update".
    Signed-off-by: NSamuel Tardieu <sam@rfc1149.net>
    Signed-off-by: NJunio C Hamano <gitster@pobox.com>
    3000658f
builtin-remote.c 14.8 KB