libgit2/include/git2
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
..
blob.h Do not return on void helper methods 2011-03-23 15:44:52 +02:00
commit.h Do not return on void helper methods 2011-03-23 15:44:52 +02:00
common.h common.h: Fix minor typos 2011-03-23 18:55:41 +02:00
errors.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00
index.h index.h: Fix minor typo 2011-03-25 00:49:47 +02:00
object.h I broke your bindings 2011-03-20 21:45:11 +02:00
odb_backend.h Remove circular dependency in includes 2011-03-23 20:18:34 +02:00
odb.h odb.h: Fix minor typo 2011-03-23 18:55:44 +02:00
oid.h Add git_oid_shorten (unique OID minimzer) 2011-03-14 23:36:10 +02:00
refs.h New external API method: git_reference_listcb 2011-03-25 23:53:38 +02:00
repository.h Remove git_repository_gc from the headers 2011-03-23 15:40:47 +02:00
revwalk.h Fix headers for the new Revision Walker 2011-03-16 23:59:09 +02:00
signature.h Switch from time_t to git_time_t 2011-03-23 00:07:58 +02:00
tag.h Do not return on void helper methods 2011-03-23 15:44:52 +02:00
thread-utils.h Thread safe cache 2011-03-20 21:45:06 +02:00
tree.h Do not return on void helper methods 2011-03-23 15:44:52 +02:00
types.h Fix compilation in MinGW 2011-03-23 01:58:18 +02:00
zlib.h Move the external includes folder from src to include 2011-03-03 20:23:53 +02:00