You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Bill Farner (JIRA)" <ji...@apache.org> on 2014/08/05 17:44:12 UTC

[jira] [Updated] (AURORA-635) Automatically sanitize git commit messages

     [ https://issues.apache.org/jira/browse/AURORA-635?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bill Farner updated AURORA-635:
-------------------------------

    Description: 
We've adopted an informal standard of formatting for git commit messages, using the output from {{rbt}} as a starting point.  One occasionally-missed manual step is to wrap the commit text at a consistent length.  I also propose that we always omit the "Testing done" section, which is ~always redundant or irrelevant to the commit.  The resulting commit format would be:

{noformat}
$message

[Bugs closed: $jira_id

]Reviewed at https://reviews.apache.org/r/$rb_id/

{noformat}

Where {{message}} is wrapped at 80 cols.

  was:
We've adopted an informal standard of formatting for git commit messages, using the output from {{rbt}} as a starting point.  One occasionally-missed manual step is to wrap the commit text at a consistent length.  I also propose that we always omit the "Testing done" section, which is ~always redundant or irrelevant to the commit.  The resulting commit format would be:

{noformat}
$message

[Bugs closed: $jira_id

]Reviewed at https://reviews.apache.org/r/$rb_id/

{noformat}

Where {{message} is wrapped at 80 cols.


> Automatically sanitize git commit messages
> ------------------------------------------
>
>                 Key: AURORA-635
>                 URL: https://issues.apache.org/jira/browse/AURORA-635
>             Project: Aurora
>          Issue Type: Story
>            Reporter: Bill Farner
>            Priority: Minor
>              Labels: newbie
>
> We've adopted an informal standard of formatting for git commit messages, using the output from {{rbt}} as a starting point.  One occasionally-missed manual step is to wrap the commit text at a consistent length.  I also propose that we always omit the "Testing done" section, which is ~always redundant or irrelevant to the commit.  The resulting commit format would be:
> {noformat}
> $message
> [Bugs closed: $jira_id
> ]Reviewed at https://reviews.apache.org/r/$rb_id/
> {noformat}
> Where {{message}} is wrapped at 80 cols.



--
This message was sent by Atlassian JIRA
(v6.2#6252)