]> git.proxmox.com Git - libgit2.git/commit
iterator: provide git_iterator_walk
authorEdward Thomson <ethomson@edwardthomson.com>
Wed, 24 Jun 2015 22:10:30 +0000 (18:10 -0400)
committerEdward Thomson <ethomson@edwardthomson.com>
Thu, 25 Jun 2015 22:34:37 +0000 (18:34 -0400)
commit8960dc1ec69dd87d33e99e5e26b9982132b05113
tree80fc9229ff7eed6b6354bedc1d241e6a17ada3b5
parent82b1c93d088319c4e385c11ce738b68103eab96c
iterator: provide git_iterator_walk

Provide `git_iterator_walk` to walk each iterator in lockstep,
returning each iterator's idea of the contents of the next path.
src/iterator.c
src/iterator.h
src/merge.c