]> git.ipfire.org Git - thirdparty/git.git/blobdiff - trailer.h
Merge branch 'ab/pager-exit-log'
[thirdparty/git.git] / trailer.h
index cd93e7ddea789cb6c320af2a7b984bd6f8a8215f..795d2fccfd9579500b798ac667feef2ee549f4b4 100644 (file)
--- a/trailer.h
+++ b/trailer.h
@@ -71,8 +71,10 @@ struct process_trailer_options {
        int only_input;
        int unfold;
        int no_divider;
+       int key_only;
        int value_only;
        const struct strbuf *separator;
+       const struct strbuf *key_value_separator;
        int (*filter)(const struct strbuf *, void *);
        void *filter_data;
 };