X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=diff.h;h=b48c9914e7e3802d17870bbc0fd68c454fded61c;hb=e70866f53a8d31cde6cfff6396ba0d1f64029afb;hp=3435fe7b3f868ff1cefd5a20a3409993ce0a413b;hpb=2b83ade9778552526abbe34ae03a57da52a7433d;p=git.git diff --git a/diff.h b/diff.h index 3435fe7b3..b48c9914e 100644 --- a/diff.h +++ b/diff.h @@ -69,6 +69,9 @@ struct diff_options { const char *stat_sep; long xdl_opts; + int stat_width; + int stat_name_width; + int nr_paths; const char **paths; int *pathlens;