diff options
| author | Xin LI <delphij@FreeBSD.org> | 2022-01-03 01:44:41 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2022-01-03 01:44:41 +0000 |
| commit | 048bd4094ff308722af59e857c54819c9313875a (patch) | |
| tree | b9e408b4bcc6134b4111262b2c80c2fc96cc84cc /magic/Magdir/git | |
| parent | 2d24dbcf45a851fa5c7960160b7b4a28ff373558 (diff) | |
Diffstat (limited to 'magic/Magdir/git')
| -rw-r--r-- | magic/Magdir/git | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/magic/Magdir/git b/magic/Magdir/git index 4087fcd8de4b..67eab32a663a 100644 --- a/magic/Magdir/git +++ b/magic/Magdir/git @@ -1,13 +1,13 @@ #------------------------------------------------------------------------------ -# $File: git,v 1.1 2019/10/04 18:46:29 christos Exp $ +# $File: git,v 1.2 2020/08/09 16:57:15 christos Exp $ # git: file(1) magic for Git objects 0 string blob\040 ->5 regex [0-9]+ Git blob %s +>5 regex [0-9a-f]+ Git blob %s 0 string tree\040 ->5 regex [0-9]+ Git tree %s +>5 regex [0-9a-f]+ Git tree %s 0 string commit\040 ->7 regex [0-9]+ Git commit %s +>7 regex [0-9a-f]+ Git commit %s |
