about summary refs log tree commit diff
path: root/ui-patch.c
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2013-03-03 16:45:14 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2013-03-04 09:12:55 -0500
commitfb5a37317de9532509b9c398916c0290212ae233 (patch)
tree985d502d8122b83657943ac756db8386aba8401a /ui-patch.c
parentui-plain.c: Use a context structure in walk_tree() (diff)
downloadcgit-pink-fb5a37317de9532509b9c398916c0290212ae233.tar.gz
cgit-pink-fb5a37317de9532509b9c398916c0290212ae233.zip
ui-tree.c: Pass current revision to print_object()
No longer access the global curr_rev variable in print_object().

This will make it easier to squash the curr_rev variable into a context
structure without having to pass the context to the print_object()
function.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to 'ui-patch.c')
0 files changed, 0 insertions, 0 deletions
ad30d9789e43d5f639f97fd4613b3edbf83fa&follow=1'>Remove unneeded includes in ui.cJune McEnroe 2022-02-19Reimplement tab completeJune McEnroe 2022-02-19Handle errors from editFn, etc.June McEnroe 2022-02-19Reimplement text macrosJune McEnroe 2022-02-19Factor out input handling to input.cJune McEnroe 2022-02-19Factor out window management to window.cJune McEnroe 2022-02-19Enable -Wmissing-prototypesJune McEnroe 2022-02-19Fix edit.[ch] license notice additional permissionsJune McEnroe 2022-02-19Run line editing testsJune McEnroe 2022-02-18Implement new line editing "library"June McEnroe 2022-02-18Simplify cursor positioning in inputJune McEnroe 2022-02-18Fix M-f orderingJune McEnroe 2022-02-12Move sandman build to scripts/MakefileJune McEnroe 2022-02-12Use compat_readpassphrase.c on LinuxJune McEnroe 2022-02-12Copy RPP defines from oconfigureJune McEnroe