]> granicus.if.org Git - cgit/commitdiff
add plain uncompressed tar snapshort format
authorMichael Krelin <hacker@klever.net>
Sat, 21 Jul 2007 00:14:35 +0000 (02:14 +0200)
committerMichael Krelin <hacker@klever.net>
Sat, 21 Jul 2007 00:14:35 +0000 (02:14 +0200)
time to make available snapshots selectable

Signed-off-by: Michael Krelin <hacker@klever.net>
ui-snapshot.c

index f623f3590efa28eaff13fa10bb09cc025492f11d..84bf8f7c1a9f9c87a8c84668ee33a5c685842128 100644 (file)
@@ -60,7 +60,8 @@ static const struct snapshot_archive_t {
 }      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,