[git-users] http.savecookies option didn't work?

2016-10-26 Thread Makson Lee
tried the following command, but no cookie file was produced, did i do anything wrong? $ git init $ git config http.cookieFile cookie.txt $ git config http.saveCookies true $ git fetch http://gerrit.domain:8080/p/test master Username for 'http://gerrit.domain:8080': user Password for

[git-users] git fetch tags is very slow with version 2.14.2 but 2.7.4

2017-10-04 Thread Makson Lee
with version 2.7.4: $ git init $ time git fetch git://codeaurora.org/platform/manifest.git --tags +refs/heads/*:refs/remotes/origin/* real0m35.311s user0m41.632s sys 0m5.204s with version 2.14.2: $ git init $ time git fetch git://codeaurora.org/platform/manifest.git --tags

[git-users] Re: git fetch tags is very slow with version 2.14.2 but 2.7.4

2017-11-06 Thread Makson Lee
seems been fixed in version 2.15.0 On Thursday, October 5, 2017 at 11:10:35 AM UTC+8, Makson Lee wrote: > > with version 2.7.4: > > $ git init > $ time git fetch git://codeaurora.org/platform/manifest.git --tags > +refs/heads/*:refs/remotes/origin/* > > real0m35.