Tixy, The patchset was pushed to lsk-test branch for testing now. Only 2 commits are new for lsk:
When I do a merge I get the 5 commits mentioned in my pull request, these are the five commits which are new since the last time gator was pulled into LSK. The result you have in lsk-test has different SHA1's for the two commits you have and history is lost, it's almost as if you have managed to do some sort of rebase. I am just cloning a fresh repo to see if I can work out if pull behaves different from merge
Nope, when I pull the gator branch I get the 5 commits merged in, see: https://git.linaro.org/people/tixy/kernel.git/shortlog/refs/heads/lsk-test2
I did this with:
git clone git://git.linaro.org/kernel/linux-linaro-stable.git cd linux-linaro-stable git checkout 3c6556b1a9c2f9c91aacbc57bac938691fedda81 # LSK before new gator git pull git://git.linaro.org/landing-teams/working/arm/kernel.git lsk-3.10-gator
so I guess if you get different it must be a git config issue.
yes, my git pull 'rebase = true' generate some conflicts.
And as I said there are only 2 'new' commits for lsk, since other commit already merged into lsk with different commit number SHA, like on landing-teams tree:
commit 45030a56ba386e4ea0597b8f167f494b2d4ee259 Author: Jon Medhurst tixy@linaro.org Date: Fri May 18 09:06:15 2012 +0100
gator: Revert #error about lack of CONFIG_PERF_EVENTS
on lsk: commit c42c789617224c9ea2e7c68e616975554a49f946 Author: Jon Medhurst tixy@linaro.org Date: Fri May 18 09:06:15 2012 +0100
gator: Revert #error about lack of CONFIG_PERF_EVENTS
Now lsk is exact same as your merge way from code level.
BTW, Tixy, I saw above commit appeared 3 times in landing-teams tree. Do you have some suggestion to reduce above redundant-commit when we do pull?