2014-02-11 20:29:31

by Paul Bolle

[permalink] [raw]
Subject: What commit dropped config PLAT_SPEAR_SINGLE?

0) config PLAT_SPEAR_SINGLE was added in commit 5b65fc560398 ("ARM:
spear: use multiplatform configuration options."). That commit was added
in the v3.10 release cycle.

1) But in v3.10 config PLAT_SPEAR_SINGLE was already gone.

2) But I can't figure out which commit removed it. I guess it's some
merge commit that somehow is not included when I do (tree wide) "git log
-p" searches. What git trick will uncover that mysterious commit?


Paul Bolle


2014-02-11 20:56:45

by Ortwin Glück

[permalink] [raw]
Subject: Re: What commit dropped config PLAT_SPEAR_SINGLE?

The next commit on that file:
3a768d04639307db Merge branch 'spear/multiplatform' into next/multiplatform

easy to see with this:
gitk v3.13 arch/arm/Kconfig

Cheers,

Ortwin

2014-02-11 21:10:50

by Paul Bolle

[permalink] [raw]
Subject: Re: What commit dropped config PLAT_SPEAR_SINGLE?

On Tue, 2014-02-11 at 21:56 +0100, Ortwin Glück wrote:
> The next commit on that file:
> 3a768d04639307db Merge branch 'spear/multiplatform' into next/multiplatform

Thanks!

> easy to see with this:
> gitk v3.13 arch/arm/Kconfig

And now I've found that, for instance, the "-c" option of "git log"
would have showed me too.


Paul Bolle