about summary refs log tree commit diff homepage
path: root/explore.html
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-25 01:11:34 -0400
committerJune McEnroe <june@causal.agency>2018-08-25 01:11:34 -0400
commita97e140a8042a67e6651d8e09f181e1645626e83 (patch)
tree9c8d75e09b6c110e6c7700e45058c5440fc133b7 /explore.html
parentShrink map (diff)
downloadtorus-a97e140a8042a67e6651d8e09f181e1645626e83.tar.gz
torus-a97e140a8042a67e6651d8e09f181e1645626e83.zip
Implement map rendering
Diffstat (limited to 'explore.html')
0 files changed, 0 insertions, 0 deletions
ct'>Use argv_array in place of vectorLukas Fleischer Instead of using our own vector implementation, use argv_array from Git which has been specifically designed for dynamic size argv arrays. Drop vector.h and vector.c which are no longer needed. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08ui-stats.c: Remove unused macroLukas Fleischer Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08scan-tree.c: Remove unused macroLukas Fleischer This is no longer needed since commit fb3655df (use struct strbuf instead of static buffers, 2013-04-06). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-09-14ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer Remove filepair_cb_raw() and all related functions. These are no longer needed. We now use Git's internal functions for raw diff formatting everywhere. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-09-14ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer