1. 14 Nov, 2013 1 commit
  2. 31 Mar, 2013 2 commits
  3. 23 Jan, 2013 1 commit
  4. 22 Jan, 2013 1 commit
  5. 17 Nov, 2012 1 commit
  6. 02 Nov, 2012 1 commit
    • tags: Fixed the tag parser to correctly treat the message field as optional. · 6bb9fea1
      This fix makes libgit2 capable of parsing annotated tag objects that lack
      the optional message/description field.
      Previously, libgit2 treated this field as mandatory and raised a tag_error on
      such tags. However, the message field is optional.
      
      An example of such a tag is refs/tags/v2.6.16.31-rc1 in Linux:
      
      $ git cat-file tag refs/tags/v2.6.16.31-rc1
      object afaa018cefb6af63befef1df7d8febaae904434f
      type commit
      tag v2.6.16.31-rc1
      tagger Adrian Bunk <bunk@stusta.de> 1162716505 +0100
      $
      Erik van Zijst committed
  7. 22 Sep, 2012 1 commit
  8. 17 May, 2012 1 commit
  9. 02 May, 2012 1 commit
  10. 01 Apr, 2012 2 commits
  11. 31 Mar, 2012 1 commit
  12. 30 Mar, 2012 2 commits