commit | 77085a616b0fe0eaba99dfe27247ae733f1570e9 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Mon May 02 10:36:36 2016 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Mon May 02 10:36:36 2016 -0700 |
tree | 1d74d8b4aea4c099957ddfe978875a70f095c249 | |
parent | d634d61ed6c5f19948937012b5e3a0ed2d631d3f [diff] |
diff: undocument the compaction heuristic knobs for experimentation It seems that people around here are all happy with the updated heuristics used to decide where the hunks are separated. Let's keep that as the default. Even though we do not expect too much trouble from the difference between the old and the new algorithms, just in case let's leave the implementation of the knobs to turn it off for emergencies. There is no longer need for documenting them, though. Signed-off-by: Junio C Hamano <gitster@pobox.com>