]> git.ipfire.org Git - thirdparty/git.git/commit - diff.h
Diff: -l<num> to limit rename/copy detection.
authorJunio C Hamano <junkio@cox.net>
Wed, 21 Sep 2005 07:18:27 +0000 (00:18 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 25 Sep 2005 06:50:44 +0000 (23:50 -0700)
commit8082d8d3050e3fdd7b0f13c7a7b3ad68af7f478a
tree6939780586028325f91f5193c56ba42eafef179c
parent6b5ee137e56af8093391411389dd4b18416707ec
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>
Documentation/diff-options.txt
diff.c
diff.h
diffcore-rename.c
diffcore.h