about summary refs log tree commit diff
path: root/vector.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 /vector.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 'vector.c')
0 files changed, 0 insertions, 0 deletions
when guessing ref namesLukas Fleischer 2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld 2013-04-10t0109: chain operations with &&John Keeping 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer