]> granicus.if.org Git - cgit/commit
Adjust to new calling convention for read_tree_recursive()
authorLars Hjemli <larsh@hatman.(none)>
Mon, 21 Jul 2008 08:10:48 +0000 (10:10 +0200)
committerLars Hjemli <larsh@hatman.(none)>
Mon, 21 Jul 2008 08:10:48 +0000 (10:10 +0200)
commit566f92b27618f67f59cc3642e17d9cb9c12634fa
tree3945996da0cce9a348a803d91c87df4e303c178b
parentd2eb4fddb0fb7cd1751debcff6fe1219b9c619c8
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 <hjemli@gmail.com>
ui-blob.c
ui-tree.c