| 12345678910111213 | 
#------------------------------------------------------------------------------# $File: git,v 1.1 2019/10/04 18:46:29 christos Exp $# git:  file(1) magic for Git objects0	string	blob\040>5	regex	[0-9]+		Git blob %s0	string	tree\040>5	regex	[0-9]+		Git tree %s0	string	commit\040>7	regex	[0-9]+		Git commit %s
 |