summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 15:01:59 -0600
committerJeff Carr <[email protected]>2024-12-17 15:01:59 -0600
commit585a8dbbe57e3538ad2acaef58c3bf8bb238e000 (patch)
tree301cdd9c38afd13aabbf0ef04041f26aac1a2c62 /http.go
parent530f3618a8f4c7d9c8d3981548112439b22e09e7 (diff)
rename as libgit2v0.1.0
Diffstat (limited to 'http.go')
-rw-r--r--http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.go b/http.go
index ce6b8fc..66fadcf 100644
--- a/http.go
+++ b/http.go
@@ -103,7 +103,7 @@ func (t *httpSmartSubtransport) Action(url string, action SmartServiceAction) (S
return nil, err
}
- req.Header.Set("User-Agent", "git/2.0 (git2go)")
+ req.Header.Set("User-Agent", "git/2.0 (libgit2)")
stream := newManagedHttpStream(t, req)
if req.Method == "POST" {