[Openchrome-devel] [Bug 94528] HDMI port is not working on current KMS driver with VX900 platform
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Apr 20 03:46:04 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=94528
--- Comment #28 from HuangRan <huangranbj at 126.com> ---
Hi Kevin,
Thanks again. Right now I am doing "git clone" again for drm-openchrome
repository with ssh protocol per your suggestion.
Then I'll try the commit again and see if it works.
Thanks,
Frank
(In reply to Kevin Brace from comment #24)
> Hi Frank,
>
> You can probably move the commit you made to the cloned drm-openchrome
> anonymous Git repository by creating a patch file.
> If you have not yet committed the change, you can save the
>
> git diff > ("name of the .patch file")
> git diff > change.patch
>
> You can apply the patch this way.
>
> patch -p1 < ("name of the .patch file")
> patch -p1 < change.patch
>
> You likely already did a commit, so this is probably how you will get the
> .patch file ready.
>
> git format-patch origin
>
> or
>
> git format-patch HEAD~1
>
> Now apply the patch to the newly cloned repository.
>
> patch -p1 < change.patch
> git commit -a
>
> Here, just copy the text body of the patch "git format-patch origin" just
> created.
> To make changes to the current head
>
> git commit --amend
>
> I hope it works.
> Let me know if something goes wrong.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/openchrome-devel/attachments/20160420/401ef81e/attachment.html>
More information about the Openchrome-devel
mailing list