mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
19 lines
459 B
JSON
19 lines
459 B
JSON
{
|
|
"name": "cgit",
|
|
"website": "http://git.zx2c4.com/cgit",
|
|
"matches": [
|
|
{
|
|
"regexp": "<[^>]+id='cgit'"
|
|
},
|
|
{
|
|
"regexp": "generated by <a href='http://git\\.zx2c4\\.com/cgit/about/'>cgit v([\\d.a-z-]+)</a>",
|
|
"offset": 1
|
|
},
|
|
{
|
|
"search": "meta[generator]",
|
|
"regexp": "^cgit v([\\d.a-z-]+)$",
|
|
"offset": 1
|
|
}
|
|
],
|
|
"implies": "git"
|
|
} |