From: Jeff King Date: Sun, 20 Feb 2011 09:51:16 +0000 (-0500) Subject: add inexact rename detection progress infrastructure X-Git-Tag: v1.7.5-rc0~60^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3ac942d42ebb1fb48e70d3e5a714d06396e3e2c6?hp=3ac942d42ebb1fb48e70d3e5a714d06396e3e2c6 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 Signed-off-by: Junio C Hamano ---