added todo "warn of breaking changes same way git does"

This commit is contained in:
Ilya_Shlyakhter 2019-10-24 22:05:46 +00:00 committed by admin
parent 3d0330a555
commit cd482f3cd6

View file

@ -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.