about summary refs log tree commit diff
path: root/tests/t0010-validate-html.sh
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2011-07-21 14:23:50 +0000
committerLars Hjemli <hjemli@gmail.com>2011-07-21 14:24:10 +0000
commit654ebb55d4e436ad145061ffb87111cbfcd88565 (patch)
tree3a351d961191db02d96ed5a0d7ae9d94db46d14d /tests/t0010-validate-html.sh
parenthtml.c: avoid out-of-bounds access for url_escape_table (diff)
downloadcgit-pink-654ebb55d4e436ad145061ffb87111cbfcd88565.tar.gz
cgit-pink-654ebb55d4e436ad145061ffb87111cbfcd88565.zip
CGIT 0.9.0.2
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'tests/t0010-validate-html.sh')
0 files changed, 0 insertions, 0 deletions
"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