You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The config `push.preventPushingFixupOrSquashCommits` has moved to `push.preventPushingFixupCommits`."
173
-
)
174
-
end
175
-
176
-
-- DEPRECATION (2025-01-13)
177
-
ifM.config.commit.conventionalCommitsthen
178
-
warn(
179
-
"The config `commit.conventionalCommits` has moved to `commit.subject.enforceType`, and `commit.conventionalCommits.keywords` was moved to `commit.subject.types`."
180
-
)
181
-
end
182
-
183
-
---@diagnosticenable:undefined-field
184
-
185
130
-- VALIDATE border `none` does not work with and title/footer used by this plugin
186
131
ifM.config.history.diffPopup.border=="none" orM.config.history.diffPopup.border=="" then
0 commit comments