1. 16 Dec, 2013 1 commit
    • Thomas Guyot-Sionnest's avatar
      Fix HTTP push to public repos · 843548cc
      Thomas Guyot-Sionnest authored
      When doing an HTTP push, git (as of v1.7.9) first do an info/refs
      request, and only if this request requires authentication it asks the
      user for its password and authenticates further requests.
      
      The initial request normally clears without auth on public repos as it
      doesn't update any ref. This patch forces every git-receive-pack
      requests to provide authentication.
      843548cc
  2. 04 Dec, 2013 19 commits
  3. 03 Dec, 2013 5 commits
  4. 02 Dec, 2013 15 commits