]> git.ipfire.org Git - thirdparty/git.git/commit
quote.h: bump strvec forward declaration to the top
authorJeff King <peff@peff.net>
Tue, 19 May 2026 01:19:01 +0000 (21:19 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2026 03:14:03 +0000 (12:14 +0900)
commit6a1964c22a2655a4c995d9a8bbf25512b1a2bc16
tree9ab316ee542474c8cec488f712e31c6b08a48d74
parent94f057755b7941b321fd11fec1b2e3ca5313a4e0
quote.h: bump strvec forward declaration to the top

We usually put forward declarations at the top of header files, rather
than next to the functions that need them. In theory placing it next to
the function has some explanatory value, but it's also just as likely to
become stale if other uses are added.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
quote.h