summaryrefslogtreecommitdiff
path: root/http.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 15:02:44 -0600
committerJeff Carr <[email protected]>2024-12-17 15:02:44 -0600
commitcf84056045bde16df39a3218baf8aa46be290554 (patch)
tree5b1fa66d7f0231077aa4d6084d4844ca92d6f708 /http.go
parentd5a0e0056f7c73290bd75e214886c9b57cbd021f (diff)
parent585a8dbbe57e3538ad2acaef58c3bf8bb238e000 (diff)
Merge branch 'devel'
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" {