libgit2/include/git2/sys
Nico von Geyso a603c19157 replaced foreach() with non callback based iterations in git_config_backend
new functions in struct git_config_backend:
  * iterator_new(...)
  * iterator_free(...)
  * next(...)

The old callback based foreach style can still be used with `git_config_backend_foreach_match`
2013-08-08 11:14:53 +02:00
..
commit.h commit: make create_from_oids() accept plain oid 2013-05-05 16:48:34 +02:00
config.h replaced foreach() with non callback based iterations in git_config_backend 2013-08-08 11:14:53 +02:00
index.h Clean up some documentation 2013-07-23 09:40:19 +02:00
odb_backend.h Move odb_backend implementors stuff into git2/sys 2013-04-21 11:50:55 -07:00
refdb_backend.h ...Aaaand this works 2013-05-30 03:47:10 +02:00
refs.h Clean up some documentation 2013-07-23 09:40:19 +02:00
repository.h repo: Add git_repository__cleanup 2013-04-24 15:52:58 +02:00