Doron Fediuck has uploaded a new change for review. Change subject: vdsm: Unifying engine and vdsm commit templates ......................................................................
vdsm: Unifying engine and vdsm commit templates As agreed in ovirt's arch mailing-list[1], we'd like the engine's commit template and vdsm conventions to agree on BZ referencing. This change adds a sample commit message template with a 'Bug-Id:', which matches the mentioned agreement. The way to use this sample is with: 'git commit -s -F vdsm-commit-template.txt -e'. Usage of the template is optional, and meant for convenience only. [1] http://lists.ovirt.org/pipermail/arch/2012-September/000838.html Change-Id: I9b8769fbf65ceab391443a4fbe2eb0fcdec5d6f4 Signed-off-by: Doron Fediuck <[email protected]> --- A vdsm-commit-template.txt 1 file changed, 7 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/99/7699/1 diff --git a/vdsm-commit-template.txt b/vdsm-commit-template.txt new file mode 100644 index 0000000..127f127 --- /dev/null +++ b/vdsm-commit-template.txt @@ -0,0 +1,7 @@ +<bootstrap | spec | libvirtvm | tc>: short summary under 50 chars + +Longer description using lines' length under 72 chars. + +With multiple paragraphs if necessary. + +Bug-Id: https://bugzilla.redhat.com/?????? -- To view, visit http://gerrit.ovirt.org/7699 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9b8769fbf65ceab391443a4fbe2eb0fcdec5d6f4 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Doron Fediuck <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
