From: "Kinney, Michael D" <michael.d.kinney@intel.com>
To: Laszlo Ersek <lersek@redhat.com>,
edk2-devel-01 <edk2-devel@lists.01.org>,
"Kinney, Michael D" <michael.d.kinney@intel.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>,
"Justen, Jordan L" <jordan.l.justen@intel.com>,
Leif Lindholm <leif.lindholm@linaro.org>
Subject: Re: [edk2-CCodingStandardsSpecification PATCH 0/2] improvements related to line wrapping
Date: Fri, 11 Aug 2017 17:07:52 +0000 [thread overview]
Message-ID: <E92EE9817A31E24EB0585FDF735412F5A7D7BC0C@ORSMSX113.amr.corp.intel.com> (raw)
In-Reply-To: <20170811164851.9466-1-lersek@redhat.com>
Laszlo,
You can also provide links to the GitHub commits with "?w=1"
flag appended. If you select the "Display the rich diff" button
above each changed file, GitHub renders a view with change bars.
https://github.com/lersek/edk2-CCodingStandardsSpecification/commit/2c5534a24b15616fdaa02478858ed1d8908dc653?w=1
https://github.com/lersek/edk2-CCodingStandardsSpecification/commit/e3797dc48316052005cefa26246ab2fd32641881?w=1
Best regards,
Mike
> -----Original Message-----
> From: Laszlo Ersek [mailto:lersek@redhat.com]
> Sent: Friday, August 11, 2017 9:49 AM
> To: edk2-devel-01 <edk2-devel@lists.01.org>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>; Justen, Jordan L
> <jordan.l.justen@intel.com>; Leif Lindholm
> <leif.lindholm@linaro.org>; Kinney, Michael D
> <michael.d.kinney@intel.com>
> Subject: [edk2-CCodingStandardsSpecification PATCH 0/2]
> improvements related to line wrapping
>
> We've discussed these ideas repeatedly over time; I'm now
> attempting to
> formalize them. Also test-driving the documentation contribution
> process.
>
> - Repo: https://github.com/lersek/edk2-
> CCodingStandardsSpecification.git
> - Branch: line_wrapping
> - Rendered views of the pages modified:
> - https://lersek.gitbooks.io/laszlo-s-fork-of-the-edk-ii-c-
> coding-standards-sp/content/v/line_wrapping/#edk-ii-c-coding-
> standards-specification
> - https://lersek.gitbooks.io/laszlo-s-fork-of-the-edk-ii-c-
> coding-standards-sp/content/v/line_wrapping/5_source_files/#51-
> general-rules
> - https://lersek.gitbooks.io/laszlo-s-fork-of-the-edk-ii-c-
> coding-standards-
> sp/content/v/line_wrapping/5_source_files/52_spacing.html#52-
> spacing
>
> Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
> Cc: Jordan Justen <jordan.l.justen@intel.com>
> Cc: Leif Lindholm <leif.lindholm@linaro.org>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
>
> Thanks
> Laszlo
>
> Laszlo Ersek (2):
> Source Files / General Rules: limit line lengths to 80 columns
> Source Files / Spacing / Multi-line func. calls: allow
> condensed
> arguments
>
> 5_source_files/52_spacing.md | 29 +++++++++++++++++++-
> 5_source_files/README.md | 17 ++++++++----
> README.md | 2 ++
> 3 files changed, 42 insertions(+), 6 deletions(-)
>
> --
> 2.13.1.3.g8be5a757fa67
next prev parent reply other threads:[~2017-08-11 17:05 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-08-11 16:48 [edk2-CCodingStandardsSpecification PATCH 0/2] improvements related to line wrapping Laszlo Ersek
2017-08-11 16:48 ` [edk2-CCodingStandardsSpecification PATCH 1/2] Source Files / General Rules: limit line lengths to 80 columns Laszlo Ersek
2017-08-11 20:52 ` Jordan Justen
2017-08-11 21:01 ` Kinney, Michael D
2017-08-11 22:52 ` Ard Biesheuvel
2017-08-12 2:39 ` Jordan Justen
2017-08-12 10:03 ` Leif Lindholm
2017-08-15 10:57 ` Laszlo Ersek
2022-11-13 1:25 ` [edk2-devel] " Chang, Abner
2022-11-13 1:59 ` Michael D Kinney
2022-11-13 8:47 ` Chang, Abner
2017-08-11 16:48 ` [edk2-CCodingStandardsSpecification PATCH 2/2] Source Files / Spacing / Multi-line func. calls: allow condensed arguments Laszlo Ersek
2017-08-11 20:45 ` Jordan Justen
2017-08-11 21:04 ` Kinney, Michael D
2017-08-12 1:31 ` Jordan Justen
2017-08-11 21:05 ` Andrew Fish
2017-08-12 10:13 ` Leif Lindholm
2017-08-15 11:16 ` Laszlo Ersek
2022-11-13 1:35 ` [edk2-devel] " Chang, Abner
2022-11-13 1:57 ` Michael D Kinney
2022-11-13 8:44 ` Chang, Abner
2022-11-13 17:36 ` Michael D Kinney
2022-11-14 1:09 ` Chang, Abner
2022-11-14 17:07 ` Michael D Kinney
2022-11-14 17:37 ` Michael Kubacki
[not found] ` <17278424C4A5D78F.32003@groups.io>
2022-11-14 18:05 ` Michael Kubacki
2022-11-14 18:25 ` Michael D Kinney
2022-11-14 18:49 ` Michael Kubacki
2022-11-14 18:59 ` Michael D Kinney
2022-11-14 19:08 ` Sean
2022-11-15 2:38 ` Chang, Abner
2017-08-11 17:07 ` Kinney, Michael D [this message]
2017-08-15 11:01 ` [edk2-CCodingStandardsSpecification PATCH 0/2] improvements related to line wrapping Laszlo Ersek
2017-08-15 15:17 ` Kinney, Michael D
2017-08-15 16:17 ` Laszlo Ersek
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-list 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=E92EE9817A31E24EB0585FDF735412F5A7D7BC0C@ORSMSX113.amr.corp.intel.com \
--to=devel@edk2.groups.io \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox