Commit 12144ab
feat: Normalize VCS provider names for cleaner display
Extract meaningful provider names from hostnames by taking the part
immediately before the last dot. This provides cleaner names like
"github" instead of "github.com" and "azure" instead of "dev.azure.com".
Examples:
- github.com → github
- gitlab.com → gitlab
- dev.azure.com → azure
- git.mycompany.com → mycompany
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 0a89b3d commit 12144ab
1 file changed
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
210 | 220 | | |
211 | 221 | | |
212 | 222 | | |
| |||
0 commit comments