User Tools

  • Logged in as: anonymous (anonymous)
  • Log Out

Site Tools


mantisbt:git_commit_messages

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
mantisbt:git_commit_messages [2014/05/30 06:11] – Added subtitles to Description section dregadmantisbt:git_commit_messages [2018/02/06 08:35] (current) – [Checklist] Bug reference examples dregad
Line 25: Line 25:
     * Description must be **understandable** for everyone     * Description must be **understandable** for everyone
   - **Bug reference**   - **Bug reference**
-    * Optional, but most commits should reference an issue in the [[http://mantisbt.org/bugs|bugtracker]], formatted for use by the **Source Integration** plugin+    * Optional, but most commits should reference an issue in the [[http://mantisbt.org/bugs|bugtracker]], formatted for use by the **Source Integration** plugin \\ e.g. ''Fixes #1234'', ''Issues #123, #456''
   - **Sign-off** if the commit's author is not a MantisBT core developer   - **Sign-off** if the commit's author is not a MantisBT core developer
  
Line 82: Line 82:
  
   * **vi/vim** <code>$ git config --global core.editor "vi -c ':set textwidth=72'"</code> and use the ''gq'' command to reflow the text, e.g. ''gqG'' from current line to end of file   * **vi/vim** <code>$ git config --global core.editor "vi -c ':set textwidth=72'"</code> and use the ''gq'' command to reflow the text, e.g. ''gqG'' from current line to end of file
 +
  
  
Line 102: Line 103:
   * give **credit** to the original author. \\ Use ''git commit --author='', or at least name the person in the text.   * give **credit** to the original author. \\ Use ''git commit --author='', or at least name the person in the text.
  
-  * be **signed off** by the committer if different from author (see [[below]])+  * be **signed off** by the committer if different from author (see [[git_commit_messages#sign-off|below]])
  
 === Formatting === === Formatting ===
Line 163: Line 164:
   * [[https://wiki.openstack.org/wiki/GitCommitMessage|OpenStack's GIT Commit Good Practice]]   * [[https://wiki.openstack.org/wiki/GitCommitMessage|OpenStack's GIT Commit Good Practice]]
   * [[http://who-t.blogspot.de/2009/12/on-commit-messages.html|Who-T blog on commit messages]]   * [[http://who-t.blogspot.de/2009/12/on-commit-messages.html|Who-T blog on commit messages]]
 +  * [[http://chris.beams.io/posts/git-commit/|How to Write a Git Commit Message?]]
  
 ===== To do ===== ===== To do =====
mantisbt/git_commit_messages.1401444702.txt.gz · Last modified: 2014/05/30 06:13 (external edit)

Driven by DokuWiki