I want to use the --compaction-heuristic option in my global git configuration file. This is a variant of the git log command:
- sealing-heuristic
- no-sealing-heuristic
This helps debug and tune the experimental heuristic (which is disabled by default), which shifts the hunk border, trying to make reading the resulting patch easier.
The git documentation suggests adding configuration settings similar to this example:
git config --global core.editor emacs
The git log documentation does not contain anything that indicates what should be this configuration value - so what is it and where will I find a specification that explains the format of the string:
git config --global [magic to enable compaction evacuation here]
This git function is now removed anyway
source share