On 6 February 2013 18:58, Dmitry Antipov dmitry.antipov@linaro.org wrote:
On 02/06/2013 05:16 PM, Amit Pundir wrote:
How can I check whether I got this fix after last './repo sync'?
$ cd device/linaro/vexpress $ git log # it will show all recent commits OR $ git show # it will show the last commit
The last one is 6355acdfb5ee76364589493f4128d7**97bcd4d51d dated Feb 04.
Why the fix isn't propagated with ./repo sync?
This is strange. Can you try "repo sync device/linaro/vexpress" explicitly and see if that works.
Dmitry