Linux MIPS Architecture development
 help / color / mirror / Atom feed
* git caching(?) issues with http(s)
@ 2014-11-21 13:27 Jonas Gorski
  2014-11-21 13:41 ` Ralf Baechle
  0 siblings, 1 reply; 5+ messages in thread
From: Jonas Gorski @ 2014-11-21 13:27 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: John Crispin, MIPS Mailing List

Hi,

I noticed that git over http(s) seems to get stale data (just done a
few minutes ago):

~$ git clone http://git.linux-mips.org/pub/scm/ralf/upstream-sfr.git
Cloning into 'upstream-sfr'...
~$ cd upstream-sfr/
~/upstream-sfr$ git log -1
commit 475d5928b79bb78326a645863d46ff95c5e25e5a
Merge: c6b7b9f 1062080
Author: Ralf Baechle <ralf@linux-mips.org>
Date:   Sat Aug 2 00:07:03 2014 +0200

    Merge branch '3.16-fixes' into mips-for-linux-next

while using git:
~$git clone git://git.linux-mips.org/pub/scm/ralf/upstream-sfr.git sfr-git
Cloning into 'sfr-git'...
remote: Counting objects: 4487760, done.
remote: Compressing objects: 100% (686908/686908), done.
Receiving objects: 100% (4487760/4487760), 823.18 MiB | 47.58 MiB/s, done.
remote: Total 4487760 (delta 3795897), reused 4457674 (delta 3768509)
Resolving deltas: 100% (3795897/3795897), done.
~$ cd sfr-git
~/sfr-git$ git log -1
commit 8d3c99536e8ea7b5d0ca927982d88fa487b1bfe2
Merge: 884013a 3278c5a
Author: Ralf Baechle <ralf@linux-mips.org>
Date:   Fri Nov 21 01:13:48 2014 +0100

    Merge branch '3.18-fixes' into mips-for-linux-next


Jonas

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-22 11:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-21 13:27 git caching(?) issues with http(s) Jonas Gorski
2014-11-21 13:41 ` Ralf Baechle
2014-11-21 14:03   ` Jonas Gorski
2014-11-21 16:10     ` Ralf Baechle
2014-11-22 11:56       ` Jonas Gorski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox