libgit2/include
Vicent Marti 09e8de0f38 New external API method: git_reference_listcb
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.
2011-03-25 23:53:38 +02:00
..
git2 New external API method: git_reference_listcb 2011-03-25 23:53:38 +02:00
git2.h libgit2 version 0.10.0, "very disco" 2011-03-15 00:02:29 +02:00