summary refs log tree commit diff
path: root/etc/tf/cfg
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-05-07 22:40:21 -0400
committerJune McEnroe <june@causal.agency>2019-05-07 22:40:21 -0400
commitf4b7d09ddb35f014dc12e10ce4ed9f36fb67550a (patch)
tree5964928e796e04374d2528a4e5d5cd546433fbb5 /etc/tf/cfg
parentFix MANDIR typo (diff)
downloadsrc-f4b7d09ddb35f014dc12e10ce4ed9f36fb67550a.tar.gz
src-f4b7d09ddb35f014dc12e10ce4ed9f36fb67550a.zip
Add bit without build
Need to do some stuff in the Makefile for lex and yacc and generating
HTML pages for it.
Diffstat (limited to 'etc/tf/cfg')
0 files changed, 0 insertions, 0 deletions
9555f542cbe636479&follow=1'>ui-log.c: Several simplificationsLukas Fleischer * Use argv_array_pushf() for inserting formatted strings. * Remove unneeded static strings. * Replace "if" by "else if" for readability and speed. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08Use 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