On 11/18/2016 02:17 PM, Henning Schild wrote: > Am Fri, 18 Nov 2016 13:32:09 +0100 > schrieb <[email protected]>: > >> From: Andreas Kölbl <Andreas Kölbl >> [email protected]> > > Still this strange "From:" that looks like part of the mail-body. But > git-am ignores it and does not make it part of the commit message. FYI: The "From:" comes from git send-mail, and is injected to the body of the mail if the sender's email address differs from the actual author of the commit.
E.g., I could send a patch to a mailing list that was originally authored by you. Still, I'm not the author that should appear in git. But I don't see a reason why git send-mail placed it here... > >> We are missing a $i. >> >> Signed-off-by: Andreas Kölbl <[email protected]> >> --- >> Documentation/setup-on-banana-pi-arm-board.md | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/Documentation/setup-on-banana-pi-arm-board.md >> b/Documentation/setup-on-banana-pi-arm-board.md index >> 0023e57..26b8448 100644 --- >> a/Documentation/setup-on-banana-pi-arm-board.md +++ >> b/Documentation/setup-on-banana-pi-arm-board.md @@ -160,7 +160,7 @@ $ >> export >> PATH=$PATH:$(pwd)/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf/bin >> ```bash $ cd ~/linux-stable $ git checkout v4.3.3 >> -$ for i in ../bananian/kernel/4.3.3/patches/*; do patch -p1 < ; done >> +$ for i in ../bananian/kernel/4.3.3/patches/*; do patch -p1 < $i; >> done >> #Copy config from jailhouse/ci directory >> $ cp -av ../jailhouse/ci/kernel-config-banana-pi .config > -- Ralf Ramsauer PGP: 0x8F10049B -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
