]> git.proxmox.com Git - libgit2.git/commit - src/iterator.h
Minor iterator API cleanups
authorRussell Belfer <rb@github.com>
Tue, 8 Jan 2013 21:39:15 +0000 (13:39 -0800)
committerRussell Belfer <rb@github.com>
Tue, 15 Jan 2013 17:49:32 +0000 (09:49 -0800)
commit4b181037553601a0747ad39ccdd85ebd3b184055
tree1f4bb97ad79bd9f86337d372317e68f862fa1b3c
parentfacc0650b12655c9637732bb992d1053cd946057
Minor iterator API cleanups

In preparation for further iterator changes, this cleans up a few
small things in the iterator API:

* removed the git_iterator_for_repo_index_range API
* made git_iterator_free not be inlined
* minor param name and test function name tweaks
src/iterator.c
src/iterator.h
src/submodule.c
tests-clar/diff/iterator.c
tests-clar/status/worktree.c