Commit 6684735
committed
git-remote-entire: unify git protocol agent and HTTP User-Agent
The previous commit stamped the HTTP User-Agent with versioninfo.Version
while the git protocol agent kept its prior versioninfo.Commit format,
leaving two different identifiers for the same binary. Use the
version-stamped form for both — server-side log analysis can correlate
git protocol agent and HTTP access-log entries without translation, and
the conventional binary/version shape matches what the rest of the
entire HTTP clients advertise.
Assisted-by: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: Paulo Gomes <paulo@entire.io>
Entire-Checkpoint: 730d0e755ea21 parent c9ad967 commit 6684735
1 file changed
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | | - | |
79 | | - | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments