Description: Fix messages for Git objects.
Author: Vincent Lefevre <vincent@vinc17.net>
Last-Update: 2020-08-05

--- file-5.38-a/magic/Magdir/git	2019-10-04 18:46:29.000000000 +0000
+++ file-5.38-b/magic/Magdir/git	2020-08-05 11:56:09.704167516 +0000
@@ -4,10 +4,10 @@
 # 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
