libgit2/include
Carlos Martín Nieto a6bf16878a tree: allow the user to skip an entry or cancel the walk
Returning a negative cancels the walk, and returning a positive one
causes us to skip an entry, which was previously done by a negative
value.

This allows us to stay consistent with the rest of the functions that
take a callback and keeps the skipping functionality.
2012-08-13 14:07:47 +02:00
..
git2 tree: allow the user to skip an entry or cancel the walk 2012-08-13 14:07:47 +02:00
git2.h Add missing includes 2012-07-11 14:37:26 +02:00