commit | 8082d8d3050e3fdd7b0f13c7a7b3ad68af7f478a | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Sep 21 00:18:27 2005 -0700 |
committer | Junio C Hamano <junkio@cox.net> | Sat Sep 24 23:50:44 2005 -0700 |
tree | 6939780586028325f91f5193c56ba42eafef179c | |
parent | 6b5ee137e56af8093391411389dd4b18416707ec [diff] |
Diff: -l<num> to limit rename/copy detection. When many paths are modified, rename detection takes a lot of time. The new option -l<num> can be used to disable rename detection when more than <num> paths are possibly created as renames. Signed-off-by: Junio C Hamano <junkio@cox.net>