From ef9406f079bf2ef9034ed07654dd9c9076c3074b Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 7 Jan 2019 00:20:07 -0500 Subject: Fix explore image URL --- explore.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/explore.html b/explore.html index 43ab9b1..6508cec 100644 --- a/explore.html +++ b/explore.html @@ -18,7 +18,7 @@

ssh torus@ascii.town

- +
-- cgit 1.4.1 name='id' value='66091f934a2d064ae55095cdc5ae008b43ea60fe'/>
DON'T USE THIS! --- web frontend for git
about summary refs log tree commit diff

path: root/cgit.h (unfollow)
Commit message (Collapse)Author
2006-12-11Let 'make install' clear all cachefilesLars Hjemli
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-11Fix cache algorithm loopholeLars Hjemli
This closes the door for unneccessary calls to cgit_fill_cache(). Noticed by Linus. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-10Add version identifier in generated filesLars Hjemli
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-10Add license file and copyright noticesLars Hjemli
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
2006-12-10Add caching infrastructureLars Hjemli