From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jaehoon Chung Date: Fri, 01 Apr 2016 09:59:22 +0900 Subject: [U-Boot] Problem of git clone with http Message-ID: <56FDC7EA.9040902@samsung.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi all, I have fetched the u-boot/master with http, not git. url = http://git.denx.de/u-boot.git When i saw the gitweb, it seems that v2016.03 was released.. But i can't pull and fetch anything with http.. $ git pull Already up-to-date. $ git show origin/master commit 077678eb0c226e52a1f90edabd3369ab26065b32 Merge: e69514c ab971e1 Author: Tom Rini Date: Tue Jan 12 18:12:42 2016 -0500 Merge git://git.denx.de/u-boot-dm $ git describe v2016.01-39-g077678e But on gitweb Merge branch 'master' of git://git.denx.de/u-boot-tegra master author Tom Rini Wed, 30 Mar 2016 02:33:13 +0900 (13:33 -0400) committer Tom Rini Wed, 30 Mar 2016 02:33:13 +0900 (13:33 -0400) commit 080c499df689e8c42df70de44502c0d71533dda8 There is difference..Does anybody know this problem? Now, i can't use git protocol. So i need to use the "http". I didn't test with "git" Best Regards, Jaehoon Chung