Bug 425283 - Commit dialog may allow to add bug-url to commit message
Summary: Commit dialog may allow to add bug-url to commit message
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-10 07:03 EST by Markus Kuppe CLA
Modified: 2014-01-10 08:41 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Markus Kuppe CLA 2014-01-10 07:03:46 EST
Similar to the "add sign-off-by" button, please add another button to append the bug URL to the commit message (footer). E.g. "Bug-URL" should be added automatically based on the user provided "Bug 423212: ..." input (if the button is checked).

"
Bug 423212: Allow to inject OSGi BundleContext 

Bug-URL: https://bugs.eclipse.org/423212
Signed-off-by: Markus Alexander Kuppe <foo@bar.com>
"

The EGit commit dialog prefs should allow to define the template like e.g. "https://bugs.eclipse.org/${task.id}".

For background see the discussion around https://git.eclipse.org/r/#/c/20098/