• J
    Allow git push to delete remote ref. · d4f694ba
    Junio C Hamano 提交于
    This allows you to say
    
    	git send-pack $URL :refs/heads/$branch
    
    to delete the named remote branch.  The refspec $src:$dst means
    replace the destination ref with the object known as $src on the
    local side, so this is a natural extension to make an empty $src
    mean "No object" to delete the target.
    Signed-off-by: NJunio C Hamano <junkio@cox.net>
    d4f694ba
send-pack.c 10.3 KB