<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>open-nandra &#187; git</title>
	<atom:link href="http://open-nandra.com/tag/git/feed/" rel="self" type="application/rss+xml" />
	<link>http://open-nandra.com</link>
	<description>open source</description>
	<lastBuildDate>Thu, 09 Sep 2010 11:28:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to display percentage of changes in directories with git</title>
		<link>http://open-nandra.com/2010/02/how-to-display-percentage-of-changes-in-directory-with-git/</link>
		<comments>http://open-nandra.com/2010/02/how-to-display-percentage-of-changes-in-directory-with-git/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 11:59:14 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[HOW-TOs]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=331</guid>
		<description><![CDATA[I was always curious how Linus when release new -rc also add nice percentage directory changes output. Solution is very easy when you know git (and read manuals of course). You can display per directory changes with following command (will use for kernel): git diff --dirstat v2.6.33-rc8..HEAD Command make dirstat between -rc8 version and actual [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://open-nandra.com/wp-content/uploads/git-logo1.jpg"><img class="alignleft size-full wp-image-337" title="git-logo" src="http://open-nandra.com/wp-content/uploads/git-logo1.jpg" alt="git-logo" width="35" height="73" /></a><br />
I was always curious how Linus when release new -rc also add nice percentage directory changes output.</p>
<p>Solution is very easy when you know git (and read manuals of course).</p>
<p><span id="more-331"></span><br />
You can display per directory changes with following command (will use for kernel):</p>
<pre>git diff --dirstat v2.6.33-rc8..HEAD</pre>
<p>Command make dirstat between -rc8 version and actual version.</p>
<p>output:</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 103px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">4.4% arch/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 103px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">7.8% drivers/firewire/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 103px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">8.4% drivers/md/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 103px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">4.4% drivers/net/wireless/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 103px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">13.8% drivers/net/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 103px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">10.5% drivers/usb/core/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 103px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">3.6% drivers/usb/host/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 103px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">3.0% drivers/usb/serial/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 103px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">3.9% drivers/usb/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 103px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">4.6% drivers/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 103px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">8.1% fs/sysfs/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 103px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">11.4% kernel/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 103px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">3.3% net/ipv4/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 103px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">4.6% net/</div>
<p>4.4% arch/</p>
<p>7.8% drivers/firewire/</p>
<p>8.4% drivers/md/</p>
<p>4.4% drivers/net/wireless/</p>
<p>13.8% drivers/net/</p>
<p>10.5% drivers/usb/core/</p>
<p>3.6% drivers/usb/host/</p>
<p>3.0% drivers/usb/serial/</p>
<p>3.9% drivers/usb/</p>
<p>4.6% drivers/</p>
<p>8.1% fs/sysfs/</p>
<p>11.4% kernel/</p>
<p>3.3% net/ipv4/</p>
<p>4.6% net/</p>
<div>Easy <img src='http://open-nandra.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Good luck,</div>
<div>Marek</div>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2010/02/how-to-display-percentage-of-changes-in-directory-with-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repository for OMAP850 audio driver (update)</title>
		<link>http://open-nandra.com/2009/10/repository-for-omap850-audio-driver-update/</link>
		<comments>http://open-nandra.com/2009/10/repository-for-omap850-audio-driver-update/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 09:50:31 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[HTC]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=308</guid>
		<description><![CDATA[Because of previous storage doesn’t work I move linwizard kernel to github.com. You can find sources at: git://github.com/nandra/omap_850_kernel.git]]></description>
			<content:encoded><![CDATA[<p>Because of previous storage doesn’t work I move linwizard kernel to github.com.</p>
<p>You can find sources at: <a rel="#git-clone" href="git://github.com/nandra/omap_850_kernel.git">git://github.com/nandra/omap_850_kernel.git</a></p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2009/10/repository-for-omap850-audio-driver-update/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>First draft version linux iqrf programmer (update)</title>
		<link>http://open-nandra.com/2009/04/first-draft-version-linux-iqrf-programmer/</link>
		<comments>http://open-nandra.com/2009/04/first-draft-version-linux-iqrf-programmer/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 20:27:10 +0000</pubDate>
		<dc:creator>Marek Belisko</dc:creator>
				<category><![CDATA[Liqrf]]></category>
		<category><![CDATA[eeprom]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://open-nandra.com/?p=192</guid>
		<description><![CDATA[After some weeks of analyzing and testing I would like to announce first (pre &#8211; alpha) version of liqrf uploader. With current version you can successfully program flash and eeprom. It&#8217;s still under development but can be used for module FW upload. We still have some problems with eeprom programming but we&#8217;re hardly working on [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="margin: 5px;" title="module" src="http://www.iqrf.org/weben/imgpes/trans_modules.png" alt="" width="108" height="108" />After some weeks of analyzing and testing I would like to announce first (pre &#8211; alpha) version of <a href="http://open-nandra.com/?page_id=108" target="_self">liqrf</a> uploader. With current version you can successfully program flash and eeprom. It&#8217;s still under development but can be used for module FW upload. <span style="text-decoration: line-through;">We still have some problems with eeprom programming but we&#8217;re hardly working on this issue</span>.  <span style="text-decoration: line-through;">Program put a lot of printings to console just for debugging purposes.</span></p>
<p style="text-align: left;">
<p style="text-align: left;"><span id="more-192"></span></p>
<p>You can clone from this repo:</p>
<pre>git clone http://github.com/nandra/liqrf/tree/master liqrf</pre>
<p>Repo still contain also old spi example implementation. Current uploader version can be found at /liqrf directory.</p>
<p>Marek</p>
]]></content:encoded>
			<wfw:commentRss>http://open-nandra.com/2009/04/first-draft-version-linux-iqrf-programmer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
