public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
From: Phillip Wood <phillip.wood123@gmail•com>
To: "brian m. carlson" <sandals@crustytoothpaste•net>,
	"Elijah Newren" <newren@gmail•com>,
	"Phillip Wood" <phillip.wood@dunelm•org.uk>,
	git@vger•kernel.org, "René Scharfe" <l.s.r@web•de>
Cc: Eric Sunshine <sunshine@sunshineco•com>
Subject: Re: [PATCH 2/3] git-compat-util: convert string predicates to return bool
Date: Tue, 15 Jul 2025 10:36:53 +0100	[thread overview]
Message-ID: <1a00924e-6e2c-4758-8fe9-2c04f5935fbf@gmail.com> (raw)
In-Reply-To: <aHVzJE9_xJAn5dOt@fruit.crustytoothpaste.net>

On 14/07/2025 22:14, brian m. carlson wrote:
> On 2025-07-14 at 17:20:08, Elijah Newren wrote:
>> On Mon, Jul 14, 2025 at 6:32 AM Phillip Wood <phillip.wood123@gmail•com> wrote:
>>>
>> I wonder if case-independent and case-dependent should be hyphenated,
>> or as separate words as you had them.  Anyone know?
> 
> I would hyphenate them.  The Chicago Manual of Style, 18th Edition, says
> in § 7.91, “When compound modifiers (also called phrasal adjectives)
> such as _high-profile_ or _book-length_ precede a noun, hyphenation
> usually lends clarity.  With the exception of proper nouns (such as
> _United States_) and compounds formed by an adverb ending in _-ly_ plus
> an adjective…, it is never incorrect to hyphenate adjectival compounds
> before a noun.”
> 
> They go on to state that hyphenation is usually omitted _after_ a noun.
> 
> I usually follow this rule in my writing and commit messages and I
> haven't gotten any complaints or comments about it, for what it's worth.

Thanks for that - I'll hyphenate them then.

Thank you also to Elijah and Eric for the typo fixes - I seem to have 
had my brain turned off when I proofread this message.

Phillip

  reply	other threads:[~2025-07-15  9:36 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-14 13:26 [PATCH 0/3] C99: declare bool experiment a success Phillip Wood
2025-07-14 13:27 ` [PATCH 1/3] CodingGuildlines: allow the use of bool Phillip Wood
2025-07-14 16:37   ` Junio C Hamano
2025-07-14 13:27 ` [PATCH 2/3] git-compat-util: convert string predicates to return bool Phillip Wood
2025-07-14 16:46   ` Eric Sunshine
2025-07-14 17:20   ` Elijah Newren
2025-07-14 21:14     ` brian m. carlson
2025-07-15  9:36       ` Phillip Wood [this message]
2025-07-14 13:27 ` [PATCH 3/3] strbuf: convert " Phillip Wood
2025-07-15 13:52 ` [PATCH v2 0/3] C99: declare bool experiment a success Phillip Wood
2025-07-15 13:52   ` [PATCH v2 1/3] CodingGuildlines: allow the use of bool Phillip Wood
2025-07-16  4:38     ` Jeff King
2025-07-16  4:46       ` Jeff King
2025-07-16  5:06         ` Elijah Newren
2025-07-15 13:52   ` [PATCH v2 2/3] git-compat-util: convert string predicates to return bool Phillip Wood
2025-07-15 13:52   ` [PATCH v2 3/3] strbuf: convert " Phillip Wood
2025-07-15 17:19   ` [PATCH v2 0/3] C99: declare bool experiment a success Elijah Newren
2025-07-15 18:23     ` rsbecker
2025-07-15 19:35       ` Elijah Newren
2025-07-15 20:47         ` rsbecker
2025-07-15 21:06       ` Junio C Hamano
2025-07-15 18:53     ` Junio C Hamano
2025-07-15 21:48   ` brian m. carlson
2025-07-15 22:09     ` Junio C Hamano
2025-07-16  9:38 ` [PATCH v3 " Phillip Wood
2025-07-16  9:38   ` [PATCH v3 1/3] CodingGuidelines: allow the use of bool Phillip Wood
2025-07-16  9:38   ` [PATCH v3 2/3] git-compat-util: convert string predicates to return bool Phillip Wood
2025-07-16 10:26     ` Karthik Nayak
2025-07-16  9:38   ` [PATCH v3 3/3] strbuf: convert " Phillip Wood
2025-07-16 10:28     ` Karthik Nayak
2025-07-16 10:29   ` [PATCH v3 0/3] C99: declare bool experiment a success Karthik Nayak
2025-07-17 15:21     ` Phillip Wood
2025-07-22  8:09       ` Karthik Nayak

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=1a00924e-6e2c-4758-8fe9-2c04f5935fbf@gmail.com \
    --to=phillip.wood123@gmail$(echo .)com \
    --cc=git@vger$(echo .)kernel.org \
    --cc=l.s.r@web$(echo .)de \
    --cc=newren@gmail$(echo .)com \
    --cc=phillip.wood@dunelm$(echo .)org.uk \
    --cc=sandals@crustytoothpaste$(echo .)net \
    --cc=sunshine@sunshineco$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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