1. 15 Oct, 2012 1 commit
    • refs: loosen the OID parsing · 47f44b6e
      We used to require loose references to contain only an OID (possibly
      after trimming the string). This is however not enough for letting us
      lookup FETCH_HEAD, which can have a lot of content after the initial
      OID.
      
      Change the parsing rules so that a loose refernce must e at least 40
      bytes long and the 41st (if it's there) must be accepted by
      isspace(3). This makes the trim unnecessary, so only do it for
      symrefs. This fixes #977.
      Carlos Martín Nieto committed
  2. 14 Oct, 2012 1 commit
  3. 11 Oct, 2012 7 commits
  4. 10 Oct, 2012 4 commits
  5. 09 Oct, 2012 13 commits
  6. 08 Oct, 2012 7 commits
  7. 07 Oct, 2012 7 commits