Martin Vladev <[email protected]> writes: > Signed-off-by: Martin Vladev <[email protected]> > ---
The reason why existing documentation marks this feature as experimental is because we would eventually want to end the experiment (and use the better heuristics, if the experiment yields one, unconditionally). Making it more discoverable by completing like this will make it harder to end the experiment, so I am moderately negative on this change. Thanks. > contrib/completion/git-completion.bash | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/contrib/completion/git-completion.bash > b/contrib/completion/git-completion.bash > index 3402475..55862d6 100644 > --- a/contrib/completion/git-completion.bash > +++ b/contrib/completion/git-completion.bash > @@ -2066,6 +2066,7 @@ _git_config () > core.whitespace > core.worktree > diff.autorefreshindex > + diff.compactionHeuristic > diff.external > diff.ignoreSubmodules > diff.mnemonicprefix -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html

