<?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: Getting just the tip of a Git repo</title>
	<atom:link href="http://weblog.masukomi.org/2008/03/13/getting-just-the-tip-of-a-git-repo/feed" rel="self" type="application/rss+xml" />
	<link>http://weblog.masukomi.org/2008/03/13/getting-just-the-tip-of-a-git-repo</link>
	<description>mah-soo-koh-me</description>
	<lastBuildDate>Sun, 01 Aug 2010 03:37:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Franz</title>
		<link>http://weblog.masukomi.org/2008/03/13/getting-just-the-tip-of-a-git-repo/comment-page-1#comment-1472</link>
		<dc:creator>Franz</dc:creator>
		<pubDate>Wed, 16 Jun 2010 23:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.masukomi.org/2008/03/13/getting-just-the-tip-of-a-git-repo#comment-1472</guid>
		<description>Hey, is there any way to just get a certain tag of a repository like that (best would be from a remote repository)?</description>
		<content:encoded><![CDATA[<p>Hey, is there any way to just get a certain tag of a repository like that (best would be from a remote repository)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakub Narebski</title>
		<link>http://weblog.masukomi.org/2008/03/13/getting-just-the-tip-of-a-git-repo/comment-page-1#comment-35</link>
		<dc:creator>Jakub Narebski</dc:creator>
		<pubDate>Fri, 14 Mar 2008 09:13:22 +0000</pubDate>
		<guid isPermaLink="false">http://weblog.masukomi.org/2008/03/13/getting-just-the-tip-of-a-git-repo#comment-35</guid>
		<description>By the way, if the repository administrator has enabled it, you can get archive of remote repository by providing &#039;--remote=&#039; option to git-archive. For example:
  git archive --remote=git://repo.or.cz/git.git HEAD &gt; git.tar

Actually it is possible to _clone_ repository without all the history by using so called &quot;shallow clone&quot;, i.e. by calling git-clone (or git-fetch) with &#039;--depth &#039; option. Note that if I remember correctly you cannot push from such a shallow clone to other non-shallow repository.</description>
		<content:encoded><![CDATA[<p>By the way, if the repository administrator has enabled it, you can get archive of remote repository by providing &#8216;&#8211;remote=&#8217; option to git-archive. For example:<br />
  git archive &#8211;remote=git://repo.or.cz/git.git HEAD &gt; git.tar</p>
<p>Actually it is possible to _clone_ repository without all the history by using so called &#8220;shallow clone&#8221;, i.e. by calling git-clone (or git-fetch) with &#8216;&#8211;depth &#8216; option. Note that if I remember correctly you cannot push from such a shallow clone to other non-shallow repository.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
