Allow specifying --dirstat cut-off percentage as a floating point number
[gitweb.git] / diff.h
diff --git a/diff.h b/diff.h
index 6fe1597785761b0e6961910214a129a2dde5197f..90f491e9e7d9ba279ab2e172c132f36d2582f283 100644 (file)
--- a/diff.h
+++ b/diff.h
@@ -114,7 +114,7 @@ struct diff_options {
        int needed_rename_limit;
        int degraded_cc_to_c;
        int show_rename_progress;
-       int dirstat_percent;
+       int dirstat_permille;
        int setup;
        int abbrev;
        const char *prefix;