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>
This commit is contained in:
Jeff King
2011-02-20 04:51:16 -05:00
committed by Junio C Hamano
parent 485445e22a
commit 3ac942d42e
2 changed files with 11 additions and 0 deletions

1
diff.h
View File

@ -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;