Hi guys,<br><br>I&#39;ve updated my branch at github to reflect changes in code as suggested by Julien and also rectify the goof ups I made with my initial submission.<br><br>Julien, I would appreciate if you could verify if all is well now.<br>
<br>Thank you once again Peter for your help :)<br><br>Bye for now<br><br><div class="gmail_quote">On Fri, May 8, 2009 at 11:11 AM, Jeetu Golani <span dir="ltr">&lt;<a href="mailto:jeetu.golani@gmail.com">jeetu.golani@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Thank you so much Peter....truly appreciate it :)....will make necessary<br>
changes to the code and follow your steps and put it up again :)...thanks<br>
<div><div></div><div class="h5"><br>
On Thursday 07 May 2009, you wrote:<br>
&gt; (taking this off-list, since it&#39;s about git, not XCB)<br>
&gt;<br>
&gt; On Thu, May 7, 2009 at 3:01 AM, Jeetu Golani wrote:<br>
&gt; &gt; Peter :<br>
&gt; &gt;&gt; I sense you&#39;ve never used git before.<br>
&gt; &gt;<br>
&gt; &gt; Absolutely :)....sorry for the mess but at least I now know what not to<br>
&gt; &gt; do ;)....any help on doing this would be appreciated....I&#39;m quite new to<br>
&gt; &gt; it.<br>
&gt; &gt;<br>
&gt; &gt; Julien<br>
&gt; &gt;<br>
&gt; &gt;&gt;Well your tree does not have the full history of our libxcb, and is only<br>
&gt; &gt;&gt;a set of file. So this is kinda useless, it is just like throwing a<br>
&gt; &gt;&gt;tarball at our head.<br>
&gt; &gt;<br>
&gt; &gt; After cloning your devel tree I explicitly deleted the .git and<br>
&gt; &gt; .gitignore folders before uploading onto github...thinking it would lead<br>
&gt; &gt; to some sorta conflict.....I think that&#39;s what took off all the orignal<br>
&gt; &gt; history??<br>
&gt;<br>
&gt; Yes.<br>
&gt;<br>
&gt; After cloning the upstream git, simply &quot;git remote add myrepo<br>
&gt; &lt;github-ssh-url&gt;&quot;. Then, you can set up your mirror with &quot;git push<br>
&gt; myrepo master&quot;. Since you&#39;re overwriting your failed attempt, you may<br>
&gt; need to use --force the first time. After you&#39;ve confirmed that this<br>
&gt; works, you can apply your patches with &quot;git commit --interactive&quot; (or<br>
&gt; similar. See &quot;git help commit&quot; for details) and publish them with<br>
&gt; another &quot;git push myrepo master&quot;.<br>
&gt;<br>
&gt; No need to &quot;git init; git add .&quot;. That&#39;s just for starting up a brand<br>
&gt; new project, not for working with an already existing project.<br>
&gt;<br>
&gt; Peter Harris<br>
<br>
<br>
</div></div></blockquote></div><br>