Re: [U-Boot] problem doing rebase in fresh git.denx.de/u-boot.git clone

2008-12-12 Thread Wolfgang Denk
Dear "Peter Vollmer", In message you wrote: > > 1) Lets say this is a simplified part of the commit log after I cloned the > repo and created my branch with "git checkout -b bisect v2008.10" But that's wrong. You said, you patches were based on v1.3.3 - then you must branch off v1.3.3:

Re: [U-Boot] problem doing rebase in fresh git.denx.de/u-boot.git clone

2008-12-12 Thread Peter Vollmer
Dear Wolfgang, On Thu, 11 Dec 2008 21:54:13 +0100, Wolfgang Denk wrote: > In message you wrote: >> > What exactly do you expect this command to do? > You showed us a sequence of two commands: git-clone followed by > git-rebase, and complain that it doesn't wor as expected. > > You are missi

Re: [U-Boot] problem doing rebase in fresh git.denx.de/u-boot.git clone

2008-12-11 Thread Wolfgang Denk
Dear Peter, In message you wrote: > > >> ~$ git clone git://git.denx.de/u-boot.git > > ... > >> ~/uboot$ git rebase v1.3.3 > > > > What exactly do you expect this command to do? > > I have some patches that apply against v1.3.3 and work fine. Moving > them to v2008.10 did not work so far, so I

Re: [U-Boot] problem doing rebase in fresh git.denx.de/u-boot.git clone

2008-12-11 Thread Peter Vollmer
On Thu, 11 Dec 2008 17:01:57 +0100, Wolfgang Denk <[EMAIL PROTECTED]> wrote: >> ~$ git clone git://git.denx.de/u-boot.git > ... >> ~/uboot$ git rebase v1.3.3 > > What exactly do you expect this command to do? I have some patches that apply against v1.3.3 and work fine. Moving them to v2008.10 did

Re: [U-Boot] problem doing rebase in fresh git.denx.de/u-boot.git clone

2008-12-11 Thread Wolfgang Denk
Dear "Peter Vollmer", In message <[EMAIL PROTECTED]> you wrote: > Hi all, > > I just tried to do a git bisect in my clone of the u-boot git repo > to trace some commits in the past, but I noticed there > is a problem doing a rebase in an unchanged fresh > clone of git.denx.de/u-boot.git. Thats wh

[U-Boot] problem doing rebase in fresh git.denx.de/u-boot.git clone

2008-12-11 Thread Peter Vollmer
Hi all, I just tried to do a git bisect in my clone of the u-boot git repo to trace some commits in the past, but I noticed there is a problem doing a rebase in an unchanged fresh clone of git.denx.de/u-boot.git. Thats what I did: ~$ git --version git version 1.5.6.5 ~$ git clone git://git.denx.