shithub: furgit

Download patch

ref: 3ebec001c789befbb20e9e339839c20e933d316b
parent: 113317d91202f50d24f96a30b2f0df758eb5f2b0
author: Runxi Yu <me@runxiyu.org>
date: Tue Nov 25 03:00:00 EST 2025

refs: Fix blank line in comment

--- a/refs.go
+++ b/refs.go
@@ -239,7 +239,7 @@
 //
 // The pattern must be empty or begin with "refs/". An empty pattern is
 // treated as "refs/*".
-
+//
 // Loose refs are resolved using filesystem globbing relative to the
 // repository root, then packed refs are read while skipping any names
 // that already appeared as loose refs. Packed refs are filtered
--