• Show log

    Commit

  • Hash : 965803d3
    Author : Stefan Sperling
    Date : 2021-09-28T20:55:16

    fix 'got fetch' downloading too many objects in some cases
    
    Always announce all local references to the server when fetching changes.
    We used to do this only in mirror mode. In regular mode only refs/tags
    and refs/remotes/origin were announced, which could result in unnecessary
    downloads if relevant objects exist in refs/heads or elsewhere.