1. 26 5月, 2009 10 次提交
  2. 25 5月, 2009 4 次提交
  3. 21 5月, 2009 3 次提交
  4. 20 5月, 2009 1 次提交
    • J
      for-each-ref: fix segfault in copy_email · e64c1b00
      Jeff King 提交于
      You can trigger a segfault in git.git by doing:
      
        git for-each-ref --format='%(taggeremail)' refs/tags/v0.99
      
      The v0.99 tag is special in that it contains no "tagger"
      header.
      
      The bug is obvious in copy_email, which carefully checks to
      make sure the result of a strchr is non-NULL, but only after
      already having used it to perform other work. The fix is to
      move the check up.
      Signed-off-by: NJeff King <peff@peff.net>
      Signed-off-by: NJunio C Hamano <gitster@pobox.com>
      e64c1b00
  5. 18 5月, 2009 1 次提交
  6. 17 5月, 2009 12 次提交
  7. 16 5月, 2009 1 次提交
  8. 14 5月, 2009 2 次提交
  9. 13 5月, 2009 4 次提交
  10. 11 5月, 2009 2 次提交