• Show log

    Commit

  • Hash : aeba5e17
    Author : Carlos Martín Nieto
    Date : 2012-10-10T23:55:03

    http: don't discard the HEAD ref The fix for fetching from empty repositories (22935b06d protocol: don't store flushes; 2012-10-07) forgot to take into account the deletion of the flush pkt in the HTTP transport. As a result, the HEAD ref advertisement where we detect the remote's capabilities was deleted instead. Fix this.