[Pgpool-hackers] Migration to Git

Tatsuo Ishii ishii at sraoss.co.jp
Sat Oct 29 00:04:29 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.

Yes, laster on I found that I needed to do "git origin --tags".

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

I have no branch names except master?

$ git branch 
* master
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp


More information about the Pgpool-hackers mailing list