Merge branch 'pw/3.0-commentchar-auto-deprecation'
"core.commentChar=auto" that attempts to dynamically pick a suitable comment character is non-workable, as it is too much trouble to support for little benefit, and is marked as deprecated. * pw/3.0-commentchar-auto-deprecation: commit: print advice when core.commentString=auto config: warn on core.commentString=auto breaking-changes: deprecate support for core.commentString=auto
This commit is contained in:
@@ -1379,6 +1379,9 @@ int cmd_merge(int argc,
|
||||
show_usage_with_options_if_asked(argc, argv,
|
||||
builtin_merge_usage, builtin_merge_options);
|
||||
|
||||
#ifndef WITH_BREAKING_CHANGES
|
||||
warn_on_auto_comment_char = true;
|
||||
#endif /* !WITH_BREAKING_CHANGES */
|
||||
prepare_repo_settings(the_repository);
|
||||
the_repository->settings.command_requires_full_index = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user