diff options
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 |
