mirror of
https://github.com/git-for-windows/git.git
synced 2026-05-09 16:57:47 -05:00
We add the ability to filter the object types in the path-walk API so the callback function is called fewer times. This adds the ability to ask for the commits in a list, as well. Future changes will add the ability to visit annotated tags. Signed-off-by: Derrick Stolee <stolee@gmail.com>