1. Oct 18, 2012
  2. Oct 17, 2012
  3. Oct 16, 2012
  4. Oct 15, 2012
    • Carlos Martín Nieto's avatar
      Fix leak in the tests · 7ae5ab56
      Carlos Martín Nieto authored
      Also introduce the slective ref trimming promised but also missed in
      the previous commit.
      7ae5ab56
    • Carlos Martín Nieto's avatar
      refs: loosen the OID parsing · 47f44b6e
      Carlos Martín Nieto authored
      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.
      47f44b6e
    • Philip Kelley's avatar
      Fix buffer overrun in git_buf_put_base64 · 9d9288f4
      Philip Kelley authored
      9d9288f4
  5. Oct 12, 2012
  6. Oct 11, 2012
  7. Oct 10, 2012