mirror of
https://git.zx2c4.com/cgit
synced 2024-11-25 09:58:41 +00:00
add plain uncompressed tar snapshort format
time to make available snapshots selectable Signed-off-by: Michael Krelin <hacker@klever.net>
This commit is contained in:
parent
18a99bdf87
commit
86ca02231f
@ -60,7 +60,8 @@ static const struct snapshot_archive_t {
|
|||||||
} snapshot_archives[] = {
|
} snapshot_archives[] = {
|
||||||
{ ".zip", "application/x-zip", write_zip_archive },
|
{ ".zip", "application/x-zip", write_zip_archive },
|
||||||
{ ".tar.gz", "application/x-tar", write_tar_gzip_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,
|
void cgit_print_snapshot(struct cacheitem *item, const char *hex,
|
||||||
|
Loading…
Reference in New Issue
Block a user