]> git.cameronkatri.com Git - cgit.git/commit
ui-plain.c: Do not access match variable in print_*()
authorLukas Fleischer <cgit@cryptocrack.de>
Sun, 3 Mar 2013 16:10:19 +0000 (17:10 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Mon, 4 Mar 2013 14:12:54 +0000 (09:12 -0500)
commita6317505ead198c23925c93abbb0926f70e02861
tree79eea985f4622431a98e6d879a7b6b5b30e6f02d
parent41f9c4e2f66252c83c6524fa4a346839d4c454b2
ui-plain.c: Do not access match variable in print_*()

Move all code setting the match variable to walk_tree().

This allows for easily moving this variable into a context structure
without having to pass the context to print_*().

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