]> gitweb.ps.run Git - ps-cgit/commit
ui-tree.c: Use a context structure in walk_tree()
authorLukas Fleischer <cgit@cryptocrack.de>
Sun, 3 Mar 2013 16:22:30 +0000 (17:22 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 4 Mar 2013 14:12:55 +0000 (09:12 -0500)
commit210a5711ad8135de025b1a058079eead3d680a67
treeae8f59c0b2e73a4a708afe9f81cbc727270ad047
parentbfe576624541febd6005ad6a4633680369a7dc34
ui-tree.c: Use a context structure in walk_tree()

Use the context pointer to pass context information instead of misusing
global variables, as we already did in "ui-blob.c" and in "ui-plain.c".

In addition to the fixes to walk_tree(), pass the same structure to
ls_tree() and ls_item() which is read_tree_recursive()-based as well.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
ui-tree.c