aboutsummaryrefslogtreecommitdiffstats
path: root/ui-snapshot.c
AgeCommit message (Collapse)AuthorFilesLines
2007-07-18add support for snapshot tarballsMichael Krelin1-28/+49
- reworked cgit_print_snapshot to use a list of supported archivers and pick one for the suffix supplied - moved printing of snaphot links into ui-snapshot and make it iterate through the said list
2007-02-08Add support for snapshotsLars Hjemli1-0/+47
Make a link from the commit viewer to a snapshot of the corresponding tree. Currently only zip-format is supported. Signed-off-by: Lars Hjemli <hjemli@gmail.com>