1 2#------------------------------------------------------------------------------ 3# $File: git,v 1.1 2019/10/04 18:46:29 christos Exp $ 4# git: file(1) magic for Git objects 5 60 string blob\040 7>5 regex [0-9]+ Git blob %s 8 90 string tree\040 10>5 regex [0-9]+ Git tree %s 11 120 string commit\040 13>7 regex [0-9]+ Git commit %s 14