/
niceSOFT
/
file
Обзор
Документация
Войти
/
niceSOFT
/
file
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
FILE5_39
magic/Magdir/git
12 строк
321 B
Christos Zoulas
Add simple git object detection
04 окт 2019, 21:46
04 окт 2019, 21:46
021479c
Код
Авторство
О чём код?
#------------------------------------------------------------------------------ # $File: git,v 1.1 2019/10/04 18:46:29 christos Exp $ # git: file(1) magic for Git objects 0 string blob\040 >5 regex [0-9]+ Git blob %s 0 string tree\040 >5 regex [0-9]+ Git tree %s 0 string commit\040 >7 regex [0-9]+ Git commit %s