<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: The importance of commit messages</title>
	<atom:link href="http://wildbit.com/blog/2008/11/11/the-importance-of-commit-messages/feed/" rel="self" type="application/rss+xml" />
	<link>http://wildbit.com/blog/2008/11/11/the-importance-of-commit-messages/</link>
	<description>Thoughts on building web apps, businesses, and virtual teams</description>
	<lastBuildDate>Fri, 11 May 2012 16:40:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ????: ?????????Commit Message?? &#171; Passion Bean Lab</title>
		<link>http://wildbit.com/blog/2008/11/11/the-importance-of-commit-messages/comment-page-1/#comment-5166</link>
		<dc:creator>????: ?????????Commit Message?? &#171; Passion Bean Lab</dc:creator>
		<pubDate>Wed, 22 Feb 2012 04:25:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=280#comment-5166</guid>
		<description>[...] https://github.com/erlang/otp/wiki/Writing-good-commit-messages [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="https://github.com/erlang/otp/wiki/Writing-good-commit-messages" rel="nofollow">https://github.com/erlang/otp/wiki/Writing-good-commit-messages</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ????: ?????????Commit Message?? &#171; Passion Bean Lab</title>
		<link>http://wildbit.com/blog/2008/11/11/the-importance-of-commit-messages/comment-page-1/#comment-5165</link>
		<dc:creator>????: ?????????Commit Message?? &#171; Passion Bean Lab</dc:creator>
		<pubDate>Wed, 22 Feb 2012 04:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=280#comment-5165</guid>
		<description>[...] https://github.com/erlang/otp/wiki/Writing-good-commit-messages [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="https://github.com/erlang/otp/wiki/Writing-good-commit-messages" rel="nofollow">https://github.com/erlang/otp/wiki/Writing-good-commit-messages</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johan</title>
		<link>http://wildbit.com/blog/2008/11/11/the-importance-of-commit-messages/comment-page-1/#comment-4965</link>
		<dc:creator>Johan</dc:creator>
		<pubDate>Sun, 10 Apr 2011 18:09:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=280#comment-4965</guid>
		<description>Hmm, &quot;Trust me, you don’t want to be the dunce, who commits with blank messages, or with meaningless ones like “Fixes”. Your team will hate you&quot;. So what if you are a junior developer in the team and nobody but you use commit messages?</description>
		<content:encoded><![CDATA[<p>Hmm, &#8220;Trust me, you don’t want to be the dunce, who commits with blank messages, or with meaningless ones like “Fixes”. Your team will hate you&#8221;. So what if you are a junior developer in the team and nobody but you use commit messages?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Basishandelingen in Git (1) &#124; rekeeb.com &#124; insights in the realm of digital technology</title>
		<link>http://wildbit.com/blog/2008/11/11/the-importance-of-commit-messages/comment-page-1/#comment-4893</link>
		<dc:creator>Basishandelingen in Git (1) &#124; rekeeb.com &#124; insights in the realm of digital technology</dc:creator>
		<pubDate>Mon, 05 Jul 2010 17:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=280#comment-4893</guid>
		<description>[...] komt er feitelijk op neer dat wijzigingen permanent worden opgeslagen. Het is daarom van belang om heldere en zinvolle commit messages te schrijven. Zodat op een later stadium, als je bijvoorbeeld een oudere versie van bestand wilt [...]</description>
		<content:encoded><![CDATA[<p>[...] komt er feitelijk op neer dat wijzigingen permanent worden opgeslagen. Het is daarom van belang om heldere en zinvolle commit messages te schrijven. Zodat op een later stadium, als je bijvoorbeeld een oudere versie van bestand wilt [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pixel Acres &#187; Blog Archive &#187; Subversion for web development: Part 2</title>
		<link>http://wildbit.com/blog/2008/11/11/the-importance-of-commit-messages/comment-page-1/#comment-4779</link>
		<dc:creator>Pixel Acres &#187; Blog Archive &#187; Subversion for web development: Part 2</dc:creator>
		<pubDate>Sun, 27 Dec 2009 09:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=280#comment-4779</guid>
		<description>[...] It is good practice to accompany each commit with a descriptive message explaining the changes you have made. In a team environment commit log messages are a vital means of communicating with the rest of the team, but they are just as important for the solo developer. Well documented commits help you recall every change you make to your project, when you made it, and why.  Trust me, you don’t want to be the dunce, who commits with blank messages, or with meaningless ones like “Fixes”. Your team will hate you. You will hate yourself after a month, when trying to discover what the hell this code does in your brilliant project. &#8211;Petyo Ivanov, The importance of commit messages [...]</description>
		<content:encoded><![CDATA[<p>[...] It is good practice to accompany each commit with a descriptive message explaining the changes you have made. In a team environment commit log messages are a vital means of communicating with the rest of the team, but they are just as important for the solo developer. Well documented commits help you recall every change you make to your project, when you made it, and why.  Trust me, you don’t want to be the dunce, who commits with blank messages, or with meaningless ones like “Fixes”. Your team will hate you. You will hate yourself after a month, when trying to discover what the hell this code does in your brilliant project. &ndash;Petyo Ivanov, The importance of commit messages [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Leased Line to the Collective Unconscious &#187; Subversion for web design - how we do it @ Karyx</title>
		<link>http://wildbit.com/blog/2008/11/11/the-importance-of-commit-messages/comment-page-1/#comment-2718</link>
		<dc:creator>A Leased Line to the Collective Unconscious &#187; Subversion for web design - how we do it @ Karyx</dc:creator>
		<pubDate>Wed, 03 Dec 2008 16:31:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=280#comment-2718</guid>
		<description>[...] and here&#8217;s some advice on commenting your commits: http://www.wildbit.com/blog/2008/11/11/the-importance-of-commit-messages/ [...]</description>
		<content:encoded><![CDATA[<p>[...] and here&#8217;s some advice on commenting your commits: <a href="http://www.wildbit.com/blog/2008/11/11/the-importance-of-commit-messages/" rel="nofollow">http://www.wildbit.com/blog/2008/11/11/the-importance-of-commit-messages/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freelancer Pro-tip: Be on the Communication Offensive</title>
		<link>http://wildbit.com/blog/2008/11/11/the-importance-of-commit-messages/comment-page-1/#comment-2636</link>
		<dc:creator>Freelancer Pro-tip: Be on the Communication Offensive</dc:creator>
		<pubDate>Wed, 19 Nov 2008 21:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.wildbit.com/?p=280#comment-2636</guid>
		<description>[...] at Wildbit have written some of the best stuff about this, from using twitter for the team to using commit messages correctly. No matter what tool or technique you use, there&#8217;s one core concept that I think is the most [...]</description>
		<content:encoded><![CDATA[<p>[...] at Wildbit have written some of the best stuff about this, from using twitter for the team to using commit messages correctly. No matter what tool or technique you use, there&#8217;s one core concept that I think is the most [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

