From: Romain Lenglet <rlenglet@domain.hid>
To: xenomai@xenomai.org
Subject: Re: [Xenomai-help] Modification of the PSOS skin. [update]
Date: Wed, 5 Jul 2006 21:02:08 +0900 [thread overview]
Message-ID: <200607052102.08369.rlenglet@domain.hid> (raw)
In-Reply-To: <FB64A9A42E10824EAC3F78D6A2CD596E04DBD14D@kheops.clb.tcfr.thales>
Jan Kiska wrote:
> Just a hint on the preferred patch format: either generate a
> diff of individual modified files by invoking "diff -up file
> file.orig >> my.patch" or
Just to be picky, the original file is the 1st argument, and the
modified file the 2nd one:
diff ... file.orig file
And traditionally, people rather use the "normalized" diff
format. This is the one recommended in the patch(1) manpage. I
personally like the following diff options:
diff -Naurd file.orig file
Mnemotechnic tip: Naurd == Nerd ;-)
--
Romain LENGLET
next prev parent reply other threads:[~2006-07-05 12:02 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-05 11:46 [Xenomai-help] Modification of the PSOS skin. [update] Antoine.BRUGEAS
2006-07-05 12:02 ` Romain Lenglet [this message]
2006-07-05 12:09 ` Jan Kiszka
2006-07-05 12:25 ` Romain Lenglet
2006-07-06 11:35 ` [Xenomai-core] " Philippe Gerum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200607052102.08369.rlenglet@domain.hid \
--to=rlenglet@domain.hid \
--cc=xenomai@xenomai.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.