From cd482f3cd6b6cc6dc09f780a51bbdd29f0576aab Mon Sep 17 00:00:00 2001 From: Ilya_Shlyakhter Date: Thu, 24 Oct 2019 22:05:46 +0000 Subject: [PATCH] added todo "warn of breaking changes same way git does" --- doc/todo/warn_of_breaking_changes_same_way_git_does.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/todo/warn_of_breaking_changes_same_way_git_does.mdwn 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.