<div dir="ltr">Hi sandro,<div>I have forked the postgis repository at <a href="https://github.com/mohitkharb/postgis" target="_blank" style="font-size:13px;font-family:Consolas,'Lucida Console',monospace;background-color:rgb(240,247,255)">https://github.com/mohitkharb/postgis</a> and am creating a pull request but its not happening.</div>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 25, 2014 at 4:26 PM, Sandro Santilli <span dir="ltr"><<a href="mailto:strk@keybit.net" target="_blank">strk@keybit.net</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Wed, Jun 25, 2014 at 03:56:58PM +0530, mohit kumar wrote:<br>
> Hi Sandro,<br>
> I have updated the trunk branch in my system already. Not able to send the<br>
> pull request as I have cloned the svn-trunk branch in my system. I dont<br>
> have my branch so not able to make a pull request. or should I push the<br>
> code on the "svn-trunk" branch?<br>
<br>
I guess you mean you don't have your github fork ?<br>
I'd recommend getting an online repository to easy operations in the future.<br>
Doesn't need to be on github, as long as I can access your branch :)<br>
hint: <a href="https://gitorious.org/" target="_blank">https://gitorious.org/</a><br>
<br>
Anyway for this time you could use git-format-patch(1).<br>
For example:<br>
<br>
  git format-patch origin/svn-trunk<br>
<br>
Or even git diff:<br>
<br>
  git diff origin/svn-trunk > spgist.patch<br>
<br>
And attach the patch to the trac ticket:<br>
<a href="http://trac.osgeo.org/postgis/ticket/1847" target="_blank">http://trac.osgeo.org/postgis/ticket/1847</a><br>
<br>
Note that git-format-patch would create a patch for each and every commit.<br>
I'd prefer a single file instead. You could squash-rebase your local branch<br>
against current official "svn-trunk" to obtain the single-file patch, which<br>
would be also recommended for the patch (to ensure it applies cleanly)<br>
<br>
Let me know if you need any help with git.<br>
Consider also asking in the #git IRC channel on freenode.<br>
<br>
--strk;<br>
<br>
<br>
> On Wed, Jun 25, 2014 at 3:25 PM, Sandro Santilli <<a href="mailto:strk@keybit.net">strk@keybit.net</a>> wrote:<br>
><br>
> > Mohit, any news about sp-gist indexes support on Geometry ?<br>
> > Midterm evaluation is due in 2 days ...<br>
> > I'm looking forward for a pull request adding that.<br>
> ><br>
> > --strk;<br>
> ><br>
> > On Wed, Jun 18, 2014 at 07:11:26PM +0530, mohit kumar wrote:<br>
> > > Thanks Strk,<br>
> > > Will revert back to you in a day.<br>
> > ><br>
> > > Regards,<br>
> > > Mohit<br>
> > > On Jun 18, 2014 6:56 PM, "Sandro Santilli" <<a href="mailto:strk@keybit.net">strk@keybit.net</a>> wrote:<br>
> > ><br>
> > > > On Wed, Jun 18, 2014 at 06:05:34PM +0530, mohit kumar wrote:<br>
> > > > > Hi Strk,<br>
> > > > > Can you give me some references on how to write a postGIS connector<br>
> >  and<br>
> > > > > what exactly do we want. I am getting confused in a lot of things.<br>
> > > ><br>
> > > > We want to be able to do:<br>
> > > ><br>
> > > > CREATE INDEX ON the_table USING spgist (the_geom);<br>
> > > ><br>
> > > > Then, (second step?):<br>
> > > ><br>
> > > > -- This query should use the spgist index<br>
> > > > EXPLAIN SELECT * FROM the_table WHERE the_geom && <small_bbox>;<br>
> > > ><br>
> > > > --strk;<br>
> > > ><br>
> ><br>
><br>
><br>
<span class="HOEnZb"><font color="#888888">><br>
> --<br>
> Mohit Kumar<br>
> +91-970-3840-175<br>
> Lab For Spatial Informatics<br>
> International Institute of Information Technology<br>
> Hyderabad, India<br>
<br>
> _______________________________________________<br>
> postgis-devel mailing list<br>
> <a href="mailto:postgis-devel@lists.osgeo.org">postgis-devel@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel" target="_blank">http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-devel</a><br>
<br>
<br>
--<br>
<br>
 ()  ASCII ribbon campaign  --  Keep it simple !<br>
 /\  <a href="http://strk.keybit.net/rants/ascii_mails.txt" target="_blank">http://strk.keybit.net/rants/ascii_mails.txt</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div><div>Mohit Kumar<div>+91-970-3840-175<div>Lab For Spatial Informatics<br>International Institute of Information Technology<br>Hyderabad, India</div>

</div></div></div>
</div>