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://g...@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 _______________________________________________ Pgpool-hackers mailing list Pgpool-hackers@pgfoundry.org http://pgfoundry.org/mailman/listinfo/pgpool-hackers