X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=trailer.h;h=795d2fccfd9579500b798ac667feef2ee549f4b4;hb=92957d84271d8a54604df0a78c4318485c607ef6;hp=cd93e7ddea789cb6c320af2a7b984bd6f8a8215f;hpb=64971f0ac0200d3bb53cb19e7367cf57a40ae1fc;p=thirdparty%2Fgit.git diff --git a/trailer.h b/trailer.h index cd93e7ddea..795d2fccfd 100644 --- 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; };