1. 02 Apr, 2011 2 commits
  2. 31 Mar, 2011 1 commit
  3. 29 Mar, 2011 13 commits
  4. 28 Mar, 2011 6 commits
  5. 25 Mar, 2011 1 commit
    • New external API method: `git_reference_listcb` · 09e8de0f
      List all the references in the repository, calling a custom
      callback for each one.
      
      The listed references may be filtered by type, or using
      a bitwise OR of several types. Use the magic value
      `GIT_REF_LISTALL` to obtain all references, including
      packed ones.
      
      The `callback` function will be called for each of the references
      in the repository, and will receive the name of the reference and
      the `payload` value passed to this method.
      Vicent Marti committed
  6. 24 Mar, 2011 4 commits
  7. 23 Mar, 2011 8 commits
  8. 22 Mar, 2011 5 commits