From: Lars Hjemli Date: Mon, 21 Jul 2008 08:10:48 +0000 (+0200) Subject: Adjust to new calling convention for read_tree_recursive() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/566f92b27618f67f59cc3642e17d9cb9c12634fa?hp=566f92b27618f67f59cc3642e17d9cb9c12634fa Adjust to new calling convention for read_tree_recursive() In GIT-1.6.0, read_tree_recursive takes an extra void pointer for callback data. We might want to use this to avoid some global variables, but for now lets just make sure that we can still compile. Signed-off-by: Lars Hjemli ---