aboutsummaryrefslogtreecommitdiff
path: root/diff.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2011-02-20 04:51:16 -0500
committerJunio C Hamano <gitster@pobox.com>2011-02-21 10:24:07 -0800
commit3ac942d42ebb1fb48e70d3e5a714d06396e3e2c6 (patch)
tree59dd09d58ee61f812011e4c51ed5800656368800 /diff.h
parent485445e22ab30e40a94ef5b59e46616912d01720 (diff)
downloadgit-3ac942d42ebb1fb48e70d3e5a714d06396e3e2c6.tar.gz
git-3ac942d42ebb1fb48e70d3e5a714d06396e3e2c6.tar.xz
add inexact rename detection progress infrastructure
We might spend many seconds doing inexact rename detection with no output. It's nice to let the user know that something is actually happening. This patch adds the infrastructure, but no callers actually turn on progress reporting. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diff.h')
-rw-r--r--diff.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/diff.h b/diff.h
index f774c9ab5..9585e41ae 100644
--- a/diff.h
+++ b/diff.h
@@ -111,6 +111,7 @@ struct diff_options {
int rename_score;
int rename_limit;
int needed_rename_limit;
+ int show_rename_progress;
int dirstat_percent;
int setup;
int abbrev;