&gt;&gt;also, how do u clone a particular git tree for a particular tag<br>&gt;&gt;for example<br>&gt;&gt;if i use git clone<br>&gt;&gt;git://<a href="http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitlinux-2.6" target="_blank">git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git<br>
linux-2.6</a><br>&gt;&gt;it will clone the linus latest tree but if i want to clone only till<br>&gt;&gt;rc4 or rc5 of his tree how to do it.<div><br></div><div>Once you clone, you get the entire source in the master branch.</div>
<div><br></div><div>git branch =&gt; will show which branch you are in currently</div><div><br></div><div>If you want to see the list of tags use =&gt; git tag -l</div><div><br></div><div>and then if you want to checkout a particular tag to a new branch created from the master, use</div>
<div>=&gt; git checkout -b v3.0-rc4</div><div><br></div><div>regards,</div><div>Calvin</div><div><br><br><div class="gmail_quote">On Thu, Jul 14, 2011 at 3:13 PM, RKK <span dir="ltr">&lt;<a href="mailto:kulkarni.ravi4@gmail.com">kulkarni.ravi4@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hi Prashant ,<br>
<div class="im">&gt;<br>
<br>
<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; If its a public mailing list then I use a newsgroup reader that will<br>
&gt;&gt;&gt; allow me to download the entire patch email as file and then use the<br>
&gt;&gt;&gt; git apply on it.<br>
&gt;&gt;&gt;<br>
&gt;&gt;  may i know which newsgroup reader u use and how to setup that? thanks.<br>
&gt;&gt;<br>
&gt;<br>
&gt; I use Pan News reader<br>
&gt;<br>
&gt; <a href="http://pan.rebelbase.com/" target="_blank">http://pan.rebelbase.com/</a><br>
&gt;<br>
&gt; Server : <a href="http://news.gmane.org" target="_blank">news.gmane.org</a><br>
&gt; Linux Kernel : <a href="http://news.gmane.org/gmane.linux.kernel" target="_blank">http://news.gmane.org/gmane.linux.kernel</a><br>
&gt;<br>
<br>
</div> thanks for that i have set up the pan news reader. i tried applying<br>
patch but it dint work.<br>
guess have to check git apply for that.<br>
also, how do u clone a particular git tree for a particular tag<br>
for example<br>
if i use git clone<br>
git://<a href="http://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
linux-2.6" target="_blank">git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git<br>
linux-2.6</a><br>
it will clone the linus latest tree but if i want to clone only till<br>
rc4 or rc5 of his tree how to do it.<br>
<br>
Warm Regards,<br>
Ravi Kulkarni.<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
Kernelnewbies mailing list<br>
<a href="mailto:Kernelnewbies@kernelnewbies.org">Kernelnewbies@kernelnewbies.org</a><br>
<a href="http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies" target="_blank">http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies</a><br>
</div></div></blockquote></div><br></div>