<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://gwiki3.thatlinuxbox.com/index.php?action=history&amp;feed=atom&amp;title=Commit_Messages</id>
		<title>Commit Messages - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://gwiki3.thatlinuxbox.com/index.php?action=history&amp;feed=atom&amp;title=Commit_Messages"/>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Commit_Messages&amp;action=history"/>
		<updated>2026-04-05T12:32:18Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.5</generator>

	<entry>
		<id>http://gwiki3.thatlinuxbox.com/index.php?title=Commit_Messages&amp;diff=5775&amp;oldid=prev</id>
		<title>Dirk: Some initial guidelines for writing commit messages</title>
		<link rel="alternate" type="text/html" href="http://gwiki3.thatlinuxbox.com/index.php?title=Commit_Messages&amp;diff=5775&amp;oldid=prev"/>
				<updated>2010-03-13T13:08:50Z</updated>
		
		<summary type="html">&lt;p&gt;Some initial guidelines for writing commit messages&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Writing Good Commit Messages ==&lt;br /&gt;
&lt;br /&gt;
A commit message should provide a short summary of the change that was made with the commit and why. You should be able to take a look at the [http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/shortlog list of recent commits] and get an idea what was changed and why.&lt;br /&gt;
&lt;br /&gt;
=== What was changed? ===&lt;br /&gt;
&lt;br /&gt;
Don't just write &amp;quot;fixed problem&amp;quot;. Summarize the problem and/or the fix. If there is an issue in the bugtracker that you're addressing with this commit (even if only partially), include it in the commit message. For example:&lt;br /&gt;
&lt;br /&gt;
:Fixed sort by date in search results (bug #0001002)&lt;br /&gt;
&lt;br /&gt;
This is short and to the point. If you need any more information about the issue, you can look up the bug report in the bugtracker.&lt;br /&gt;
&lt;br /&gt;
Commit messages should be in English and use &amp;quot;plain ASCII&amp;quot; (no national special characters).&lt;br /&gt;
&lt;br /&gt;
=== Credits ===&lt;br /&gt;
&lt;br /&gt;
The committer is automatically credited by Mercurial, so there's no need to add your name in the commit message. If you make a commit on somebody else's behalf, e.g. a patch, then include the contributor's name in the commit message, e.g.&lt;br /&gt;
&lt;br /&gt;
:Send correct content type and character set header in the install script (bug #0000964, patch provided by taca)&lt;br /&gt;
&lt;br /&gt;
Note: We encourage contributors to send in [[Submitting Patches|patches]] using Mercurial's &amp;lt;tt&amp;gt;export&amp;lt;/tt&amp;gt; command so that they will be listed as the actual author of the patch (instead of the person committing the patch).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]&lt;/div&gt;</summary>
		<author><name>Dirk</name></author>	</entry>

	</feed>