Hi guys,<br><br>I'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"><<a href="mailto:jeetu.golani@gmail.com">jeetu.golani@gmail.com</a>></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>
> (taking this off-list, since it's about git, not XCB)<br>
><br>
> On Thu, May 7, 2009 at 3:01 AM, Jeetu Golani wrote:<br>
> > Peter :<br>
> >> I sense you've never used git before.<br>
> ><br>
> > Absolutely :)....sorry for the mess but at least I now know what not to<br>
> > do ;)....any help on doing this would be appreciated....I'm quite new to<br>
> > it.<br>
> ><br>
> > Julien<br>
> ><br>
> >>Well your tree does not have the full history of our libxcb, and is only<br>
> >>a set of file. So this is kinda useless, it is just like throwing a<br>
> >>tarball at our head.<br>
> ><br>
> > After cloning your devel tree I explicitly deleted the .git and<br>
> > .gitignore folders before uploading onto github...thinking it would lead<br>
> > to some sorta conflict.....I think that's what took off all the orignal<br>
> > history??<br>
><br>
> Yes.<br>
><br>
> After cloning the upstream git, simply "git remote add myrepo<br>
> <github-ssh-url>". Then, you can set up your mirror with "git push<br>
> myrepo master". Since you're overwriting your failed attempt, you may<br>
> need to use --force the first time. After you've confirmed that this<br>
> works, you can apply your patches with "git commit --interactive" (or<br>
> similar. See "git help commit" for details) and publish them with<br>
> another "git push myrepo master".<br>
><br>
> No need to "git init; git add .". That's just for starting up a brand<br>
> new project, not for working with an already existing project.<br>
><br>
> Peter Harris<br>
<br>
<br>
</div></div></blockquote></div><br>