
-----Original Message----- From: Albert ARIBAUD [mailto:albert.u.boot@aribaud.net] Sent: Tuesday, October 18, 2011 11:26 PM To: Prafulla Wadaskar Cc: u-boot@lists.denx.de; wd@denx.de; Ashish Karkare; Prabhanjan Sarnaik Subject: Re: Pull request for u-boot-marvell.git
Hi Prafulla,
Le 18/10/2011 13:12, Prafulla Wadaskar a écrit :
Hi Albert
Please kindly pull The following changes since commit
0e005ee09d3424e2780efc6895fcbfbdf7a492fa:
Prafulla Wadaskar (1): Merge branch 'master' of
git://git.marvell.com/mirror/denx.de/u-boot-arm into armmaster
This commit is not present in u-boot-arm... It is the result of a merge of u-boot-arm/master into u-boot-marvell/master. This is not the way a pull request should be prepared according to the U-Boot Wiki.
I would much prefer you to fetch u-boot-arm/master, then rebase your master branch onto it, then request a pull relative to u-boot-arm/master, i.e. use the following commands (assuming your git setup has a remote called u-boot-arm)
git fetch u-boot-arm git checkout master git rebase u-boot-arm/master git push ... git request-pull
Hi Albert
I followed similar process(instead of git fetch I am using git pull, and I am not sure git push and git pull-request are interchanged). I will check and let you know.
I will regenerate a new pull request.
Regards.. Prafulla . .