summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorEarl Warren <contact@earl-warren.org>2024-12-17 06:18:24 +0100
committerEarl Warren <contact@earl-warren.org>2024-12-17 06:18:24 +0100
commit9283b03f3ead28526cd473299048f881164a965e (patch)
treec2824f5b6df84d5ec0b4f51b6a212c2edc1e07ce /modules
parentchore(release-notes): notes for the week 2024-51 weekly cherry pick (diff)
downloadforgejo-9283b03f3ead28526cd473299048f881164a965e.tar.xz
forgejo-9283b03f3ead28526cd473299048f881164a965e.zip
Add User-Agent for gitea's self-implemented lfs client. (branding)
Diffstat (limited to 'modules')
-rw-r--r--modules/lfs/shared.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/lfs/shared.go b/modules/lfs/shared.go
index cd9488e3db..ae4bb1f86b 100644
--- a/modules/lfs/shared.go
+++ b/modules/lfs/shared.go
@@ -19,7 +19,7 @@ const (
// UserAgentHeader Add User-Agent for gitea's self-implemented lfs client,
// and the version is consistent with the latest version of git lfs can be avoided incompatibilities.
// Some lfs servers will check this
- UserAgentHeader = "git-lfs/3.6.0 (Gitea)"
+ UserAgentHeader = "git-lfs/3.6.0 (Forgejo)"
)
// BatchRequest contains multiple requests processed in one batch operation.