shithub: furgit

Download patch

ref: 94ca91136aa9269e3c96d792f04da230231ddfc5
parent: f324d38c52ef811d4f5ebb530eac86d838ad8175
author: Runxi Yu <me@runxiyu.org>
date: Fri Jan 30 05:24:00 EST 2026

config: Add package-level doc-comment

--- a/config/config.go
+++ b/config/config.go
@@ -1,3 +1,4 @@
+// Package config provides routines to parse Git configuration files.
 package config
 
 import (
--