commit | 51e0d0a67b8d31e92d52e15b577afb079359ec63 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Sun Jun 22 00:27:46 2008 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Sun Jun 22 00:54:40 2008 -0700 |
tree | d48e6fe34e18dc7e4ad3c98f39be4fcf690a366d | |
parent | a1b32fdc3d1d05395f186bfa06e92174519dab8d [diff] |
rerere: remove dubious "tail_optimization" It is dubious if it is cheaper to shift entries repeatedly using memmove() to collect entries that needs to be written out in front of an array than simply marking the entries to be skipped. In addition, the label called this "tail optimization", but this obviously is not what people usually call with that name. Signed-off-by: Junio C Hamano <gitster@pobox.com>