On 25/01/2018 13:45, Daniel P. Berrangé wrote:
>> index e54388015a..558cd81bdd 160000
>> --- a/dtc
>> +++ b/dtc
>> @@ -1 +1 @@
>> -Subproject commit e54388015af1fb4bf04d0bca99caba1074d9cc42
>> +Subproject commit 558cd81bdd432769b59bff01240c44f82cfb1a9d
> Presumably accidental. You can fix this by doing
> 
>   cd dtc
>   git checkout e54388015af1fb4bf04d0bca99caba1074d9cc42
>   cd ..
>   git add dtc
>   git commit --amend

Also, I think:

    git checkout HEAD^ -- dtc
    git commit --amend
    git submodule update

Paolo

Reply via email to