mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-22 15:23:14 -05:00
Add User-Agent for gitea's self-implemented lfs client. (branding)
This commit is contained in:
parent
7ecbd4303e
commit
9283b03f3e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const (
|
||||||
// UserAgentHeader Add User-Agent for gitea's self-implemented lfs client,
|
// 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.
|
// and the version is consistent with the latest version of git lfs can be avoided incompatibilities.
|
||||||
// Some lfs servers will check this
|
// 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.
|
// BatchRequest contains multiple requests processed in one batch operation.
|
||||||
|
|
Loading…
Reference in a new issue