Skip to content
  • Andy Whitcroft's avatar
    Teach send-pack a mirror mode · 28b9d6e5
    Andy Whitcroft authored and Junio C Hamano's avatar Junio C Hamano committed
    
    
    Existing "git push --all" is almost perfect for backing up to
    another repository, except that "--all" only means "all
    branches" in modern git, and it does not delete old branches and
    tags that exist at the back-up repository that you have removed
    from your local repository.
    
    This teaches "git-send-pack" a new "--mirror" option.  The
    difference from the "--all" option are that (1) it sends all
    refs, not just branches, and (2) it deletes old refs you no
    longer have on the local side from the remote side.
    
    Original patch by Junio C Hamano.
    
    Signed-off-by: default avatarAndy Whitcroft <apw@shadowen.org>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    28b9d6e5