Community
Participate
Working Groups
Build Identifier: I'm currently using 'moap changelog prepare' to create my ChangeLogs. Here's my workflow: * stage the files I'm ready to commit * run 'moap changelog prepare' * edit ChangeLog * run 'git diff <branch>' to double check the changes and the ChangeLog * copy the ChangeLog text from the diff * run 'git commit' * paste in the text from ChangeLog diff into the git commit log and clean it up (remove the +'s and spaces) * save the git commit file to complete the commit Once the ChangeLog plugin has support for git repositories, I'd like to have tighter integration between the two plugins. Here's one potential workflow: * stage the files I'm ready to commit * run git commit in Egit * a GNU style ChangeLog entry is created (using the ChangeLog Plugin) and automatically put into the Egit commit message editor * edit commit message * I can double check the changes from here * when I click the commit button, the commit message is automatically added to the top of the ChangeLog file which is included with the commit. Configuration Options To Consider: * enable / disable feature in its entirety OR * enable / disable automatic GNU style ChangeLog entry creation * enable / disable automatically adding commit message to ChangeLog file Reproducible: Always
Thanks for the excellent request, Ben! It sounds like something that could be done as a summer project by a student.
Re-assigning.
What is the status on Changelog + git/EGit ? The homepage lists "git and mercurial support" under future plans. https://www.eclipse.org/linuxtools/projectPages/changelog/ But https://bugs.eclipse.org/bugs/show_bug.cgi?id=355129 seems to indicate something is working with EGit ? Thanks for any input ! Martin