git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCH 0/3] some small range-diff read_patches() fixes
@ 2021-08-09 22:45 Jeff King
  2021-08-09 22:47 ` [PATCH 1/3] range-diff: drop useless "offset" variable from read_patches() Jeff King
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Jeff King @ 2021-08-09 22:45 UTC (permalink / raw)
  To: git; +Cc: Thomas Gummerer

Amidst all the talk of clang4 in another thread, I noticed that Debian
unstable recently shipped a clang-14 package. So I tried it out, and it
does find one small cleanup. And then looking at the surrounding code
helped me find 2 more. :)

  [1/3]: range-diff: drop useless "offset" variable from read_patches()
  [2/3]: range-diff: handle unterminated lines in read_patches()
  [3/3]: range-diff: use ssize_t for parsed "len" in read_patches()

 range-diff.c | 29 +++++++++++++----------------
 1 file changed, 13 insertions(+), 16 deletions(-)

-Peff

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

end of thread, other threads:[~2021-08-14 21:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-09 22:45 [PATCH 0/3] some small range-diff read_patches() fixes Jeff King
2021-08-09 22:47 ` [PATCH 1/3] range-diff: drop useless "offset" variable from read_patches() Jeff King
2021-08-09 22:48 ` [PATCH 2/3] range-diff: handle unterminated lines in read_patches() Jeff King
2021-08-09 22:48 ` [PATCH 3/3] range-diff: use ssize_t for parsed "len" " Jeff King
2021-08-10 14:47 ` [PATCH 0/3] some small range-diff read_patches() fixes Derrick Stolee
2021-08-14 21:48   ` Johannes Schindelin

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).