author | Jeff King <peff@peff.net> | |
Sun, 20 Feb 2011 09:51:16 +0000 (04:51 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 21 Feb 2011 18:24:07 +0000 (10:24 -0800) | ||
commit | 3ac942d42ebb1fb48e70d3e5a714d06396e3e2c6 | |
tree | 59dd09d58ee61f812011e4c51ed5800656368800 | tree | snapshot |
parent | 485445e22ab30e40a94ef5b59e46616912d01720 | commit | diff |
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>
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>
diff.h | diff | blob | history | |
diffcore-rename.c | diff | blob | history |