all repos — cgit @ 86ca02231fc42a629c50abebcae3ea9d4d692979

a hyperfast web frontend for git written in c

add plain uncompressed tar snapshort format

time to make available snapshots selectable

Signed-off-by: Michael Krelin <hacker@klever.net>
Michael Krelin hacker@klever.net
Sat, 21 Jul 2007 02:14:35 +0200
commit

86ca02231fc42a629c50abebcae3ea9d4d692979

parent

18a99bdf879953307d6ae6eb56c2117a4c074b0d

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M ui-snapshot.cui-snapshot.c

@@ -60,7 +60,8 @@ write_archive_fn_t write_func;

} snapshot_archives[] = { { ".zip", "application/x-zip", write_zip_archive }, { ".tar.gz", "application/x-tar", write_tar_gzip_archive }, - { ".tar.bz2", "application/x-tar", write_tar_bzip2_archive } + { ".tar.bz2", "application/x-tar", write_tar_bzip2_archive }, + { ".tar", "application/x-tar", write_tar_archive } }; void cgit_print_snapshot(struct cacheitem *item, const char *hex,