From: Junio C Hamano <gitster@pobox.com>
To: git@vger.kernel.org
Subject: [PATCH 0/3] Comment style fixes
Date: Mon, 29 Jan 2024 12:28:36 -0800 [thread overview]
Message-ID: <20240129202839.2234084-1-gitster@pobox.com> (raw)
Among comments in the traditional /* single liner */ ones, our
reviews seem to have missed a few // comments. While they are not
illegal per-se, they look out of place mixed with the /* ... */
style comments, which is the prevailing style used in this project.
Fix those small number of style violations in our own code; files
with borrowed code that have // comments as the prevalent style are
left untouched.
Junio C Hamano (3):
builtin/worktree: comment style fixes
merge-ort.c: comment style fix
reftable/pq_test: comment style fix
builtin/worktree.c | 10 +++++-----
merge-ort.c | 2 +-
reftable/pq_test.c | 2 +-
3 files changed, 7 insertions(+), 7 deletions(-)
--
2.43.0-440-gb50a608ba2
next reply other threads:[~2024-01-29 20:28 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-29 20:28 Junio C Hamano [this message]
2024-01-29 20:28 ` [PATCH 1/3] builtin/worktree: comment style fixes Junio C Hamano
2024-01-29 20:28 ` [PATCH 2/3] merge-ort.c: comment style fix Junio C Hamano
2024-01-29 20:28 ` [PATCH 3/3] reftable/pq_test: " Junio C Hamano
2024-01-30 6:10 ` [PATCH 0/3] Comment style fixes Patrick Steinhardt
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=20240129202839.2234084-1-gitster@pobox.com \
--to=gitster@pobox.com \
--cc=git@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).