]> git.ipfire.org Git - thirdparty/git.git/blobdiff - archive.h
archive: expand only a single %(describe) per archive
[thirdparty/git.git] / archive.h
index 33551b7ee17be6adf9c16221ef1f605dbf8d477c..49fab71aaf649e1d5576f359eec8dcc0c096bf22 100644 (file)
--- a/archive.h
+++ b/archive.h
@@ -5,6 +5,7 @@
 #include "pathspec.h"
 
 struct repository;
+struct pretty_print_context;
 
 struct archiver_args {
        struct repository *repo;
@@ -22,6 +23,7 @@ struct archiver_args {
        unsigned int convert : 1;
        int compression_level;
        struct string_list extra_files;
+       struct pretty_print_context *pretty_ctx;
 };
 
 /* main api */