KDE
KDevelop: Ask for Git user & email if none is configured
Details at: https://bugs.kde.org/show_bug.cgi?id=347351
Easy to test: Remove your Git user/mail credentials in the project you've open in KDevelop:
- git config user.email ""
- git config user.name ""
Then try to commit some changes in the project -> KDevelop fails
Code locations: kdevplatform.git:plugins/git/gitplugin.cpp
Check the GitPlugin::revert
function for inspiration how to pop up a message box. Similarly, this should be applied to GitPlugin::commit
.
Contact (IRC): kfunk @ #kdevelop/Freenode
Task tags
Students who completed this task
Cytadela8