Skip to content

ブランチの説明の過去ログ

TAKEUCHI Hiroaki edited this page Oct 23, 2018 · 2 revisions

master

v4.0.6 当時は下記のような修正をしていた。

$ git remote add Bunkerbewohner git@github.com:Bunkerbewohner/twitter4j.git
$ git fetch Bunkerbewohner TFJ-886

$ git remote add moko256 git@github.com:moko256/twitter4j.git
$ git fetch moko256

$ git remote add aniketdivekar git@github.com:aniketdivekar/twitter4j.git
$ git fetch aniketdivekar master

$ git remote add akshanshjain95 git@github.com:akshanshjain95/twitter4j.git
$ git fetch akshanshjain95 patch-2

$ git remote add IEnoobong git@github.com:IEnoobong/twitter4j.git
$ git fetch IEnoobong master

$ git remote add abhishek1203 git@github.com:abhishek1203/twitter4j.git
$ git fetch abhishek1203 master

# video support
$ git remote add dk8996 git@github.com:dk8996/twitter4j.git
$ git fetch dk8996 pr-chuncked-support

$ git remote add sportagraph git@github.com:sportagraph/twitter4j.git
$ git fetch sportagraph chunked-upload-support


$ git checkout master

$ git reset --hard f2ff1ea
$ git merge origin/support_attachment_url            #248 Support attachment_url
$ git merge Bunkerbewohner/TFJ-886                   #232 add "tweet_volume" to Trend
$ git merge origin/support_create_message            #260 Support direct messages events api (create message with attach media)
$ git merge moko256/add_size_of_profile_banner       #265 profile_bannerのURLを取得できるサイズの追加
$ git merge origin/add_size_of_profile_image_400x400 #271 add 400x400 size of profile image
$ git merge care_empty_string_of_profile_image       #275 care empty string of profile image url
$ git merge moko256/add_getter_of_okhttpclient       #274 AlternativeHttpClientImplのインスタンスからOkHttpClientを取得できるようにgetterの追加
$ git merge origin/support_quoted_status_permalink   #280 Support quoted_status_permalink
Clone this wiki locally