All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem with git-fetch
@ 2009-09-29 15:03 Premi, Sanjeev
  2009-09-29 18:52 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Premi, Sanjeev @ 2009-09-29 15:03 UTC (permalink / raw)
  To: linux-omap@vger.kernel.org

Hi all,

I did a git-pull today, but I am seeing inconsistency on the patches
being pulled on master.

When I browse the linux-omap tree in my browser, the history for
"arch/arm/plat-omap/include/mach/cpu.h at the URL shows as:

2009-08-19 	Felipe Balbi   arch: arm: omap: terminate ifndef
2009-08-18 	Tony Lindgren  OMAP: Fix incorrect 730 vs 850 detection
2009-08-10 	Tony Lindgren  OMAP: Fix testing of cpu defines for mach-omap1
...
URL : http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=history;f=arch/arm/plat-omap/include/mach/cpu.h;h=11e73d9e8928458adc5656add696d835cf330d7a;hb=d3505405a4b2d1659566db1b69ba2b554771efc6

But when I did git-pull, the history is:

#
# git-branch
* master
#
# git log --pretty=format:"%h : %s" arch/arm/plat-omap/include/mach/cpu.h
cd922049 : OMAP: Fix testing of cpu defines for mach-omap1
8e25ad9 : OMAP2/3: Add omap_type() for determining GP/EMU/HS
...

The top 2 commits are not visible!

Both the commits seem to be "present". I can view them via git-log.

Thinking it be be a problem with my local repo (though not sure what?);
I did a fresh clone of the repo:

# git clone git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git

But, 2 hours later, it is still the same result!!

# git-branch
* master
#
# git log --pretty=format:"%h : %s"
d350540 : Fix compile for omap3evm because of ehci branch mismerge
dbf3f0a : Merge branch 'omap7xx-fortony-rc1' of git://robotfuzz.com/linwizard-ke
6acfd68 : OMAP850: Fix zImage booting
6efe82e : OMAP850: PM: Add an ARCH_OMAP850 check
0a19200 : OMAP7XX: Clocks: Add ck_ref and armxor
#
#
# git log --pretty=format:"%h : %s" arch/arm/plat-omap/include/mach/cpu.h
cd922049 : OMAP: Fix testing of cpu defines for mach-omap1
8e25ad9 : OMAP2/3: Add omap_type() for determining GP/EMU/HS
...

Did anyone see this issue? OR can someone confirm that I am not alone?

Best regards,
Sanjeev

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

end of thread, other threads:[~2009-09-29 18:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-29 15:03 Problem with git-fetch Premi, Sanjeev
2009-09-29 18:52 ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.