summary refs log tree commit diff
path: root/www/photo.causal.agency/0079/film
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2024-12-28 15:40:40 -0500
committerJune McEnroe <june@causal.agency>2024-12-28 15:40:40 -0500
commitff3adddef3e8e28f67fbc7c0ccd15a76abae157d (patch)
tree30205d67e7aa39c314ed4232aae6280ce2406260 /www/photo.causal.agency/0079/film
parentAdd Tea with the Black Dragon (diff)
downloadsrc-ff3adddef3e8e28f67fbc7c0ccd15a76abae157d.tar.gz
src-ff3adddef3e8e28f67fbc7c0ccd15a76abae157d.zip
Add the past few months of rolls of film
Diffstat (limited to 'www/photo.causal.agency/0079/film')
0 files changed, 0 insertions, 0 deletions
ptocrack.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