git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Comment style fixes
@ 2024-01-29 20:28 Junio C Hamano
  2024-01-29 20:28 ` [PATCH 1/3] builtin/worktree: comment " Junio C Hamano
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Junio C Hamano @ 2024-01-29 20:28 UTC (permalink / raw)
  To: git

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-01-30  6:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-29 20:28 [PATCH 0/3] Comment style fixes Junio C Hamano
2024-01-29 20:28 ` [PATCH 1/3] builtin/worktree: comment " 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

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).