]> git.ipfire.org Git - thirdparty/git.git/blobdiff - archive.h
Merge branch 'rs/hashwrite-be64'
[thirdparty/git.git] / archive.h
index 82b226011abb60e017cba0bcda355f1a6af6aa5e..e3d04e8ab313d2a86f7c040492999bf43d0874e8 100644 (file)
--- a/archive.h
+++ b/archive.h
@@ -36,6 +36,7 @@ const char *archive_format_from_filename(const char *filename);
 
 #define ARCHIVER_WANT_COMPRESSION_LEVELS 1
 #define ARCHIVER_REMOTE 2
+#define ARCHIVER_HIGH_COMPRESSION_LEVELS 4
 struct archiver {
        const char *name;
        int (*write_archive)(const struct archiver *, struct archiver_args *);