Comment 100 for bug 1551041

Revision history for this message
sudodus (nio-wiklund) wrote :

Looking more at the git command line, it seems the problem is a separate 'patch' command.

--
git config --global user.email "<email address hidden>" && git config --global user.name "Your Name" && cd $HOME && git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git && patch ~/linux/drivers/acpi/video.c ~/Desktop/testfix.patch && cd linux && git add . && git commit
--

So I need to know what /path/name to use for the patch command - the source file to be modified?

Probably I also need help to 'customize' other parts of the string. It is not obvious to me which parts should be used literally and which are only templates.

Maybe you can help me with it, Raymond?