[Pgpool-hackers] Migration to Git

Guillaume Lelarge guillaume at lelarge.info
Fri Oct 28 17:47:55 UTC 2011


On Fri, 2011-10-28 at 22:08 +0900, Tatsuo Ishii wrote:
> I have done the push.
> 
> $ git push origin master
> Counting objects: 5621, done.
> Delta compression using up to 4 threads.
> Compressing objects: 100% (1745/1745), done.
> Writing objects: 100% (5621/5621), 7.24 MiB | 86 KiB/s, done.
> Total 5621 (delta 3903), reused 5543 (delta 3844)
> To ssh://git@git.postgresql.org/pgpool2.git
>  * [new branch]      master -> master
> 
> But the result was not what I expected.
> 
> http://git.postgresql.org/gitweb/?p=pgpool2.git;a=summary
> 
> As you can see, there's no tag info. Only head...

I suppose you mean there are no branches up there. Because I already see
tags.

For branches, you need to push them one by one. You will have all the
branch names with:

  git branch

And then you have to push them, this way:

  git push V3_0_STABLE


-- 
Guillaume
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com



More information about the Pgpool-hackers mailing list