diff --git a/doc/todo/warn_of_breaking_changes_same_way_git_does.mdwn b/doc/todo/warn_of_breaking_changes_same_way_git_does.mdwn new file mode 100644 index 0000000000..d0871534df --- /dev/null +++ b/doc/todo/warn_of_breaking_changes_same_way_git_does.mdwn @@ -0,0 +1 @@ +When git introduces a breaking change, it prints a warning describing the change and saying "to turn off this warning set advice.warnaboutthis=false". This adds the hassle of setting the config (once, globally), but the reduced confusion might be worth it.