libgit2/include
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
..
git2 replaced foreach() with non callback based iterations in git_config_backend 2013-08-08 11:14:53 +02:00
git2.h Fix example/log.c pathspec handling of merges 2013-07-10 20:50:32 +02:00