1. 30 Mar, 2011 6 commits
  2. 29 Mar, 2011 15 commits
  3. 28 Mar, 2011 4 commits
  4. 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
  5. 24 Mar, 2011 4 commits
  6. 23 Mar, 2011 8 commits
  7. 22 Mar, 2011 2 commits